DTS failed when Scheduled ODBC driver DSN System -
11-21-2008
, 01:08 PM
Hi,
I have a problem when a DTS is called by a scheduled JOB
The DTS is copying Data from an Accpac dataBase by using a
ODBC Data source Administrator SYSTEM DSN
When I run the DTS manually it works fine
When the DTS is run by a sheduled task the DTS failed with this error
[SSDB]Path invalid opening user file in SI_AppCreate
To verify what is the problem I insert a new task in my DTS that run the
WhoAmi.exe
I might find the error but I dont know how to resolve It
The problem is in the name of the Table JC65ASUMÿÿÿJCÿJobÿSummary
I open the Transform Task Properties in my DTS and the source name of the
table that the ODBC Driver use is JC65ASUM JC Job Summary
When the Scheduled job execute the DTS all the space in the name of the
source table are replace by the "ÿ" caracter.
This happen only when the DTs is execute by the scheduled Job when I execute
de DTs manualy no problem.
There are some "ÿ" caracter in the name of the table which is not suppose to
That is why the error log indicate "Path invalid opening user file in
SI_AppCreate"
Do you have any idea of how to resolve this problem
This is few lines of the LogerrorFile
FN\da
DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSCreateProcessTask_1
DTSRun OnFinish: DTSStep_DTSCreateProcessTask_1
DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1
DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1
DTSRun OnStart: DTSStep_DTSExecutePackageTask_1
DTSRun OnError: DTSStep_DTSExecutePackageTask_1, Error = -2147467259
(80004005)
Error string: Copy Data from JC65ASUMÿÿÿJCÿJobÿSummary to JC65ASUM Step:
[SSDB]Path invalid opening user file in SI_AppCreate
Error source: Microsoft OLE DB Provider for ODBC Drivers
Help file:
Help context: 0
Error Detail Records:
Error: -2147467259 (80004005); Provider Error: 1207 (4B7)
Error string:
Error source:
Help file:
Help context: 0
thanks in advance ! |