Hi experts,
We are configuring HCM integration via PI to SuccessFactors.
At the creation of Comunication Channel by applying the template (SFSF_Soap_Adapter_Axis_Login_Response) I´m getting several errors:
Attempt to access the 1 requested objects on 1 failed. Detailed information:
com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata SOAP | http://sap.com/xi/XI/System (10748020-234c-11dd-8439-dff20a424100) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 10748020-234c-11dd-8439-dff20a424100 does not exist
MESSAGE ID: com.sap.aii.ib.core.roa.rb_all.ROA_MOA_NOTCOMPLETED
com.sap.aii.utilxi.swing.framework.ExecuteException: Attempt to access the 1 requested objects on 1 failed. Detailed information:
com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata SOAP | http://sap.com/xi/XI/System (10748020-234c-11dd-8439-dff20a424100) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 10748020-234c-11dd-8439-dff20a424100 does not exist
com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata SOAP | http://sap.com/xi/XI/System (10748020-234c-11dd-8439-dff20a424100) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 10748020-234c-11dd-8439-dff20a424100 does not exist
at com.sap.aii.ibdir.gui.cpa.ImportChannelTemplateCommand.execute(ImportChannelTemplateCommand.java:67)
at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I´ve noticed that in the TPZ for SFIHCM01 & SFIHCM02 the SAP BASIS assigned for the Communication Channel Template is 7.02 and we're in 7.01.
After the import with these errors I've changed the adapter type to SOAP from SAP BASIS 7.01 and the configurations and modules were loaded.
Can anybody tell me if SAP BASIS 7.02 is required for this configuration?
If not what else could be generating this problem?