![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a scheduled job which run two dts packages in succession. Both packages are set up to log to sql server and do so if I run the package from enterprise manager. If I run the packages from the job, the job logs show that the package steps completed successfully, however there are no step logs for the packages. Anyone know how to force the package to start logging or why it's not currently? We are using SQL2000 and VB6. Dave Phelan Pitman |
#3
| |||
| |||
|
|
I checked through the security on the server. The job is owned by the administrator and the administrator is set up as a sysadmin. I added the administrator account to the MSDB owners list, gave exec permissions to logging stored procs, and ran the job. I recreated the dtsrun command lines for the job to make sure it was applying the right user information. Still, no log files were created. I can get the log files for the job without problem, just not for the steps in the packages. Dave "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in news:eqgPxE6VEHA.2844 (AT) TK2MSFTNGP09 (DOT) phx.gbl: Whilst i have not seen your problem make sure that your SQL Server Agent service Account: if the job owner is a sysadmin, has rights to the SQL Server for logging Proxy Accout: if job is not owned by a sysadmin, has rights to log to the SQL Server for logging. If everything still appears OK then log in as either the Agent service account or the proxy account and no try executing the package. Have a read as well of this http://support.microsoft.com/?kbid=269074 |
![]() |
| Thread Tools | |
| Display Modes | |
| |