cancel
Showing results for 
Search instead for 
Did you mean: 

unable to convert BPM(sender) as an ALE Logical system

former_member206760
Active Contributor
0 Kudos

Hi

I am working on a IDOC to webservice scenarion using a BPM..

but am getting a error

unable to convert BPM(sender) as an ALE Logical system

Also the same interface is working in dev box....what might be the reason

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

what about IDOC ACK? did you select do not request for ACK in IDX_NOALE? Since you have an IDOC --> WS scenario (and not vice-versa) this ACK setting can be a reason.

former_member206760
Active Contributor
0 Kudos

hi abhishek,

thanks for your reply...

actually there are 3 interacfes of type Idoc to Webservice with BPM..

but only 1 is giving this error....

if Ack woulkd have been the problem it would have given error for other interface also right?

former_member200962
Active Contributor
0 Kudos
if Ack woulkd have been the problem it would have given error for other interface also right?

if all the 3 interfaces have the same IDOC then this is a valid concern...in SXMB_MONI do you see the Waiting for Ack or failed ACK indication for your message processing?

former_member206760
Active Contributor
0 Kudos

Hi Abhishek,

ya it shows a failed ack indicator like " ack has system errors "

but all my 3 interfaces have different idocs and the other 2 a re working...

Is the option of not requesting ack Idoc specific??

former_member200962
Active Contributor
0 Kudos
Is the option of not requesting ack Idoc specific??

it definitely is

former_member206760
Active Contributor
0 Kudos

Hi,

then i think i need to change the field NEG in table IDXNOALE right????

but in DEV also that field is X and still the scenario is working....

I am asking this because this is a prod issue...and i need to be careful before doing things

former_member200962
Active Contributor
0 Kudos
then i think i need to change the field NEG in table IDXNOALE right????

I do not remember seeing the NEG field...at least not in PI7.11

tcode SE38 --> in Program enter IDX_NOALE --> Execute --> then enter the required R3 system details

Better to first perform the above steps in DEV first and then move into production

Answers (1)

Answers (1)

Former Member
0 Kudos

have you checked your receiver agreement ? does it have a header mapping ?

if it doesn't have it in dev either check the sld parameters of the communication component that is sending (BPM). when you open in in the file menu you have it there.

former_member206760
Active Contributor
0 Kudos

recreatin the bpm worked