|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
FMC01109E The message signature is not correct |
« View previous topic :: View next topic » |
Author |
Message
|
ajomillar |
Posted: Wed Feb 18, 2004 2:27 pm Post subject: FMC01109E The message signature is not correct |
|
|
 Centurion
Joined: 22 Aug 2003 Posts: 121 Location: Milwaukee, WI
|
Workflow XML originating from Message Broker v2.1 was put to a remote queue definition, EXEXMLINPUTQ, on the Broker's QM. In the Workflow QM, this is connected to the local queue, EXEXMLINPUTQ, to create a WF process instance. Using fmcautil to monitor, I received the following message:
Code: |
FMCSYS: FMC01109E The message signature is not correct |
I did a search on the forum and didn't find this error code. Please help. |
|
Back to top |
|
 |
vennela |
Posted: Wed Feb 18, 2004 2:35 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
From the manual
Quote: |
FMC01109E The message signature is not correct.
Explanation: The parameter combination of the MQ
Workflow message does not conform to the MQ
Workflow specification.
User Action: Check your XML document by using the
specification of XML Workflow messages in the MQ
Workflow Programming Guide. |
Your XML is certainly wrong. Make sure your XML conforms to the specification mentioned in the Programming guide.
If you can't figure out post it here and we can take a look at where it is going wrong. |
|
Back to top |
|
 |
ajomillar |
Posted: Wed Feb 18, 2004 3:01 pm Post subject: |
|
|
 Centurion
Joined: 22 Aug 2003 Posts: 121 Location: Milwaukee, WI
|
Here is the WF XML that is generated. Based on my review of the message structure, it looks like I need to add the ProcTemplName. Correct?
Code: |
<WfMessage>
<WfMessageHeader>
<ResponseRequired>Yes</ResponseRequired>
<UserContext>ISE node error</UserContext>
</WfMessageHeader>
<ProcessTemplateCreateAndStartInstance>
<ProcInstName>CUSTOMER30732</ProcInstName>
<KeepName>true</KeepName>
<ProcInstInputData>
<IseDataLookup>
<recordtype>CUSTOMER</recordtype>
<sequence>2004-02-18 16:27:54.265</sequence>
<sourcerecordid>30732</sourcerecordid>
<officeid>4550</officeid>
</IseDataLookup>
</ProcInstInputData>
</ProcessTemplateCreateAndStartInstance>
</WfMessage>
|
|
|
Back to top |
|
 |
Ratan |
Posted: Wed Feb 18, 2004 3:15 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Yes you have to add Process Template name.
Refer Programming guide "XML interface". _________________ -Ratan |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|