Hi Guys,
This is what happened on our PI system.
We have 2 PI 7.11 systems (PIA and PIB)under 2 different domains.
Requirement:
1. Move the content - ESR and ID - from PIA to PIB
Procedure Followed:
Got exports from PIA instance of ESR and ID objects as .tpz files.
Now on PIB, which is a new and fresh install at the same SP level as PIA, I am trying to import ESR development content and ID config scenarios using .tpz files.
Before importing ESR and Directory Contents on PIB, I have imported SLD contents (selected SWCs, Products) of PIA to PIB.
There are couple of CIDX comm channels, when I try to open any of them, I get the following error message.
Attempt to access the 1 requested objects on 1 failed. Detailed information:
com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Adapter Metadata CIDX |
http://sap.com/xi/XI/System, type AdapterMetaData from application REPOSITORY on system REPOSITORY
failed. Object does not exist. Detailed information: SWCV ID: 3b787a8035c111d6bbe0efe50a1145a5 does not exist
in Enterprise Service Repository and System Landscape Directory
This error occurs only with CIDX adapter comm channels.
I dont see this issue with Comm channels of other adapters like - Mail, SOAP, RFC, IDOC, File.
I see SAP_BASIS SWC in ESR of PIB and I see the metadata for all adapters
One thing I observed is that - the SWCV ID: 3b787a8035c111d6bbe0efe50a1145a5 from the error message is different from that of SAP_BASIS SWC in ESR of PIB. My guess is that "SWCV ID: 3b787a8035c111d6bbe0efe50a1145a5" is the GUID of SWC-SAP_BASIS from PIA SLD
The path I would want to take is :
Get the SAP BASIS swc of version "SAP BASIS 7.11", from PIA SLD and import it into PIB SLD
Am I doing this right?
Questions:
1. Do we need to do anything else with CIDX adapter? Why dont other adapters have problems but only CIDX?