Author |
Message
|
bob8799 |
Posted: Fri Dec 19, 2008 8:38 am Post subject: AMQERRXX Log Question |
|
|
Novice
Joined: 10 Dec 2008 Posts: 13
|
In the client error log there is a process number as:
Process(####.#)
Does anyone know what the number means? |
|
Back to top |
|
 |
exerk |
Posted: Fri Dec 19, 2008 8:44 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
It would be of more help if you could post a snippet of the log that shows that entry in its context. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 19, 2008 8:44 am Post subject: Re: AMQERRXX Log Question |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
bob8799 wrote: |
In the client error log there is a process number as:
Process(####.#)
Does anyone know what the number means? |
This is the pid or Process Id.
To see process Ids you have to add the column in the task manager under windows.
Unix use ps -ef | grep ....
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bob8799 |
Posted: Fri Dec 19, 2008 9:22 am Post subject: |
|
|
Novice
Joined: 10 Dec 2008 Posts: 13
|
So it's the process ID running from the client. Thought that might be what it was, but the decimal threw me off.
For "exerk", the line in the log is:
----- amqrfpta.c : 340 --------------------------------------------------------
12/16/2008 13:37:24 - Process(4492.1) User(xxxx) Program(nTest.vshost.exe)
...
Thanks for the confirmation. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 19, 2008 2:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
bob8799 wrote: |
So it's the process ID running from the client. Thought that might be what it was, but the decimal threw me off.
For "exerk", the line in the log is:
----- amqrfpta.c : 340 --------------------------------------------------------
12/16/2008 13:37:24 - Process(4492.1) User(xxxx) Program(nTest.vshost.exe)
...
Thanks for the confirmation. |
haven't seen the decimal notation. Do the pids show up in decimal form in your task manager? If not could it be pid 4492 thread 1? _________________ MQ & Broker admin |
|
Back to top |
|
 |
gbaddeley |
Posted: Sat Dec 20, 2008 10:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
fjb_saper wrote: |
haven't seen the decimal notation. Do the pids show up in decimal form in your task manager? If not could it be pid 4492 thread 1? |
The same notation is used in MQ trace files. The number after the decimal is the thread id. _________________ Glenn |
|
Back to top |
|
 |
exerk |
Posted: Sun Dec 21, 2008 10:19 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
fjb_saper wrote: |
...haven't seen the decimal notation. Do the pids show up in decimal form in your task manager? If not could it be pid 4492 thread 1? |
Hence my request...and thank you gbaddeley - another detail filed away  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|