dbTalk Databases Forums  

How to troubleshoot a SQL Server 80040E14

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to troubleshoot a SQL Server 80040E14 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bl
 
Posts: n/a

Default How to troubleshoot a SQL Server 80040E14 - 08-10-2004 , 02:05 AM






I have scheduled a dts package and i am getting an error with the following
error code and description.

error code : 80040E14
error description : Only user processes can be killed.
Error Source: Microsoft OLE DB Provider for SQL Server

can anybody help me please . this is very urgent.
Thanks
BL

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: How to troubleshoot a SQL Server 80040E14 - 08-10-2004 , 02:59 AM






Is anything in your package trying to kill processes? The error would seem
fairly obvious in those circumstances.

If not, what exactly is in your package?

If this really is urgent then perhaps it would be worth paying for Microsoft
Support?

--
Darren Green
http://www.sqldts.com

"bl" <bl (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have scheduled a dts package and i am getting an error with the
following
error code and description.

error code : 80040E14
error description : Only user processes can be killed.
Error Source: Microsoft OLE DB Provider for SQL Server

can anybody help me please . this is very urgent.
Thanks
BL



Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: How to troubleshoot a SQL Server 80040E14 - 08-10-2004 , 02:14 PM



The error says to me that you are trying to kill a system process, in
other words a process that is not a user process hence the error says
this is not allowed. You cannot kill system process.

If you are not sure why this is happening I suggest you dump
sysprocesses or the ouput of sp_who2 to a file before starting the kill,
and also log the kill commands you attempt so you can check this out in
the morning.

Make sense?

Darren


In message <1FA402DB-D575-4B5A-8C7D-8EAF198225F4 (AT) microsoft (DOT) com>, bl
<bl (AT) discussions (DOT) microsoft.com> writes
Quote:
Darren,
Yes, the dts is basically used to kill processes that try to connect to the
production sql server during the load time (late night).
This works alright on development box and also works alright during weekend
inthe production box, but fails during weekdays.
I am thinking that some other process trys to kill this process. I am not
sure what the error message says .
Can you help?
BL

"Darren Green" wrote:

Is anything in your package trying to kill processes? The error would seem
fairly obvious in those circumstances.

If not, what exactly is in your package?

If this really is urgent then perhaps it would be worth paying for Microsoft
Support?

--
Darren Green
http://www.sqldts.com

"bl" <bl (AT) discussions (DOT) microsoft.com> wrote in message
news:4AE4AB44-5AB5-4C30-AB3C-73981F24F492 (AT) microsoft (DOT) com...
I have scheduled a dts package and i am getting an error with the
following
error code and description.

error code : 80040E14
error description : Only user processes can be killed.
Error Source: Microsoft OLE DB Provider for SQL Server

can anybody help me please . this is very urgent.
Thanks
BL



--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.