dbTalk Databases Forums  

DTS error when the task is scheduled on the server!

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


Discuss DTS error when the task is scheduled on the server! in the microsoft.public.sqlserver.dts forum.



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

Default DTS error when the task is scheduled on the server! - 06-07-2005 , 02:54 PM






Hello everyone,

I was asked to create some DTS package that transfer data from a Foxpro
database to SQL Server,

Everything works fine when I execute the task on my local machine but when I
schedule the task on the server, I get this error message :


"Executed as user: *******. DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: Copy Data from listfour to
[NetsipDesign].[dbo].[DSQ01_Fournisseur] Step DTSRun OnError: Copy Data
from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step, Error
= -2147467259 (80004005) Error string: [Microsoft][ODBC Driver
Manager] Driver does not support this function Error source: Microsoft
OLE DB Provider for ODBC Drivers Help file: Help context: 0
Error Detail Records: Error: -2147467259 (80004005); Provider Error:
0 (0) Error string: [Microsoft][ODBC Driver Manager] Driver does not
support this function Error source: Microsoft OLE DB Provider for ODBC
Drivers Help file: Help context: 0 DTSRun OnFinish: Copy
Data from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step
DTSRun: Package execution complete. Process Exit Code 1. The step
failed."


I thought this line was the key to get over this problem ("Error string:
[Microsoft][ODBC Driver Manager] Driver does not support this function") but
I've looked at the drivers I have on my PC and compared it to the one on the
server and they are exacly the same.

Anyone ever experienced this kind of problem?

Thx for your help!



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS error when the task is scheduled on the server! - 06-07-2005 , 03:59 PM






Invariably this has to do with a permissions issue. The error 80004005
tells me either "Access Denied" or "I can't find what you requested"

Have look at this

http://support.microsoft.com/Default.aspx?kbid=269074

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Dominic Feron" <dominic.feron (AT) dessausoprin (DOT) com> wrote

Quote:
Hello everyone,

I was asked to create some DTS package that transfer data from a Foxpro
database to SQL Server,

Everything works fine when I execute the task on my local machine but when
I
schedule the task on the server, I get this error message :


"Executed as user: *******. DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: Copy Data from listfour to
[NetsipDesign].[dbo].[DSQ01_Fournisseur] Step DTSRun OnError: Copy Data
from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step, Error
= -2147467259 (80004005) Error string: [Microsoft][ODBC Driver
Manager] Driver does not support this function Error source:
Microsoft
OLE DB Provider for ODBC Drivers Help file: Help context: 0
Error Detail Records: Error: -2147467259 (80004005); Provider Error:
0 (0) Error string: [Microsoft][ODBC Driver Manager] Driver does not
support this function Error source: Microsoft OLE DB Provider for
ODBC
Drivers Help file: Help context: 0 DTSRun OnFinish:
Copy
Data from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step
DTSRun: Package execution complete. Process Exit Code 1. The step
failed."


I thought this line was the key to get over this problem ("Error string:
[Microsoft][ODBC Driver Manager] Driver does not support this function")
but
I've looked at the drivers I have on my PC and compared it to the one on
the
server and they are exacly the same.

Anyone ever experienced this kind of problem?

Thx for your help!





Reply With Quote
  #3  
Old   
Dominic Feron
 
Posts: n/a

Default Re: DTS error when the task is scheduled on the server! - 06-08-2005 , 09:36 AM



Thx for the info! I'll look with the system administrator about this
article.

One thing I've noticed is the DTS doesn't seem to work on any computer with
the OS Microsoft Server 2000 installed on.

I did a non-scheduled test on 2 other server, and I got the same error as if
I was trying to schedule the DTS task on the real server.

Is it possible that it could be an OS issue?



"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> a écrit dans le message de
news:%23RxBML6aFHA.3808 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Quote:
Invariably this has to do with a permissions issue. The error 80004005
tells me either "Access Denied" or "I can't find what you requested"

Have look at this

http://support.microsoft.com/Default.aspx?kbid=269074

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Dominic Feron" <dominic.feron (AT) dessausoprin (DOT) com> wrote in message
news:%23GI4sq5aFHA.2756 (AT) tk2msftngp13 (DOT) phx.gbl...
Hello everyone,

I was asked to create some DTS package that transfer data from a Foxpro
database to SQL Server,

Everything works fine when I execute the task on my local machine but
when
I
schedule the task on the server, I get this error message :


"Executed as user: *******. DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: Copy Data from listfour to
[NetsipDesign].[dbo].[DSQ01_Fournisseur] Step DTSRun OnError: Copy
Data
from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step, Error
= -2147467259 (80004005) Error string: [Microsoft][ODBC Driver
Manager] Driver does not support this function Error source:
Microsoft
OLE DB Provider for ODBC Drivers Help file: Help context: 0
Error Detail Records: Error: -2147467259 (80004005); Provider
Error:
0 (0) Error string: [Microsoft][ODBC Driver Manager] Driver does
not
support this function Error source: Microsoft OLE DB Provider for
ODBC
Drivers Help file: Help context: 0 DTSRun OnFinish:
Copy
Data from listfour to [NetsipDesign].[dbo].[DSQ01_Fournisseur] Step
DTSRun: Package execution complete. Process Exit Code 1. The step
failed."


I thought this line was the key to get over this problem ("Error string:
[Microsoft][ODBC Driver Manager] Driver does not support this function")
but
I've looked at the drivers I have on my PC and compared it to the one on
the
server and they are exacly the same.

Anyone ever experienced this kind of problem?

Thx for your help!







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.