• Hello

    We have a SQL 2012 which runs on a Windows 2012 Server in domain 1

    The Problem is:

    We like to use the SQL Agent, to backup over a script, all our Print Server which are in domain 2

    The Script looks as follows.

    c:\windows\System32\Spool\Tools\Printbrm.exe -s \\Servername.domain.XY -b -f c:\temp\Printer_Servername.printerExport

    The Script itself works perfectly, when I run the script over cmlet "cmd" with a user in domain 2

    - run as ----

    Our SQL Server is not in the same Domain as the Printer server but we have a one way trust between them.

    Anyway... every time when we run the job, we get a failure like:

    Message

    Unable to start execution of step 1 (reason: Error authenticating proxy domain2\admin, system error: The user name or password is incorrect.). The step failed.

    We added the same user on SQL Credentials which we used when we run the script as a run as account in cmlet.

    Then we added a Proxy with that account and set all the subsystem on that User without success.

    Any Ideas why we get an error "The user name or password is incorrect"

    Thanks for help

    sb