Author |
Message
|
somsayan |
Posted: Fri Feb 14, 2014 9:31 am Post subject: Flow in debug mode working just fine and not without debug |
|
|
Apprentice
Joined: 06 Apr 2007 Posts: 49
|
Hi All,
I'm having a very strange problem with MB 8.0.0.2. The broker is running on AIX o/s.
The message flow is supposed to insert data into the end database tables. This is working perfectly when I'm running the flow in debug mode. But without the debug mode, the same data is not getting updated into the database tables.
Can you please advice how this is possible ? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Feb 14, 2014 9:37 am Post subject: Re: Flow in debug mode working just fine and not without deb |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
somsayan wrote: |
Can you please advice how this is possible ? |
Because the debugger changes the way & timing of the message parsing. It needs to do this to display the message tree in the view. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Feb 14, 2014 6:17 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Run the same operation without Debug but with usertrace enabled.
You may be surprised at what you can learn without that artificial prop called the debugger.
{From someone who has not found the need to use said prop since V5 days when it was truly awful} _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
somsayan |
Posted: Tue Feb 18, 2014 4:18 am Post subject: Re: Flow in debug mode working just fine and not without deb |
|
|
Apprentice
Joined: 06 Apr 2007 Posts: 49
|
Vitor wrote: |
Because the debugger changes the way & timing of the message parsing. It needs to do this to display the message tree in the view. |
Hi Victor,
I don't think in this particular case this is the scenario. Because we have an exact duplicate flow ( same code and all) except the DSN name and this flow works perfectly fine.
Moreover we have seen that without debug, the flow succeeds to insert the data if we retrigger the same message. |
|
Back to top |
|
 |
DirtyHowi |
Posted: Tue Feb 18, 2014 5:48 am Post subject: Re: Flow in debug mode working just fine and not without deb |
|
|
Novice
Joined: 17 Feb 2014 Posts: 22
|
somsayan wrote: |
Vitor wrote: |
Because the debugger changes the way & timing of the message parsing. It needs to do this to display the message tree in the view. |
Moreover we have seen that without debug, the flow succeeds to insert the data if we retrigger the same message. |
does your DSN require a user name and password? are you in a group on the server that has admin access?
other than trace this is the only thing that comes to mind, there is some setting different in your DSN's that someone is not seeing. one system one user maybe? |
|
Back to top |
|
 |
Gralgrathor |
Posted: Tue Feb 18, 2014 5:54 am Post subject: Re: Flow in debug mode working just fine and not without deb |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
somsayan wrote: |
except the DSN name |
Could still be a matter of timing if the second DS points to another DB instance (another server perhaps?) |
|
Back to top |
|
 |
|