I have an integration scenario that features an RFC lookup. This integration scenario works great in our development environment, but fails at runtime in our QA environment. The mapping program executes correctly in the Integration Builder debugging tools - but not at runtime.
The parameter mappings are correct in both the DEV & QA environments.
I've refreshed the cache in both SXI_CACHE and performed a CPA Cache Refresh
SXMB_MONI reports the following error
<SAP:Category>Application</SAP:Category>
<SAP:Code area="MAPPING">RUNTIME_EXCEPTION</SAP:Code>
<SAP:P1>Thrown: java.lang.NullPointerException: at com.s</SAP:P1>
<SAP:P2>ap.guid.GUID.parseHexGUID(GUID.java:1015) at com.</SAP:P2>
<SAP:P3>sap.guid.GUIDGenerator.parseHexGUID(GUIDGenerator.</SAP:P3>
<SAP:P4>java:111) at com.sap.aii.utilxi.misc.api.GUIDFac~</SAP:P4>
<SAP:AdditionalText />
<SAP:Stack>Runtime exception occurred during mapping</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
I've done searches here on SDN and found similar scenarios that broke down into either cache problems or as overlooked parameter mapping. Neither of those seems to be my problem.
Is there anything I've overlooked?
<< Moderator message - Please do not promise points >>
Edited by: Rob Burbank on Jan 13, 2011 4:20 PM