cancel
Showing results for 
Search instead for 
Did you mean: 

Error in receiver adapters after upgrade to PI 7.11

Former Member
0 Kudos

Hi All,

We recently upgraded a PI 7.0 system to PI 7.11. However we are seeing 401 Unauthorized error for Call Adapter step in SXMB_MONI. This is happening for all receiver adapters on Java stack. Here is the trace:

<Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
  <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" /> 
  <!--  ************************************ 
  --> 
  <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace> 
  <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace> 
  <Trace level="1" type="T">Get logon data for adapter engine (SAI_AE_DETAILS_GET):</Trace> 
  <Trace level="1" type="T">URL = <a href="http://pi981:50100/MessagingSystem/receive/AFW/XI" TARGET="test_blank">http://pi981:50100/MessagingSystem/receive/AFW/XI</a></Trace> 
  <Trace level="1" type="T">User = PIISUSER</Trace> 
  <Trace level="1" type="T">Cached =</Trace> 
  <Trace level="1" type="T">Security: Basic authentication</Trace> 
  <Trace level="1" type="T">Serializing message object...</Trace> 
  <Trace level="1" type="T">Tuning - AFW_MAXREQUESTCONTENTLENGTH 2000000000</Trace> 
  <Trace level="1" type="T">HTTP Multipart document length: 12702</Trace> 
  <Trace level="1" type="T">HTTP-client: request sent</Trace> 
  <Trace level="1" type="T">HTTP-client: response received</Trace> 
  <Trace level="1" type="T">HTTP-client: status code = 401</Trace> 
  <Trace level="1" type="System_Error" /> 
  </Trace>
</Trace>

We checked the roles and password for PIISUSER. Everything looks fine. CIM data in SLD is up to date as well.

Any pointers are highly appreciated.

Thanks.

Regards,

Riyaz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As a part of post installation , you need to perform the following steps. you will get this error if any one of below is missed.

1. Copy XI7_0_SAP_BASIS.tpz from <Components DVD>/XI /XI_CONTENT to directory /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import/

2. On your SAP XI host, call transaction SXMB_IFR.

3. Choose Repository (Design).

4. Choose u2192 Tools u2192 Import Design Objects

2. Choose the file /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import XI7_0_SAP_BASIS.tpz

5. Import the file.

Check with ur versions. And let me know this helps u.

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Thanks Venkata for your inputs.

We tried to import Basis SWCV again in ESR. Basis component shows 7.00 as well as 7.11 entries. However, we still have the same issue.

Any thoughts?

Regards,

Riyaz