DTS access

  • One of the developer don't see the DTS pacakage rest everyone can see, what should I do to get him the access

    I gave him Readonly access to all the DB

  • Add the user to the TargetServerRole in the MSDB database

  • Its windows attentication

    Nita

  • It does not matter what the user authentication is, you can just add the LOGIN to the TargetServerRole in MSDB

  • I have dev and staging....in dev its working fine without adding the LOGIN to the TargetServerRole in MSDB??

  • I did that still its not working??

    Nita

     

  • Compare the permissions for sp_enum_dtspackages in msdb of the dev and staging instances.  That's the stored procedure that Enterprise Manager executes to list DTS packages. 

    Greg

    Greg

  • It might be caused by the following two reasons, but not limited.

    1. Users have different privilege to access DTS;

    2. Users use different versions of SQL Server Client tools.

  • Thanks I added that user in MSDB Db and it worked.

    Thanks to everyone

    Nita

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply