cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc to JDBC : "No receiver could be determined"

Former Member
0 Kudos

Hi experts,

I am facing this problem while designing my Idoc to Jdbc scenario:

I have a condition in my Statement that says if one field of the idoc equals a value, then create the statement. Everything works fine, the test mapping and even the test configuration.

The problem is that when the field does not equal the value, then do not create the Statement. It works in the mapping test, but in the not in the Test configuration. I got the Runtime error : "No receiver could be determined".

Could you pls tell me if there is a way to solve this problem.

PS: I did the cache refresh, and my receiver determination works fine.

Any help would be appreciated,

Regards,

Jamal

Edited by: ba_da_boom on Aug 4, 2008 7:03 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, the same as in the mapping. Do you think it could come from this?

Former Member
0 Kudos

As the statement is not getting generated, the condition will not generate any output and it will not able to find any receiver.

You can change your condition to get receivers or specify the Continue message processing with following receiver or end processing with no error.

It depends on your requirement.

Thanks,

Beena.

Answers (3)

Answers (3)

Former Member
0 Kudos

Sorry,

I did not see the radio buttons underneath.

Is that bad if I continue without errors?

Thanks a lot for your help

Jamal

Former Member
0 Kudos

It depends upon your requirement whether you want to generate error if no receiver found or proceed with errors.

Former Member
0 Kudos

Thanks Beena,

I don't want to change condition, how can I end processing with no error?? Or is there another solution?

Thanks,

Jamal

Former Member
0 Kudos

Do you have a condition for receiver determination?

Thanks,

Beena.