GC
2009-03-11 15:47:01 UTC
Hi,
I have a SSIS package that contains a DTS 2000 package in it.
The DTS 2000 package imports data from an accpac file into several tables
from an ODBC data source.
When I execute the package through BIDS or through Microsoft Sql Server
Management Studio, no problems.
Everything works great. I am now trying to execute the SSIS package via a
job and it gives me the following error:
Started: 11:15:15 AM
Error: 2009-03-11 11:15:16.44
Code: 0x00000000
Source: AMC_COPY_OE61BTXT_FROM_ACCPAC_TO_SQLSERVER
Description: System.Runtime.InteropServices.COMException (0x80040427)
Execution was canceled by user.
at DTS.PackageClass.Execute()
at
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 11:15:15 AM
Finished: 11:15:16 AM
Elapsed: 1.14 seconds.
The package execution failed.
The step failed.
In my OBDC Data source i dont use a map drive but a UNC path
The accpac file that is read by the DTS is on another server
Also the owner of the SSIS is da and the user than run the Sql Server Agent
is also da
da is a domain administrator
For now I use this user because he should have rights to go every where on
the domain
Once everything will work I will change the user by another NT User with the
proper rights
Those somebody have an idea of the problem and how to solve it?
Thanks in advance
I have a SSIS package that contains a DTS 2000 package in it.
The DTS 2000 package imports data from an accpac file into several tables
from an ODBC data source.
When I execute the package through BIDS or through Microsoft Sql Server
Management Studio, no problems.
Everything works great. I am now trying to execute the SSIS package via a
job and it gives me the following error:
Started: 11:15:15 AM
Error: 2009-03-11 11:15:16.44
Code: 0x00000000
Source: AMC_COPY_OE61BTXT_FROM_ACCPAC_TO_SQLSERVER
Description: System.Runtime.InteropServices.COMException (0x80040427)
Execution was canceled by user.
at DTS.PackageClass.Execute()
at
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 11:15:15 AM
Finished: 11:15:16 AM
Elapsed: 1.14 seconds.
The package execution failed.
The step failed.
In my OBDC Data source i dont use a map drive but a UNC path
The accpac file that is read by the DTS is on another server
Also the owner of the SSIS is da and the user than run the Sql Server Agent
is also da
da is a domain administrator
For now I use this user because he should have rights to go every where on
the domain
Once everything will work I will change the user by another NT User with the
proper rights
Those somebody have an idea of the problem and how to solve it?
Thanks in advance