Author |
Message
|
fedux |
Posted: Tue Aug 28, 2012 11:38 am Post subject: logging explorer action |
|
|
Novice
Joined: 12 Jan 2007 Posts: 20
|
Hello, I want to know if there is record of the actions that are performed with the MQ Explorer.
for example the creation of an object or stop a channel
thanks |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 28, 2012 12:41 pm Post subject: Re: logging explorer action |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fedux wrote: |
Hello, I want to know if there is record of the actions that are performed with the MQ Explorer. |
The queue manager can be configured to record such actions. You'll find a number of discussions on this and alternative stratergies in this forum.
Personally, I prefer to have security set up appropriately so that no unauthorized changes can be made rather than recording when they happened. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Aug 28, 2012 12:43 pm Post subject: Re: logging explorer action |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
fedux wrote: |
Hello, I want to know if there is record of the actions that are performed with the MQ Explorer.
for example the creation of an object or stop a channel
thanks |
You want to know what actions were performed ONLY by the Explorer? Not by batch scripts? Not by interactive MQSC commands? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 28, 2012 12:47 pm Post subject: Re: logging explorer action |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
fedux wrote: |
Hello, I want to know if there is record of the actions that are performed with the MQ Explorer.
for example the creation of an object or stop a channel
thanks |
You want to know what actions were performed ONLY by the Explorer? Not by batch scripts? Not by interactive MQSC commands? |
My suggestion will of course record all changes by all methods. If you're just trying to monitor MQExplorer usage you'll need to find an alternative method.
Also you'll need to question why you're doing that. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Aug 28, 2012 12:52 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I'm always after clarity. Well, most of the time. OK, some of the time. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
fedux |
Posted: Tue Aug 28, 2012 12:57 pm Post subject: Re: logging explorer action |
|
|
Novice
Joined: 12 Jan 2007 Posts: 20
|
Vitor wrote: |
bruce2359 wrote: |
fedux wrote: |
Hello, I want to know if there is record of the actions that are performed with the MQ Explorer.
for example the creation of an object or stop a channel
thanks |
You want to know what actions were performed ONLY by the Explorer? Not by batch scripts? Not by interactive MQSC commands? |
My suggestion will of course record all changes by all methods. If you're just trying to monitor MQExplorer usage you'll need to find an alternative method.
Also you'll need to question why you're doing that. |
Yes, I agree, is best avoided.
I want to get all kinds of records, not only the changes made using the explorer.
This information is recorded in any log? |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Aug 28, 2012 1:01 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
You can enable events, which will cause event messages to be put to so-called instrumentation event queues. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 28, 2012 5:19 pm Post subject: Re: logging explorer action |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fedux wrote: |
This information is recorded in any log? |
No, you'll have to configure the queue manager to record them, then develop a way to extract that information into the log you want.
IIRC there's a support pac for that.
IMHO you're still better off fixing the security. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|