Author |
Message
|
harnesshg |
Posted: Thu Mar 09, 2006 6:30 am Post subject: question in triggering |
|
|
Newbie
Joined: 07 Mar 2006 Posts: 7
|
when a message from a different platform triggers a JAVA API upon reaching the MQ on the windows platform a file needs to be updated in the windows environment. The application is unable to update the file. I understand that the user triggering the application does not have sufficient privileges to update the file in the windows platform.
which user id would have to be given priveleges to perform the update action?
is it the user is associated with the message( that is the user id of the person posting the message from the other platform) or the user id triggering the application from the windows platform?
if it is the second option how can this problem be solved? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 09, 2006 6:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's likely the userid that is running the trigger monitor. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
xxx |
Posted: Thu Mar 09, 2006 6:23 pm Post subject: |
|
|
Centurion
Joined: 13 Oct 2003 Posts: 137
|
I understand that the user triggering the application does not have sufficient privileges to update the file in the windows platform
Find out the userid that is used to run the trigger monitor , most likey it will the the ID mq is started and give permission to that ID |
|
Back to top |
|
 |
kotla.satya |
Posted: Fri Mar 10, 2006 4:09 am Post subject: How to know the userid details that started MQ in windows |
|
|
Apprentice
Joined: 30 Jan 2006 Posts: 40 Location: chennai-India
|
How to get or where to see the details that started mq which is configured in windows |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 10, 2006 6:08 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What did you answer to the Security Wizard when you created the queue manager? Did you have to provide it a service id to talk to an ActiveDirectory Domain? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kotla.satya |
Posted: Fri Mar 10, 2006 7:50 am Post subject: Details of user id of installed mq |
|
|
Apprentice
Joined: 30 Jan 2006 Posts: 40 Location: chennai-India
|
I dont exatly remember whether userid detils i gave while installing MQ.
Is there any way to know it?. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Mar 10, 2006 8:09 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
doesn't the "Services" applet (from Admin Tools) show you the userid that every service runs as? _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 10, 2006 8:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
doesn't the "Services" applet (from Admin Tools) show you the userid that every service runs as? |
Only vaguely. It does depend on the OS version, as well.
You usually need to go to Component Services, Component Services, DCOM Config, and find the IBM MQSeries Service and examine its Identity properties.
I'd thought that the Prepare MQ Wizard would cache and allow you to revisit the security choices as well, but that doesn't seem to be the case.
It would probably, of course, be a lot easier to enable Windows security auditing and see which user is getting denied permissions. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|