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.