cancel
Showing results for 
Search instead for 
Did you mean: 

"Runtime exception occurred during mapping" in PI 7.1 for PI & MADX intergation

Former Member
0 Kudos

Hi experts,

we have a scenario build for synchronizing the data from sap ISU and non-sap MADX application.

we have a third party tool build to trigger the synch request and update data from both SAP ISU & MADX application.


activity for testing:

if we do any changes in sap ISU or MADX application example: changing longitude and

latitude values of a customer and saving it.


now we have a EAMGIS tool build by our organization to run and update

query and sysnc the data from SAP ISU / MADX application.

this scenario is failing and in PI system SXMB_MONI we are able to

view:

route mapping error , the same error is attached.


please hlep us in identifying the error, the error is not showing what needs to be checked, ans its a bit confusing to take a workaround.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sagar,

Could you please check your source payload, whether you are passing/ outbound message format correct or not.

If possible can you test once again and share the error description with configuration screen shots.

Regards,

Srikanth Mavuri.

Former Member
0 Kudos

could you please ensure there are no dependency issues for the patches of the PI Java components as per note 1335523 - FAQ: Deployment PI Patches in Release 7.1 and higher ?

iaki_vila
Active Contributor
0 Kudos

Hi Sagar,

Are you using parameters in your mapping from Integration Directory?, check if you are passing the parameter or not correctly.

Regards.

Former Member
0 Kudos

Hello vila,

we are mapping correct parameters in the directory and if we test with the data from PI it sucessfully working.

but end to end scenario is not working.

Thanks

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Sagar,

I think you are using Parameterised mapping in your mapping, can you check whether you have done the binding between Operational mapping and message mapping.

Also, Check whether you are passing these values from ID to the operational mapping.

Regards

Vishnu

Former Member
0 Kudos

Hi Sagar,

Could you please check whether value is coming as a Null for any of the object.


or

Could you please confirm, are you using any UDF or Java Mapping related things in your scenario. If So, can you check any map object that is returning Null Object..

Regards,

Srikanth Mavuri.

Former Member
0 Kudos

Hi Srikanth,

we are using JDBC message mapping in scenario.

also we have mapped proper channel and if we test it internally from PI its sucessfull.

but end to end scenario is failing.