SSIS : DTExec help

  • hi,

    Ih ave SQL server 2005 Std edition running. I have package that i am trying to run. the package is stored in Database.

    SSIS--> MSDB --> Package1

    Now i am trying to run as command line which is:

    the bat file is as followed:

    "D:\Apps\90\DTS\Binn\DTExec.exe" /SQL "\MSDB\Package1" /SERVER servername1

    I get this error:

    Could not load package "\MSDB\Package1" because of error 0xC001

    62.

    Description: The LoadFromSQLServer method has encountered OLE DB error code 0x

    004005 (Login timeout expired). The SQL statement that was issued has failed.

    how can i solve it!!

  • Hi Pat,

    I think the syntax should be:

    D:\Apps\90\DTS\Binn\DTExec.exe" /SQL "\Package1" /SERVER servername1

    Verify with the DTEXECUI util. Set it up and look at the command line item.

    Norman

    DTS Pacakge Search

    http://www.dtspackagesearch.com/

  • Hi,

    I still get same error message!!

    Thanks

Viewing 3 posts - 1 through 2 (of 2 total)

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