dbTalk Databases Forums  

Indirect SQL Server Package Configuration

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


Discuss Indirect SQL Server Package Configuration in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dennis Forbes
 
Posts: n/a

Default Indirect SQL Server Package Configuration - 05-26-2006 , 12:50 PM






What data is SSIS expecting to be stored in an environment variable when you
opt for indirect SQL Server package configuration? The documentation on this
is....incredibly sparse.

Reply With Quote
  #2  
Old   
=?Utf-8?B?RGVubmlzIEZvcmJlcw==?=
 
Posts: n/a

Default RE: Indirect SQL Server Package Configuration - 05-30-2006 , 09:22 AM






If anyone from Microsoft, or an eager-to-be MVPs, comes by this post, I would
really appreciate an answer. This isn't actually documented in the SQL Server
documentation (including the most up-to-date documentation), and without
knowing WHAT to store in the environment variable (presumably a link to the
database server and table...it wouldn't be silly enough to store a link to
another connection in the package), it is of negligible benefit.

"Dennis Forbes" wrote:

Quote:
What data is SSIS expecting to be stored in an environment variable when you
opt for indirect SQL Server package configuration? The documentation on this
is....incredibly sparse.

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: Indirect SQL Server Package Configuration - 05-30-2006 , 01:28 PM



Hello Dennis,


The thing that is stored in the Environment variable is up to you but it
needs to look like the configuration string property in the configuration
setup.

Examples


If I was using a direct XML file the property would look like this

C:\MyConfigFile.dtsConfig

The indirect XML Configuration would place "C:\MyConfigFile.dtsConfig" in
an Environment variable


If I was using a direct SQL Server Configuration the property may look like
this

"(local).tempDB";"[dbo].[SSIS Configurations]";"ConfigTable";


The indirect version of this configuration would place "(local).tempDB";"[dbo].[SSIS
Configurations]";"ConfigTable"; in the environment variable.


Does that help?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
If anyone from Microsoft, or an eager-to-be MVPs, comes by this post,
I would really appreciate an answer. This isn't actually documented in
the SQL Server documentation (including the most up-to-date
documentation), and without knowing WHAT to store in the environment
variable (presumably a link to the database server and table...it
wouldn't be silly enough to store a link to another connection in the
package), it is of negligible benefit.

"Dennis Forbes" wrote:

What data is SSIS expecting to be stored in an environment variable
when you opt for indirect SQL Server package configuration? The
documentation on this is....incredibly sparse.




Reply With Quote
  #4  
Old   
=?Utf-8?B?RGVubmlzIEZvcmJlcw==?=
 
Posts: n/a

Default RE: Indirect SQL Server Package Configuration - 05-31-2006 , 11:32 AM



Hi there Allan.

Indeed, what you mentioned is what I originally tried, as it seems logical.
The problem with it, however, is that the server/database mentioned is only
an alias to a pre-existing connection in the connection manager. So I already
have to have a "Configuration" connection to reference in the environment
variable, and of course I can't make that connection configurable because it
needs it to get the configuration in the first place. Absolutely insane, and
inane, at the same time.

If this is true, and I can't provide an arbitrary connection to a runtime
chosen destination, then it viciously snatches defeat from the hand of
defeat, and makes indirect SQL Server configuration laughably useless.

"Allan Mitchell" wrote:

Quote:
Hello Dennis,


The thing that is stored in the Environment variable is up to you but it
needs to look like the configuration string property in the configuration
setup.

Examples


If I was using a direct XML file the property would look like this

C:\MyConfigFile.dtsConfig

The indirect XML Configuration would place "C:\MyConfigFile.dtsConfig" in
an Environment variable


If I was using a direct SQL Server Configuration the property may look like
this

"(local).tempDB";"[dbo].[SSIS Configurations]";"ConfigTable";


The indirect version of this configuration would place "(local).tempDB";"[dbo].[SSIS
Configurations]";"ConfigTable"; in the environment variable.


Does that help?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

If anyone from Microsoft, or an eager-to-be MVPs, comes by this post,
I would really appreciate an answer. This isn't actually documented in
the SQL Server documentation (including the most up-to-date
documentation), and without knowing WHAT to store in the environment
variable (presumably a link to the database server and table...it
wouldn't be silly enough to store a link to another connection in the
package), it is of negligible benefit.

"Dennis Forbes" wrote:

What data is SSIS expecting to be stored in an environment variable
when you opt for indirect SQL Server package configuration? The
documentation on this is....incredibly sparse.





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.