cancel
Showing results for 
Search instead for 
Did you mean: 

JPR processing issue

Former Member
0 Kudos

Hi Experts,

Can anyone give me a solution for the following issue

Thanks

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member190284
Participant
0 Kudos

Hi Lavanaya

Seems like you have message is felling at request/sender side

can you pls check your mapping?

Former Member
0 Kudos

Hi Nunu

Everything was fine in PI side but the problem is on the target side

The target receives the message but while processing JPR was failing

former_member186851
Active Contributor
0 Kudos

Helo Lavanya,

Make sure you have used Statelss XI 3.0 as service pattern in service interface

http://help.sap.com/saphelp_nw73/helpdata/en/ce/81a797cc9642c8bbef249bfd84dd45/content.htm

Former Member
0 Kudos

Y i checked it everything was fine

former_member186851
Active Contributor
0 Kudos

Then might be ddata issue.Can you check if the data is valid.

Former Member
0 Kudos

Everything was fine Raghuraman but unable to find the issue.

Please help me to figure out

Thanks

Kumar

Answers (2)

Answers (2)

former_member398373
Participant
0 Kudos

Hi Lavanya kumar,

please give me ur num?

Regards,

Papireddy.

Former Member
0 Kudos

Hi Experts,

Thanks for your replies and it was a data related issue only because the product type what given is wrong and for one field value was not given.

Finally the issue got resolved.

Thanks & Regards

Kumar

9742057420

former_member398373
Participant
0 Kudos

Hi Lavanya Kumar,

It is data type length issues you should check the length of the data at receiver side, for example if your passing the 10 character but at target side 8 character is the max length at that time we will get this error.

Thanks & Regards

Papireddy.

former_member186851
Active Contributor
0 Kudos

Hello Lavanya,

check as Papi suggested,it seems to be a data issue only.

Former Member
0 Kudos

Hi Reddy

Actually in PI level it was showing that msg successfully sent.

But when the people checking for the msg at Target they were getting that error as shown in above screenshot.

And we checked the Mapping, Data length, payload etc...everything was fine but still we are facing the issue.


Thanks

Kumar

Former Member
0 Kudos

Hi Raghuraman

First i thought the same it may be JPR registration issue or else data issue.

But both are not the reasons for that issue.

Thanks

Kumar

former_member186851
Active Contributor
0 Kudos

Ok Lavanaya,

then rest all settings seems to be fine,You checked the links shared as well right?

Try re-configuring and check.

nikhil_bose
Active Contributor
0 Kudos

Test your scenario from Testing tool. Keep Quality of service as Best Effort. You will get the response in message processing logs and Payload monitoring.

regards,

Nikhil

Former Member
0 Kudos

Hi Nikhil

The logs what u able to see in the screen shot is repeating again nd again.

QOS is BE only

In Pi it was successful but at the target side we are getting that error while processing the message.

Thanks

Kumar

Former Member
0 Kudos

Hi Raghuraman

I'll try to re-configure the scenarion again but i don't think so it will resolve the issue.

There may be a solution for this.

Thanks

Kumar

nikhil_bose
Active Contributor
0 Kudos

Did you check Message Content regarding the error?

former_member186851
Active Contributor
0 Kudos

Hello Lavanya,

Try de-bugging as per the below link

former_member398373
Participant
0 Kudos

Hi Lavanya kumar,

please check the data type in SE11 tcode, sometimes instead of char they will use numeric or instead of integer they will use char.

My suggestion is goto se11 tcode and and check the data type which type they are using.

Thanks & Regards

Papireddy.

Former Member
0 Kudos

Hi Reddy,

There is no wrong in the data types

former_member186851
Active Contributor
0 Kudos

Lavanya try debugging as per the shared link.