dbTalk Databases Forums  

Deployment of custom assembly referenced in script components.

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Deployment of custom assembly referenced in script components. in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Scott Munro
 
Posts: n/a

Default Deployment of custom assembly referenced in script components. - 09-29-2009 , 03:40 AM






Hi,

My SSIS solution includes a custom .Net assembly that I reference from
script components within my packages. I deploy multiple instances of the
solution to a single server (SQL Server cluster) and would find the
flexibility of being able to deploy new versions of the assembly on an
instance by instance basis really valuable.

The current deployment process involves copying the assembly to the
following directories on both nodes of the SQL Server cluster.

C:\Program Files\Microsoft SQL Server\90\DTS\Binn
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn

At which point, they are visible to all instances of my solution.

My ideal solution would be to have each instance reference the copy of the
assembly that is located within the same folder as the packages (these are
deployed on the file system).

I found a reference on the net to the 'ReferencePath' attribute within the
dstx file and experimented (appended the package path to the value of this
attribute) without success. Has anyone managed to get this working?

Are there any other strategies that I should be considering?

Many thanks,

Scott

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.