Posted: Mon Jul 30, 2007 5:25 am Post subject: Triggering user account problem
Acolyte
Joined: 03 Sep 2005 Posts: 74
Hello All,
I am working with trigerring for Local queue .I have process as notepad.
I am using notepad.exe in application ID .When using command prompt i run command runmqtrm -m XXXX -q Initq
Trigerring works amd notepad opens
BUT if run trigger monitor from services I can see triggering works as notepad.exe process run i can see in the task manager.
but notepad does'nt open .I found out that
when I do it from services panel processes run from the MQUSR_ADMIN
both trigger monitor and notedpad .exe.
and Now if I open notepad from start programs it runn under id of local account .so When I use trigger monitor from services panel the notedpad.exe start , but not ABLE to pop up notepad window. So its about running services UNDER PROPER account.
How in real time envoironment it works .Or what changes should I made to the user accounts so it pop notepad window.
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
Don't use a program with a GUI in a Windoze triggered enviroment. Write yourself a "Hello World" command line program and use that. Or trigger amqsget (or similar). It's better for trigger testing as it clears the message off.
The triggered application is initiated (in Windoze) by a START command. So it conforms to the rules and security associated with that.
Check out the Win Help on START, and the APG on triggering. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum