Author |
Message
|
cvanmook |
Posted: Tue Sep 07, 2004 9:41 am Post subject: IDOC parsing with WBIMB5 (RM dictionary not found) |
|
|
Novice
Joined: 16 Jan 2004 Posts: 23
|
Hello,
I am trying to parse an IDOC which come from out R3 system via de MQ R3 link. I've set the Domain= IDOC on the input node. this works well the Idoc is being parsed. But the sdatatag gives the message "RM dictionary not found". I've imported the c structure which i've generated out of our SAP sytem this was also going well. On the inputnode i've filled in the message set and the Domain nothing more....
Does anybody know what i'am missing to make the sdatatag being parsed as well ? We are using WBIMB Version 5
Thanks in advance,
Christan. |
|
Back to top |
|
 |
SSachdeva |
Posted: Tue Sep 07, 2004 9:49 am Post subject: |
|
|
Apprentice
Joined: 04 Apr 2002 Posts: 33
|
Did you remember to deploy the messageset to the same execution group? |
|
Back to top |
|
 |
cvanmook |
Posted: Tue Sep 07, 2004 11:18 am Post subject: |
|
|
Novice
Joined: 16 Jan 2004 Posts: 23
|
Yes, everything is deployed well to the same execution group ! It seems
that i must do something so that the idoctag is corresponding the message definition ..... |
|
Back to top |
|
 |
AMuck |
Posted: Wed Sep 08, 2004 4:32 am Post subject: |
|
|
Newbie
Joined: 09 Dec 2003 Posts: 3
|
I had problems with IDocs and exported c structures some time ago. I can't remember the exact details but I think needed to alter the MRM so that Idoc segment names were uppercase. |
|
Back to top |
|
 |
shanson |
Posted: Thu Sep 09, 2004 3:30 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
I believe you must specify 'IDOC' as the domain and 'CWF' as the message format. That's what the V5 docs say - but the code seems to always assume 'CWF' anyway. So specify 'CWF' and make sure that your message set is typed correctly and that it does indeed have a CWF wire format called 'CWF' (the default is 'CWF1'). |
|
Back to top |
|
 |
cvanmook |
Posted: Thu Sep 09, 2004 10:43 am Post subject: |
|
|
Novice
Joined: 16 Jan 2004 Posts: 23
|
I've created a messageset with the CWF format and I've also set the messagenames in capital letters. On the inputnode i've also set the message format to CWF ... still the same problem.... |
|
Back to top |
|
 |
shanson |
Posted: Thu Sep 09, 2004 11:42 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
Looking at the error message you quote and where it is issued in the code, I'm fairly sure that the problem is the message set is not being found. That implies there is a problem with your specification of the message set. Can you switch on user trace and make sure that it is being set correctly. Are you using message set name or identifier? If identifier can you check that it is correct - it's easy to mistype. If name then try identifier instead (this is a long shot).
What have you specified as the Runtime parser property in the message set? |
|
Back to top |
|
 |
cvanmook |
Posted: Thu Sep 09, 2004 11:17 pm Post subject: |
|
|
Novice
Joined: 16 Jan 2004 Posts: 23
|
I'am using messageset name , I took it from the pull-down menu on the input node. I have set the runtime parser to MRM.
I've tried to use the identifier directly on the inputnode and than it works (strange) !!!
Thank you very much,
Christan. |
|
Back to top |
|
 |
|