>The job owner is sa. The user is not an orphan user.
The user is a SQL user that is used in the DTS package to connect to the SQL
server. The package just executes a stored procedure.

Signature
batgirl
> Can you run the package manually? If you get any errors,
> what are they?
[quoted text clipped - 7 lines]
>
> >The job owner is sa. The user is not an orphan user.
Sue Hoegemeier - 25 Sep 2006 20:28 GMT
Just trying to guess at whatever else you have set up in the
package, if you have package logging, remove it.
Normally if the user you are getting the error for is only
used to connect to a server and a specific database to just
execute a stored procedure on that server and in that
database and the user is not an orphan and has the required
permissions in the database, you wouldn't get an error for
msdb. It would just connect to the server and access that
database. So some other piece of information is missing and
package logging is the only guess off the top of my head.
-Sue
>The user is a SQL user that is used in the DTS package to connect to the SQL
>server. The package just executes a stored procedure.