DTSRUN.exe utility

  • What are the permissions required to run dtsrun.exe utility in sql server 2000 server?

    MJ

  • I would say Process Administrators.

  • Thanks for the reply. What if in case I need to call dtsrun.exe(located on sql server) from a batch file that is present on some other application server?

    Please suggest.

    Manu

  • I used to install the files required to run dtsrun on the machines that needed it ( I got the list of files from http://www.sqldts.com/225.aspx). Used the dtsrunui to create an encrypted command line, copy and paste it into a batch file then the users could run it.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • If batch file is on the same server where sql server is also installed then what permissions do I need to provide to a user who wants to execute it from batch file using dtsrun /S ServerName /U Username /P password /N Package Name command in batch file?

    Thanks for your replies..

    Manu

  • If you would like to trigger the DTS utility from another site, you may need to grant your account the process administrators.

Viewing 6 posts - 1 through 5 (of 5 total)

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