dbTalk Databases Forums  

Re: DTS Error when importing data from access

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


Discuss Re: DTS Error when importing data from access in the microsoft.public.sqlserver.dts forum.



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

Default Re: DTS Error when importing data from access - 09-03-2003 , 09:48 AM






Something isn't configured correctly or accessible from the
server. When you run DTS manually, it runs from the PC where
it's executed and under the security context of the person
executing the package. When you schedule it to run in a job,
it runs from the server and under the security context of
SQL Agent service account (or the proxy account if owned by
a non-sysadmin). So everything is configured correctly on
your PC and using your security credentials but not on the
server using the SQL Agent credentials.
Refer to the following for more information:
INF: How to Run a DTS Package as a Scheduled Job
http://support.microsoft.com/?id=269074

-Sue

On Wed, 3 Sep 2003 11:14:42 -0300, "Adriano Galle Dal Prá"
<dalpra (AT) cwb (DOT) palm.com.br> wrote:

Quote:
Hi,

I have a weird problem here.
I built a DTS Package to import data from access databases.

When I run it directly in EM, it works fine.
But when I try to schedule the DTS or try to run using dtsrun, it return the
following errors:

DTSRun OnError: Copy Data from ImportTable to
[TargetDatabase].[dbo].[TargetTable] Step, Error = -2147008507 (80074005)
Error string: Unspecified error
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts.hlp
Help context: 700

Error Detail Records:
Error: -2147008507 (80074005); Provider Error: 0 (0)
Error string: Unspecified error
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts.hlp
Help context: 700

Error: -2147467259 (80004005); Provider Error: -66913278 (FC02FC02)
Error string: Disk or network error.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003043

Anyone knows what is happening?
Thanks for any help.

Adriano.



Reply With Quote
  #2  
Old   
Dip
 
Posts: n/a

Default Re: DTS Error when importing data from access - 09-03-2003 , 09:24 PM







Hi,

Have you checked whether you had all the SQL Server 2000 service packs?
The new one is SP3a. Might be a reason for failing....

Dip


--
Posted via http://dbforums.com

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.