Dear Expert,
I have created a DTS package that export data through ODBC (DNS, with user name and password ) connection from customer server to my SQL Server 2000 machine.
Source: ODBC Connection (DNS) with username and password permanently saved.
Destination: SQL Server (local)
This works fine whenever I run the DTS manually through Data Transfrmation Services. However, when I schedule it to be running, I get below errors message...
------------
Error source: Microsoft OLE DB Provider for ODBC Drivers Help file: Help context: 0 Error Detail Records: Error: -2147467259 (80004005); Provider Error: 0 (0)
---------------------
I need to load base from ODBC to MySQL Server, Can someone please help with programmatically connection parameters, login and password of connection,
for example: DNS/ODBC user name = ABC, password = 123.
Thank you for looking into this.
Dan
I have created a DTS package that export data through ODBC (DNS, with user name and password ) connection from customer server to my SQL Server 2000 machine.
Source: ODBC Connection (DNS) with username and password permanently saved.
Destination: SQL Server (local)
This works fine whenever I run the DTS manually through Data Transfrmation Services. However, when I schedule it to be running, I get below errors message...
------------
Error source: Microsoft OLE DB Provider for ODBC Drivers Help file: Help context: 0 Error Detail Records: Error: -2147467259 (80004005); Provider Error: 0 (0)
---------------------
I need to load base from ODBC to MySQL Server, Can someone please help with programmatically connection parameters, login and password of connection,
for example: DNS/ODBC user name = ABC, password = 123.
Thank you for looking into this.
Dan