Author |
Message
|
ucbus1 |
Posted: Thu Sep 11, 2003 11:07 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
here it is. Attached xml
Code: |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE WfMessage SYSTEM "EXEXMLINPUTQ">
<WfMessage>
<WfMessageHeader>
<ResponseRequired>IfError</ResponseRequired>
<UserContext></UserContext>
</WfMessageHeader>
<ProcessTemplateExecute>
<ProcTemplName>xxxxx</ProcTemplName>
<ProcInstName>xxxxxxx</ProcInstName>
<KeepName>true</KeepName>
<ProcInstInputData>
<PrReturns>
<PRGeneral>
<ReceiptDate>2003-09-12</ReceiptDate>
<ErrorCodes>1234</ErrorCodes>
<ErrorDescriptions></ErrorDescriptions>
<TypeOfAttachement>B</TypeOfAttachement>
<ProviderNumber>1234</ProviderNumber>
<PatientNumber>6789</PatientNumber>
<DepartmentName>123ds</DepartmentName>
<DepartmentNumber>986</DepartmentNumber>
<Group>9999</Group>
<FormType>xx</FormType>
<SubmissionCounter>1</SubmissionCounter>
</PRGeneral>
</PrReturns>
</ProcInstInputData>
</ProcessTemplateExecute>
</WfMessage> |
Last edited by ucbus1 on Wed Jul 06, 2005 11:49 am; edited 3 times in total |
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 11, 2003 11:20 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Code: |
<!DOCTYPE WfMessage SYSTEM "EXEXMLINPUTQ">
|
I am not too good with XML. But based on the error message I would remove this line and see if it works. |
|
Back to top |
|
 |
Ratan |
Posted: Thu Sep 11, 2003 11:28 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Yes, Venny is right. Remove that line. We dont put that. Where did you find it and what does it mean? _________________ -Ratan |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Sep 11, 2003 2:25 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks vennela and Ratan,
My program was a clone from from some other qwriter I have. Surprisingly its the program which is adiing this string to the XML which I was passing. Corrected it and it works fine
Thanks |
|
Back to top |
|
 |
ucbus1 |
Posted: Mon Sep 15, 2003 4:34 am Post subject: solved:When do you get error AMQ9209 |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
|
Back to top |
|
 |
pshan81 |
Posted: Wed Mar 22, 2006 12:29 am Post subject: |
|
|
Acolyte
Joined: 24 May 2005 Posts: 72
|
Ucbus,
FMCQM is qmgr name
5010-port number
what is fmcl? |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 22, 2006 9:02 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
pshan81 wrote: |
Ucbus,
FMCQM is qmgr name
5010-port number
what is fmcl? |
I don't understand your question.
@pshan81:
What do you need |
|
Back to top |
|
 |
pshan81 |
Posted: Wed Mar 22, 2006 7:49 pm Post subject: |
|
|
Acolyte
Joined: 24 May 2005 Posts: 72
|
ucbus1 wrote: |
Thanks. I took a look at it
Following is our inetc.conf file on our AIX box
Code: |
fmclFMCQM5010 stream tcp nowait mqm /usr/mqm/bin/amqcrsta amqcrsta -m FMCQM
fmclFMCQM114010 stream tcp nowait mqm /usr/mqm/bin/amqcrsta amqcrsta -m FMCQM1 |
The documnet says that it got to be it need to be /opt not /usr. But I am not seeing any errors while instantiating on FMCQM the problems are with FMCQM1 the new configuration.
Also, I am facing this problem when I am trying to put message into EXEXMLINPUTQ of FMCQM1 to instantiate work item. I am not facing this problem when I use webclient and start instance uisng webclient template
Any ideas?
thanks |
In the above entry in inetc.conf file
FMCQM1 represents queue manager
14010 represents port
what does fmcl represent? |
|
Back to top |
|
 |
vennela |
Posted: Wed Mar 22, 2006 10:45 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
pshan81 wrote: |
In the above entry in inetc.conf file
FMCQM1 represents queue manager
14010 represents port
what does fmcl represent? |
Why do you care.......
I haven't had a need to understand that so far in anyway, and especially while workflow config is the one that adds this entry, I haven't paid any heed to it so far. |
|
Back to top |
|
 |
|