Hi,
When scheduling DTS packages as jobs, you should follow this checklist:
** The package is owned by you
** Your account is a domain account being authenticated by a DC in, say,
DOMAIN2
** The SQL Server and Access database reside in another domain (DOMAIN2), on
different servers
** The SQLAgent is being run under the context of a domain account
** The SQLAgent account and your account are both members of
BUILTIN\administrators on the SQL Server
** Are those accounts members of BUILTIN\administrators on the server with
the Access database?
** The SQLAgent account and your domain account are members of the sysadmin
fixed server role
** The directory in which the Access database resides is shared, with
"Change" and "Read" permissions granted to BUILTIN\administrators
** The SQLAgent account and your domain account have been permitted access
to the SQL Server database
** These users have not been explicitly DENIED access to any object being
"touched" by the DTS package in the database.
Thanks,
Tom