Author |
Message
|
cute_pav |
Posted: Tue Nov 26, 2002 1:27 pm Post subject: Garbled data through message flow?????? |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
Hi,
I recently got some mixed up details in a output message through message flow.
Is any body faced such situation? What could be the reason to have single message to have mixed data?
eg:
Garbled data
DCX_ACTIONABLE_PART {objectPtr DCX_COSPD_CORP_PART;
actual data:
DCX_ACTIONABLE_PART {objectPtr DCX_CORPORATE_PART {class = RPORATE_PART {class = SPD_CORP_PART;
These generated with the same message flow but found to be data is different. we can clearly see there is missig and mixup from the above.
the results is not the same in all the time.
I have seen this only one time happened in production machine.The data
When can this be possible?
pavan |
|
Back to top |
|
 |
lung |
Posted: Tue Nov 26, 2002 4:48 pm Post subject: |
|
|
 Master
Joined: 27 Aug 2002 Posts: 291 Location: Malaysia
|
I've never seen anything like that before. Do you have any trace nodes in your message flow? Maybe a trace file can help... _________________ lung |
|
Back to top |
|
 |
cute_pav |
Posted: Wed Nov 27, 2002 7:31 am Post subject: |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
Infact its very strange for me. The same MSG flow in development and test environment never showed up like this.Now I have seen this kind of weird behavior in Production environment.
I couldn't able to duplicate this senario, so I guess this is some thing to do with System or MQ environmental irregularities.
I am looking for various inputs from all to see anybody has seen this irregularities with their experiences.If so, what could be the reasons and solutions implemented.
pavan |
|
Back to top |
|
 |
kirani |
Posted: Wed Nov 27, 2002 9:14 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Most of the times we make some assumptions about input data and code our ESQL accordingly.
Are you building your output message from input data or by referring to tables into DB? This could be a problem with input data/environment settings/ESQL code. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
cute_pav |
Posted: Fri Nov 29, 2002 5:30 pm Post subject: |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
Hi kirani,
This Garbled data generated is from ESQL code and this is nothing to do with input message.
Code is like this:
Set Databuffer = Databuffer || 'DCX_ACTIONABLE_PART {objectPtr DCX_CORPORATE_PART ';
Where Databuffer is defined as string.
When ESQL generates complete string and out put to MQOUTPUT Node the data is mixed up. But I didn't see input data mix up that is concatinated to the Databuffer.This really looks very strange and I couldn't able to trace it again in system.This leads me to think on some thing to do with system irregularities at that moment.
pavan |
|
Back to top |
|
 |
|