Ecc queue command stucked at 'processing' status for windows mid server

girish_deshpand
Giga Contributor

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

4 REPLIES 4

Valor1
Giga Guru

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.


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


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

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