Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Why can't I drop my webtask?

Author  Topic 

jackstow
Posting Yak Master

160 Posts

Posted - 2002-07-12 : 02:05:06
No matter what I try, this;

sp_dropwebtask
@procname = 'NewsProc',
@outputfile = 'd:\hostedsites\http\news.js'

always gives me this;

Server: Msg 16802, Level 11, State 1, Procedure sp_dropwebtask, Line 25
sp_dropwebtask cannot find the specified task.

even though the proc and the file are there. Ideas?
   

- Advertisement -