dbTalk Databases Forums  

Deploy SSIS to Sub-Folder in MSDB

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


Discuss Deploy SSIS to Sub-Folder in MSDB in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Norbert Kessler
 
Posts: n/a

Default Deploy SSIS to Sub-Folder in MSDB - 09-11-2006 , 06:06 AM






Hello,
we created a sub-folder structure within the msdb storage. Is there any
possibility to explain in the DTSDeploymentManifest or wherever that the
packages should deployed into a specific subfolder and not to the root?

thanks in advance
Norbert

Reply With Quote
  #2  
Old   
Charles Kangai
 
Posts: n/a

Default RE: Deploy SSIS to Sub-Folder in MSDB - 09-11-2006 , 11:08 AM






You should configure where you want the packages to go in the file
MsDtsSrvr.ini.xml which is located in the folder C:\Program Files\Microsoft
SQL Server\90\DTS\Binn. The default location is ..\Packages. You can change
it to, for examples, ..\Packages\MyOwnPackages.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk






"Norbert Kessler" wrote:

Quote:
Hello,
we created a sub-folder structure within the msdb storage. Is there any
possibility to explain in the DTSDeploymentManifest or wherever that the
packages should deployed into a specific subfolder and not to the root?

thanks in advance
Norbert

Reply With Quote
  #3  
Old   
Norbert Kessler
 
Posts: n/a

Default RE: Deploy SSIS to Sub-Folder in MSDB - 09-11-2006 , 11:49 AM



Hello Charles,

thanks for this information. As far as I understood, ist this tag only used
for File Storage. Is the same tag (or a similar) usable for storing this in
the MSDB, too?

Regards
Norbert

"Charles Kangai" wrote:

Quote:
You should configure where you want the packages to go in the file
MsDtsSrvr.ini.xml which is located in the folder C:\Program Files\Microsoft
SQL Server\90\DTS\Binn. The default location is ..\Packages. You can change
it to, for examples, ..\Packages\MyOwnPackages.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk






"Norbert Kessler" wrote:

Hello,
we created a sub-folder structure within the msdb storage. Is there any
possibility to explain in the DTSDeploymentManifest or wherever that the
packages should deployed into a specific subfolder and not to the root?

thanks in advance
Norbert

Reply With Quote
  #4  
Old   
Charles Kangai
 
Posts: n/a

Default RE: Deploy SSIS to Sub-Folder in MSDB - 09-11-2006 , 12:08 PM



You are right. I didn't read your question correctly. The tag is only used
for File Storage. The folders in msdb are internal to the msdb database. You
will see that the storage in msdb.dbo.sysdtspackages90 table do not expose
the internal hierarchy.

Charles Kangai



"Norbert Kessler" wrote:

Quote:
Hello Charles,

thanks for this information. As far as I understood, ist this tag only used
for File Storage. Is the same tag (or a similar) usable for storing this in
the MSDB, too?

Regards
Norbert

"Charles Kangai" wrote:

You should configure where you want the packages to go in the file
MsDtsSrvr.ini.xml which is located in the folder C:\Program Files\Microsoft
SQL Server\90\DTS\Binn. The default location is ..\Packages. You can change
it to, for examples, ..\Packages\MyOwnPackages.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk






"Norbert Kessler" wrote:

Hello,
we created a sub-folder structure within the msdb storage. Is there any
possibility to explain in the DTSDeploymentManifest or wherever that the
packages should deployed into a specific subfolder and not to the root?

thanks in advance
Norbert

Reply With Quote
  #5  
Old   
Norbert Kessler
 
Posts: n/a

Default RE: Deploy SSIS to Sub-Folder in MSDB - 09-14-2006 , 02:53 AM



There is a reference folderid in sysdtspackages90. I assume, that this
references to sysdtspackagefolders90. But I've no idea if I'm allowed to
change this folderid manually. The better way would be to define the folder
or folderid (Path) during the deployment in any way.

Norbert Kessler

"Charles Kangai" wrote:

Quote:
You are right. I didn't read your question correctly. The tag is only used
for File Storage. The folders in msdb are internal to the msdb database. You
will see that the storage in msdb.dbo.sysdtspackages90 table do not expose
the internal hierarchy.

Charles Kangai



"Norbert Kessler" wrote:

Hello Charles,

thanks for this information. As far as I understood, ist this tag only used
for File Storage. Is the same tag (or a similar) usable for storing this in
the MSDB, too?

Regards
Norbert

"Charles Kangai" wrote:

You should configure where you want the packages to go in the file
MsDtsSrvr.ini.xml which is located in the folder C:\Program Files\Microsoft
SQL Server\90\DTS\Binn. The default location is ..\Packages. You can change
it to, for examples, ..\Packages\MyOwnPackages.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk






"Norbert Kessler" wrote:

Hello,
we created a sub-folder structure within the msdb storage. Is there any
possibility to explain in the DTSDeploymentManifest or wherever that the
packages should deployed into a specific subfolder and not to the root?

thanks in advance
Norbert

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.