cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Idoc to JDBC scenario(uses BPM)

Former Member
0 Kudos

Hi

I have a IDoc to JDBC scenario which also uses BPM.

The JDBC adapter has to execute a Stored procedure on Sybase database.

I work on XI3.0 SP14.

When I am sending IDoc to XI it is failing in CALL adapter step.

The error message is "Unable to convert sender service TruckLiftAccountUpdate to an ALE logical system".

However this scenario is working in Production with same settings.But it is not working in Quality and it is giving the above error.

Can any one help me in this.

Thanks in advance.

KP

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

First of all your BPM will not call any stored procedure, your BPM will call some target system and this target system is getting the data through JDBC adapter in your case.

so check weather you are calling right target system in your BPM.

Thanks

sudhir sharma

Former Member
0 Kudos

hi,

it means that the IDOc adapter is not able to resolve the business system name to the ALE name.

1)for this check the logical name in SLD is same as the ALE name of the r/3 client.

2)also in ID > ur business system> adapter specific attributes--> check if the logical system name is correctly mentioned there.

[reward if helpful]

regards,

latika.

Former Member
0 Kudos

Thanks for your quick reply..

All the settings are in place.

Here the Idoc is coming to BPM and BPM cant able to execute the stored procedure.and we are getting the error from BPM to target system.

Here error is unable to convert the sender service(from BPM service) to ALE

logical system.

same settings are there in Production but it is not working in QA.

Thanks in adavnce,

KP

former_member184619
Active Contributor
0 Kudos

hi,

Check this blog.. thi will help you.

/people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system

Sachin