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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -