This is a good article to start with
http://support.microsoft.com/?kbid=269074
Also I have had problems with moving data from World on DB2 to One World on
SQL Server using the IBM Client Access drivers. One thing I noted seemed to
be important was who installed the drivers. I seem to remember some
articles about it.
I would change the Agent account to a Domain Account certainly. Log in as
the Account and now fire the package
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"tim okeeffe" <tokeeffe (AT) symmons (DOT) com> wrote
Quote:
I have a SQL Server 2000 install on a Win 2K server and am runinng a
simple Transfer DTS package which transfers 1 table (F4211) from a JD
|
Edwards install on a DB2. If I run the package locally on the server by
right clicking and selecting Execute Package the DTS runs fine and transfers
the table.
Quote:
When I schedule the Job however the DTS fails to transfer data and throws
no error. I have the Sql Security to System Account and I have also set the
|
SQL Agent to System account. However when I create a DTS package it is
created with my user name and dowmain (Braintree\tokeeffe). Does this user
credential cause the failure? If so how to I reconcile all the account so
that I can run this job as a schedule.