Author |
Message
|
cstauss |
Posted: Tue Mar 26, 2002 2:35 pm Post subject: |
|
|
Apprentice
Joined: 20 Feb 2002 Posts: 36
|
Hi,
I am trying to learn how to start a process instance by putting an XML message to the Execution server's XML queue. I have carefully constructed my XML per the programming guide's DTD, but when I put, I get no instance, and I can't see the message. Any help greatly appreciated.
cas
[ This Message was edited by: cstauss on 2002-03-26 14:36 ] |
|
Back to top |
|
 |
vedbhat |
Posted: Tue Mar 26, 2002 5:24 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
I have done this before and it works without any problem. Using Admin utility check the errors generated. Error could be due to the incorrect tag names or due to the value of <KeepName> tag or because of the value StandAlone="Yes".
I hope this will help you to solve the problem.
Regards
Ved |
|
Back to top |
|
 |
jmac |
Posted: Wed Mar 27, 2002 6:48 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
What error are you getting. Look in the log files fmcsys.log fmcerr.log in the log directory of your configuration.
Also, if you format your message with Replyrequested = YES MQWF will tell you what the problem is.
GOOD LUCK
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
cstauss |
Posted: Mon Apr 01, 2002 6:43 am Post subject: |
|
|
Apprentice
Joined: 20 Feb 2002 Posts: 36
|
Thanks for the replies. Here's the error being returned:
4/1/2002 8:37:40 AM FMCSYS: FMC00010E Unknown user ID
Included in my XML message are instructions for the starter:
<Starter>ADMIN@FMCGRP</Starter>
cas
|
|
Back to top |
|
 |
jmac |
Posted: Mon Apr 01, 2002 7:17 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would imagine that there is no such user "ADMIN@FMCGRP". If this is what you want to use for the starter you will have to add this user to your MQWF database.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
stubie |
Posted: Tue Apr 02, 2002 7:50 pm Post subject: |
|
|
Novice
Joined: 05 Nov 2001 Posts: 14 Location: Charlotte, NC
|
For MQWF 3.3.0, the userid for the starter must be placed in the UserIdentifier field of the MQ Message Descriptor. It is not specified in the XML. |
|
Back to top |
|
 |
vedbhat |
Posted: Tue Apr 02, 2002 11:42 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi stubie,
It is specified in the first page of chapter 32 in programming guide. I think this clear the mis-understanding.
Regards
Ved |
|
Back to top |
|
 |
cstauss |
Posted: Wed Apr 17, 2002 1:21 pm Post subject: |
|
|
Apprentice
Joined: 20 Feb 2002 Posts: 36
|
Thanks to all-
what I found is that the application putting the XML message is also picking up my NT UserID. things work when I either change the MQMD or create a new corresponding WF user |
|
Back to top |
|
 |
|