Home Forums Data Warehousing Integration Services ERROR when Executing a Job within SQL Server Agent from an SSIS package. SQL Server 2012, Visual Studio 2010 RE: ERROR when Executing a Job within SQL Server Agent from an SSIS package. SQL Server 2012, Visual Studio 2010

  • What do you mean by "double-hop"? I apologize, but I am still learning most of this.

    I am using the .bat file as a means to pull from cURL. A vendor provided me with the cURL information.

    First it accesses the drive where the cURL.exe file is located: \\CRN-EDW-01\InContact\curl-7.28.0\curl

    Second it outputs to a certain file: -o \\CRN-EDW-01\InContact\InContact\data\1.xml

    Then there is some sort of "k" command that was provided to me by the vendor.

    The weird thing is, is that it works fine when executed manually, but as a job it gives the error.

    Any ideas?

    Thank you!!