We use NSM 3.1. To send messages we use blatm1.9.4. Sometimes no messages were forwarded. I stated that then also many CMD
processes are active in task managers, although no DOS box is opened.Knows somebody these problem or has a tip for me?
are you sure your messages are being sent? Check blat's logs (and the mailserver's logs) to make sure.
The extra cmd's in the process list are running in another context besides the desktop - most likely, caunint's context (if that's the account Event Management runs under). On the view menu of Task Manager, choose "Select Columns" and add the "User Name" field to see what context the cmd's are in.
When you call your batch file that contains blat, are you calling "cmd /c script.bat" or "cmd /k script.bat"? The first will allow the cmd session to end when all processing is finished; the second will leave it open. This option can be specified in the COMSPEC environment variable as well to make it the default action.
Hi,
thank you for your help.
The CMD-processes are all running under the context nsm_admin (we have changed caunint in nsm_admin).
The call for blat is inside a message record:
action=command, text=d:\blat\script.bat &node "text.."
The enviroment-variable ComSpec is c:\winnt\system32\cmd.exe
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.