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

Popular posts from this blog

List<T>().Add problem C# -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -