cancel
Showing results for 
Search instead for 
Did you mean: 

issue with RFClookup in PI 7.3

Former Member
0 Kudos

Hi all,

I'm doing up gradation from PI7.0 to PI 7.3 and I'm facing below issues in 7.3 however it was successful in 7.0. issues are mentioned below.

1. while testing at message mapping getting the below error and it is the same when I checked the RFC channel under CC monitoring.

Error during lookup - Exception during processing the payload. Error when calling an adapter by using the communication channel RFC_RCV_VMLookUp (Party: , Service: ValueMappingLookup, Object ID: 12fc6a60da95345f99d4a4f0143e76c4) XI AF API call failed. Module exception: 'error while processing the request to rfc-client: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.adapter.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declaration(2)'.

*2. when I checked the display queue of the RFClookup field in MM its getting below java syntax errors and even the namespaces/libraries(errors which mentioned below) are defined in the import section.*

Java Area import, Line 8:

package com.aii.valuemapping.rfc.alert does not exist import com.aii.valuemapping.rfc.alert.*; ^

Java Area import, Line 9:

package com.aii.valuemapping.rfc.lookup does not exist import com.aii.valuemapping.rfc.lookup.*; ^

Function RFCLookup_Mandatory, Line 25:

cannot find symbol symbol : variable UDFReader location: class com.sap.xi.tf._CustomerSpecification_TO_CustomerSpecification_GV_ element[0] =UDFReader.getString("CONTAINER_NAME_MESSAGE_ID");

there is no issues with 7.0 for same thing and its success however in 7.3 getting these. Please suggest.

rgds,

venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi techies,

the second issue has solved and anyone provide me the solution??? is this because of version . Please suggest.

Former Member
0 Kudos


Hi Nikhil,

How did you solve this problem?

Thanks

Shaily

iaki_vila
Active Contributor
0 Kudos

Hi Shaily,

Have you upgraded the PI?, have you tried to use the standard RFClookup instead of the udf code?

Regards.

Former Member
0 Kudos

Hi Inaki,

I have not got PI 7.3 upgraded yet due to other issues here.

Though I am getting error doing RFCLookup in PI 7.3 message mapping.

I get this when I run the map locally/ end-end.

The parameters are specified correctly in message map signature and in Operation mapping.

There are no issues with the Cache as well.

Still getting the error.

Error says:

Caused by: com.sap.aii.mapping.lookup.LookupException: Connection to system RUNTIME using application RUNTIME lost. Detailed information: Error accessing "http://shcgbth2dsu12.gb.spire.ads:50000/run/system/int?container=web" with user "PIREP<system_Id>". Response code is 403, response message is "Forbidden"
Please let me know how can I solve it..
Thanks
Shaily
Former Member
0 Kudos

To add, I am using the standard RFC lookup functionality instead of the code.

Shaily

Former Member
0 Kudos

Hi,

Check this thread [http://forums.sdn.sap.com/thread.jspa?threadID=1634124]

Regards,

Venkata S Pagolu