passing command line argument to ssis script componant
hi, i need to know how to pass command line argument to ssis script componant task
May 24th, 2012 6:13am

Why? Can you explain your scenario a bit more? MCTS, MCITP - Please mark posts as answered where appropriate.
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 6:17am

hi, i want to use third party dll, but i am not able to add reference for this assembly, so i try to execute this dll though command prompt
May 24th, 2012 7:05am

I would add it as a reference, not through command prompt: http://www.codeproject.com/Articles/15866/Access-NET-assembly-through-SSIS-Script-Component http://microsoft-ssis.blogspot.com/2011/05/referencing-custom-assembly-inside.htmlMCTS, MCITP - Please mark posts as answered where appropriate.
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 7:17am

hi, i am using third party assembly and i dont have strong name for this assembly, also this assembly is not register in regsvr32 so how can i proceed in this case
May 24th, 2012 7:43am

My SSIS .NET scripting skills aren't that strong. I'll try to get someone over here with more experience in this stuff than me.MCTS, MCITP - Please mark posts as answered where appropriate.
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 7:45am

The Script Task/Component can only reference to dll's in the GAC (/with strong name). Maybe you could use the RunDll32.exe in an Execute Process Task? Or try something with Process.Start Method in .net (no experience with it). But what is your dll doing? Maybe you can replace it with an alternative? Please mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com | Twitter
May 25th, 2012 8:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics