Author |
Message
|
manoj5007 |
Posted: Sun May 18, 2014 8:41 am Post subject: How to find the User Id under which the broker is running? |
|
|
 Acolyte
Joined: 15 May 2013 Posts: 64
|
Hi,
I need to find out the user Id under which broker is running.
Can anyone let me know how to get the user id?? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sun May 18, 2014 5:14 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
On which platform? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 19, 2014 4:49 am Post subject: Re: How to find the User Id under which the broker is runnin |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
manoj5007 wrote: |
Can anyone let me know how to get the user id?? |
Use whatever OS tools are appropriate to determine what user id is running the processes. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
NealM |
Posted: Mon May 19, 2014 2:33 pm Post subject: |
|
|
 Master
Joined: 22 Feb 2011 Posts: 230 Location: NC or Utah (depends)
|
If you mean you need to know this from within a message flow, then look up the term BrokerUserId in the infocenter to see how, esql or java. |
|
Back to top |
|
 |
salehi |
Posted: Tue May 20, 2014 2:12 am Post subject: |
|
|
 Newbie
Joined: 27 Feb 2013 Posts: 1
|
in ESQL node you can simply type BrokerUserId to get the user ... It is one of the General broker properties |
|
Back to top |
|
 |
|