Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. SSIS Job - Proxy Login Failure

SSIS Job - Proxy Login Failure

Scheduled Pinned Locked Moved Database
databasehelpsql-servercomcareer
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lmaycock
    wrote on last edited by
    #1

    If anybody can offer some advice on a problem with Integration Services I have I'll be eternally grateful. I'm all out of ideas and getting frustrated to say the least! :mad: 1. I have a SQL job that runs an Integration Services package 2. The job is set up to run using a proxy account. 3. When then job is run it fails with the following error: Could not load package because of error 0xC0014062. Description: The LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (Login timeout expired). The SQL statement that was issued has failed. 4. The package name is correct. 5. I’ve double-checked that the password used for the proxy account is correct. 6. I am able to connect to Integration Services using the same account as the proxy and run the job directly from there.

    G 1 Reply Last reply
    0
    • L lmaycock

      If anybody can offer some advice on a problem with Integration Services I have I'll be eternally grateful. I'm all out of ideas and getting frustrated to say the least! :mad: 1. I have a SQL job that runs an Integration Services package 2. The job is set up to run using a proxy account. 3. When then job is run it fails with the following error: Could not load package because of error 0xC0014062. Description: The LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (Login timeout expired). The SQL statement that was issued has failed. 4. The package name is correct. 5. I’ve double-checked that the password used for the proxy account is correct. 6. I am able to connect to Integration Services using the same account as the proxy and run the job directly from there.

      G Offline
      G Offline
      GuyThiebaut
      wrote on last edited by
      #2

      lmaycock wrote:

      (Login timeout expired)

      I think that is your smoking gun. You can set the timeout on connections to infinite(usually 0 represents infinite as a value) to solve this sort of issue. Something like this: commandObj.CommandTimeout = 0

      “That which can be asserted without evidence, can be dismissed without evidence.”

      ― Christopher Hitchens

      L 1 Reply Last reply
      0
      • G GuyThiebaut

        lmaycock wrote:

        (Login timeout expired)

        I think that is your smoking gun. You can set the timeout on connections to infinite(usually 0 represents infinite as a value) to solve this sort of issue. Something like this: commandObj.CommandTimeout = 0

        “That which can be asserted without evidence, can be dismissed without evidence.”

        ― Christopher Hitchens

        L Offline
        L Offline
        lmaycock
        wrote on last edited by
        #3

        Thanks... I'll hopefully take a look again tomorrow but the same setup (as far as I can tell) works perfectly in my test environment. Typical... :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups