sql server 2005 - Error: Retrieving the file name for a component failed with error code 0x03B98F74 -
i have simple ssis activex script task returning above error when executing:
i've cut code down empty function:
function main end function
and have ensured entrymethod property of component main
any suggestions?
i came across same error , found connection in activex script referencing dsn name didn't exist. added dsn through control panel -> administrative tools -> data sources (odbc) , issue resolved.
Comments
Post a Comment