xp_cmdshell problem when running an SSIS package

  • The message being received is:

    Description: The LoadFromSQLServer method has encountered OLE DB error code 0x80040E4D (Login failed for user 'XXXXXX\YYYYYY$'.)...

    XXXXXX is our Domain Name

    YYYYYY is our server name (note that it reads SVRNAME$ as the user id)

    When I imported the original text file into a SQL Server 2005 table, I saved as an SSIS package. It ran to conclusion. If I create a job with the SSIS package it also runs successfully.

    The problem occurs when I attempt to execute this SSIS package from within a stored procedure.

    Has anyone else encountered this problem.

  • I faced some issue with xp_cmdshell, not a similar one though, may be below link might help you

    http://www.sqlservercentral.com/Forums/Topic682723-146-1.aspx#bm682857

    It solved the problem for me..

    Thanks,

    Sudhie.

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

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