Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am using a Stored Procedure to run a Console Application using WMIC.

The actual command looks something like this:

wmic /node:nn.nnn.n.nn process call create "cmd.exe /c (C:FilestringConsoleApp.exe add batch location COL company IPL001 user user.name'user.name')"

A series of tasks are spawned, cmd.exe, comhost.exe and net.exe

When I logged on to the server, dozens of these processes were shown as Running.

Any ideas why these tasks are not finishing? The Log Files generated by the Console App does not give any clues, and shows only Successful Executions.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...