Ecc queue command stucked at 'processing' status for windows mid server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2015 03:58 AM
Hi,
I am trying to run one command line app using ECC queue - 'topic: command' on windows mid server.
but, ECC queue output records is staying in 'Processing' state.
if any body knows about this issue then please update
Regards,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2015 09:33 AM
This generally means one of the following:
- The command needs a password, and is prompting for one in the (invisible) shell
- There's an error in the command that makes it never terminate when it runs on the MID Server host
- The MID Server crashes whenever your command runs
It it most likely one of the first 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2015 11:42 AM
Hi Valor,
Same script works on the command prompt, but it is getting stuck in 'processing'.
It does not ask for password when running from command prompt as well.
Please let me know if you can help me.
regards,
Girish Deshpande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2015 12:00 PM
Can you confirm:
- MID Server "run as" user is the same as the one you're testing the script
- Is this a Powershell command, or a generic command line?
- Check the MID Server "agent0.log0" file for any entries
- The MID Server java.exe process and cmd.exe (or powershell.exe) processes are running after the command starts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2015 05:20 AM
how to check which is - MID Server "run as" user ?
- MID Server "run as" user is the same as the one you're testing the script : how to find - MID Server "run as" user ?
- Is this a Powershell command, or a generic command line? : it is generic command line
- Check the MID Server "agent0.log0" file for any entries : checked this, command run starts and get the stuck
- The MID Server java.exe process and cmd.exe (or powershell.exe) processes are running after the command starts - not sure about this