when trying to import a small text file into a table using ssis package(EXECUTE SQL TASK) got the below mentioned error
[Execute SQL Task] Error: Executing the query "sp_import_pkg2010 ?,?,?" failed with the following error: "Could not bulk insert because file 'K:\Data\Usa\Prov.txt' could not be opened. Operating system error code 3(error not found).". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
There is no connection problem ,also the file 'K:\Data\Usa\Prov.txt' does exist and can open