cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Lookup can not be performed

former_member188885
Active Participant
0 Kudos

Hi Everyone,

I am using a RFC lookup function in my mapping. The data is fetched from the ABAP stack of the PI server.

Recently a patch level upgrade and system server restart was done in the PI server.

After this, the mapping is not working. When i try to test it it's giving a message that the "RFC lookup can not be performed".

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- -->   

- <SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">RUNTIME_EXCEPTION</SAP:Code>

<SAP:P1>Thrown: java.lang.NullPointerException: null at</SAP:P1>

<SAP:P2>com.sap.guid.GUID.parseHexGUID(GUID.java:1015)</SAP:P2>

<SAP:P3>at com.sap.guid.GUIDGenerator.parseHexGUID(GUIDGen</SAP:P3>

<SAP:P4>erator.java:111) at com.sap.aii.utilxi.misc.api~</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during mapping</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

This was working previously. Please suggest

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

Are all RFC Lookups failing? Or is it only this particular one?

Try to create test RFC lookup and see if it works else my suggestion is to raise a message with SAP since it could be a bug post your patch upgrade

Answers (6)

Answers (6)

former_member188885
Active Participant
0 Kudos

Thanks for the replies.

We have raised a message in SAP. They are looking into the issue now.

former_member188885
Active Participant
0 Kudos

I have tried almost everything... Did activation of the channel, cache refresh, JCO connection reactivated... but still the same error

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Final few comments. Looks like this is bug after your patch upgrades.

Are you using Parameterized mapping for this RFC lookup such as channels or values through binding variable or through another mapping? If so check whether values are binding properly at the mapping runtime.

example:

http://scn.sap.com/people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameteriz...

Former Member
0 Kudos

chk this blog:

http://scn.sap.com/people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue

as Raja suggested, start/stop ur RFC channel...

rajasekhar_reddy14
Active Contributor
0 Kudos

restart RFC communication channel and check. it should work

gagandeep_batra
Active Contributor
0 Kudos

try check ur rfc cc  status

and also do cache refresh

Former Member
0 Kudos

Hi,

Check this thread

http://scn.sap.com/thread/1267159

Regards,

Venkata S Pagolu