Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

Tasks spawned using WMIC from SSMS are not finishing

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.6k users

...