Author |
Message
|
cnu |
Posted: Sat May 15, 2004 9:40 am Post subject: Messages in Reply2Q |
|
|
Apprentice
Joined: 15 May 2004 Posts: 34
|
I am getting alot of messages into the Reply2Q,Can I ignore those messages or Do I need to take care of those messages?One of the message I see is
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- This document is generated by a MQSeries Workflow Version 3.4.0 server -->
<WfMessage>
<WfMessageHeader>
<ResponseRequired>No</ResponseRequired>
</WfMessageHeader>
<GeneralError>
<Exception>
<Rc>1105</Rc>
<Parameters>
<Parameter>NotificationDuration</Parameter>
<Parameter>CCLP_oaResolveStaffBusDays</Parameter>
</Parameters>
<MessageText>FMC01105E Data member 'NotificationDuration' value of data structure 'CCLP_oaResolveStaffBusDays' has the wrong type.
</MessageText>
<Origin>e:\v340\src\fmcmctnm.cxx(393)</Origin>
</Exception>
<RequestAsHexString>3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D38223F3E0D0A3C57664D6573736167653E0D0A20203C57664D6573736167654865616465723E0D0A202020203C526573706F6E736552657175697265643E5965733C2F526573706F6E736552657175697265643E0D0A20203C2F57664D6573736167654865616465723E0D0A20203C4163746976697479496D706C496E |
|
Back to top |
|
 |
jmac |
Posted: Sat May 15, 2004 10:24 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would say yes... these are an indication of problems with your processing. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
cnu |
Posted: Sat May 15, 2004 10:30 am Post subject: |
|
|
Apprentice
Joined: 15 May 2004 Posts: 34
|
Do you have any idea what was wrong?
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Sat May 15, 2004 10:35 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I'm gonna go out on a limb here and say:
Data member 'NotificationDuration' value of data structure 'CCLP_oaResolveStaffBusDays' has the wrong type. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
cnu |
Posted: Sat May 15, 2004 10:38 am Post subject: |
|
|
Apprentice
Joined: 15 May 2004 Posts: 34
|
We had defined it as Long.Do I need to change it ? |
|
Back to top |
|
 |
jmac |
Posted: Sat May 15, 2004 10:40 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Without knowing more I really cant say. What are you doing with this member? What does the FDL look like? What is the message that you sent in the first place that got this response? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
manoj |
Posted: Sat May 15, 2004 11:23 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
if you are using XSL, check the element corresponding to your datamember in the XSL and see if the data type specified there is Long... _________________ -manoj |
|
Back to top |
|
 |
CHF |
Posted: Mon May 17, 2004 4:37 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
cnu,
Can you post the actual message that you are putting to WF.
CHF  |
|
Back to top |
|
 |
Ratan |
Posted: Mon May 17, 2004 7:33 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
NotificationDuration you guys defined is long. You are probably sending in a string.
FYI: while I was there, whenever this happened I used to ask gabe to refresh the Jrules repository and every thing worked fine after the refresh (that activity queries the rules engine). Never got a chance to get to the root of the problem. _________________ -Ratan |
|
Back to top |
|
 |
|