Hi Everyone,
I'm very new to all this and I am trying to import many .iff files into a table in a database that I remote into. I have a connection called BulkFile that connects to the folder where these files are sitting and I have a connection to the database (SQL)and table. When I execute the Bulk Insert Task I get the following error message. The "\\Admint\Responses" is the folder where the .iff files reside (BulkFile Connection).
SSIS package "Package.dtsx" starting.
Error: 0xC002F304 at Bulk Insert Task, Bulk Insert Task: An error occurred with the following error message: "Cannot bulk load because the file "\\Admint\Responses" could not be opened. Operating system error code 5(Access is denied.).".
Task failed: Bulk Insert Task
SSIS package "Package.dtsx" finished: Success.
I believe I have all permissions needed. Any Idea what this error message means.
Thanks for your help!
I'm very new to all this and I am trying to import many .iff files into a table in a database that I remote into. I have a connection called BulkFile that connects to the folder where these files are sitting and I have a connection to the database (SQL)and table. When I execute the Bulk Insert Task I get the following error message. The "\\Admint\Responses" is the folder where the .iff files reside (BulkFile Connection).
SSIS package "Package.dtsx" starting.
Error: 0xC002F304 at Bulk Insert Task, Bulk Insert Task: An error occurred with the following error message: "Cannot bulk load because the file "\\Admint\Responses" could not be opened. Operating system error code 5(Access is denied.).".
Task failed: Bulk Insert Task
SSIS package "Package.dtsx" finished: Success.
I believe I have all permissions needed. Any Idea what this error message means.
Thanks for your help!