dbTalk Databases Forums  

Shared Configuration file build problem

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


Discuss Shared Configuration file build problem in the microsoft.public.sqlserver.dts forum.



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

Default Shared Configuration file build problem - 02-27-2006 , 03:51 AM






I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages, and all
of the packages are using relative file paths to find it.

When I set my Project Settings to CreateDeploymentUtility=true, I get a
build error saying that the config file cannot be copied because it already
exists.
I have tried with the AllowConfigurationChanges property set to true and
false, but this doesn't help.

Thanks in advance for any help on this,



Reply With Quote
  #2  
Old   
programmer_mike
 
Posts: n/a

Default RE: Shared Configuration file build problem - 02-27-2006 , 11:50 AM






I have tried again on a smaller scale project (2 packages).
I can build succesfully when only 1 package has an xml config, but as soon
as I point the second package at it I get the build error.

Have I got the wrong end of the stick here?
I keep seeing references to shared config files, and I really only want to
have 1 config file to maintain.

Getting a bit desperate now...

"programmer_mike" wrote:

Quote:
I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages, and all
of the packages are using relative file paths to find it.

When I set my Project Settings to CreateDeploymentUtility=true, I get a
build error saying that the config file cannot be copied because it already
exists.
I have tried with the AllowConfigurationChanges property set to true and
false, but this doesn't help.

Thanks in advance for any help on this,



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

Default Re: Shared Configuration file build problem - 02-27-2006 , 02:37 PM



Hello programmer_mike,

I saw this error this week in class. I deleted the file form the location
dpeocified in the configurations. That said I am trying to repro your issue.
I have created a config with a path to the XML file of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?


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

Quote:
I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,




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

Default RE: Shared Configuration file build problem - 02-27-2006 , 02:56 PM



Hello programmer_mike,

Ahhh more than one package. Looking at it now

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

Quote:
I have tried again on a smaller scale project (2 packages).
I can build succesfully when only 1 package has an xml config, but as
soon
as I point the second package at it I get the build error.
Have I got the wrong end of the stick here?
I keep seeing references to shared config files, and I really only
want to
have 1 config file to maintain.
Getting a bit desperate now...

"programmer_mike" wrote:

I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,




Reply With Quote
  #5  
Old   
programmer_mike
 
Posts: n/a

Default Re: Shared Configuration file build problem - 02-28-2006 , 02:54 AM



I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection string
properties to be saved.

I've tried linking to a fully qualified path, just giving the file name, and
putting a "\" in front of the file name as you indicated.

All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I agree to)
and I follow the wizard through a second time.

Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00

Let me know if you need any more info, and thanks for taking a look at this.

Mike

"Allan Mitchell" wrote:

Quote:
Hello programmer_mike,

I saw this error this week in class. I deleted the file form the location
dpeocified in the configurations. That said I am trying to repro your issue.
I have created a config with a path to the XML file of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?


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

I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,





Reply With Quote
  #6  
Old   
programmer_mike
 
Posts: n/a

Default Getting Desperate Now! - 03-01-2006 , 05:29 AM



I fully appreciate that everyone has very busy workloads, but I have now
spent ages on this and its holding up the deployment of my project.

I have tried everything I can think of and the whole area of config files is
giving me endless problems.

If someone could help with this problem I would be eternally grateful.

"programmer_mike" wrote:

Quote:
I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection string
properties to be saved.

I've tried linking to a fully qualified path, just giving the file name, and
putting a "\" in front of the file name as you indicated.

All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I agree to)
and I follow the wizard through a second time.

Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00

Let me know if you need any more info, and thanks for taking a look at this.

Mike

"Allan Mitchell" wrote:

Hello programmer_mike,

I saw this error this week in class. I deleted the file form the location
dpeocified in the configurations. That said I am trying to repro your issue.
I have created a config with a path to the XML file of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?


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

I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,





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

Default Re: Shared Configuration file build problem - 03-01-2006 , 04:37 PM



Hello programmer_mike,

I can repro quite happily i just cannot get the fix I used last week to work.
My experiment says you can delete the config files and still builld the
solution.



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

Quote:
I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection
string
properties to be saved.
I've tried linking to a fully qualified path, just giving the file
name, and putting a "\" in front of the file name as you indicated.

All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I
agree to)
and I follow the wizard through a second time.
Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
Let me know if you need any more info, and thanks for taking a look at
this.

Mike

"Allan Mitchell" wrote:

Hello programmer_mike,

I saw this error this week in class. I deleted the file form the
location dpeocified in the configurations. That said I am trying to
repro your issue. I have created a config with a path to the XML file
of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I
get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,



Reply With Quote
  #8  
Old   
programmer_mike
 
Posts: n/a

Default Re: Shared Configuration file build problem - 03-06-2006 , 10:29 AM



Allan,

Thank you for your help so far.
I am now using master package variable to get me working, but I would much
prefer to use configuration files.

Can you advise me on how I can progress this issue. Does it need to be
reported as a bug?

Thanks again,

Mike
"Allan Mitchell" wrote:

Quote:
Hello programmer_mike,

I can repro quite happily i just cannot get the fix I used last week to work.
My experiment says you can delete the config files and still builld the
solution.



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

I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection
string
properties to be saved.
I've tried linking to a fully qualified path, just giving the file
name, and putting a "\" in front of the file name as you indicated.

All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I
agree to)
and I follow the wizard through a second time.
Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
Let me know if you need any more info, and thanks for taking a look at
this.

Mike

"Allan Mitchell" wrote:

Hello programmer_mike,

I saw this error this week in class. I deleted the file form the
location dpeocified in the configurations. That said I am trying to
repro your issue. I have created a config with a path to the XML file
of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a project with 12+ packages, all using a shared config file.
I have placed the config file in the same directory as the packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I
get
a
build error saying that the config file cannot be copied because it
already
exists.
I have tried with the AllowConfigurationChanges property set to true
and
false, but this doesn't help.
Thanks in advance for any help on this,




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

Default Re: Shared Configuration file build problem - 03-06-2006 , 02:52 PM



Hello programmer_mike,

Let me have a play and an ask around. Can you ping me in a couple of days
and we can take it from there unless anybody else has experience of this.

Whilst I do not want to call it a bug right now I am having a hard time getting
it to work properly



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

Quote:
Allan,

Thank you for your help so far.
I am now using master package variable to get me working, but I would
much
prefer to use configuration files.
Can you advise me on how I can progress this issue. Does it need to be
reported as a bug?

Thanks again,

Mike
"Allan Mitchell" wrote:
Hello programmer_mike,

I can repro quite happily i just cannot get the fix I used last week
to work. My experiment says you can delete the config files and still
builld the solution.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection
string
properties to be saved.
I've tried linking to a fully qualified path, just giving the file
name, and putting a "\" in front of the file name as you indicated.
All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I
agree to)
and I follow the wizard through a second time.
Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
Let me know if you need any more info, and thanks for taking a look
at
this.
Mike

"Allan Mitchell" wrote:

Hello programmer_mike,

I saw this error this week in class. I deleted the file form the
location dpeocified in the configurations. That said I am trying
to repro your issue. I have created a config with a path to the XML
file of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a project with 12+ packages, all using a shared config
file.
I have placed the config file in the same directory as the
packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I
get
a
build error saying that the config file cannot be copied because
it
already
exists.
I have tried with the AllowConfigurationChanges property set to
true
and
false, but this doesn't help.
Thanks in advance for any help on this,



Reply With Quote
  #10  
Old   
programmer_mike
 
Posts: n/a

Default Re: Shared Configuration file build problem - 03-09-2006 , 04:01 PM



Ping

"Allan Mitchell" wrote:

Quote:
Hello programmer_mike,

Let me have a play and an ask around. Can you ping me in a couple of days
and we can take it from there unless anybody else has experience of this.

Whilst I do not want to call it a bug right now I am having a hard time getting
it to work properly



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

Allan,

Thank you for your help so far.
I am now using master package variable to get me working, but I would
much
prefer to use configuration files.
Can you advise me on how I can progress this issue. Does it need to be
reported as a bug?

Thanks again,

Mike
"Allan Mitchell" wrote:
Hello programmer_mike,

I can repro quite happily i just cannot get the fix I used last week
to work. My experiment says you can delete the config files and still
builld the solution.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I now have a simple test system set up for this.

I have 2 packages (just issuing sql select staments).

Project builds ok

I select enable package configuration for Package1.
I go through the wizard, selecting xml, and selecting the connection
string
properties to be saved.
I've tried linking to a fully qualified path, just giving the file
name, and putting a "\" in front of the file name as you indicated.
All is well until I cinfigure the second package.
I specify the file, it prompts me to "Use Existing File" (which I
agree to)
and I follow the wizard through a second time.
Then I get the build error.
I'm using Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
Let me know if you need any more info, and thanks for taking a look
at
this.
Mike

"Allan Mitchell" wrote:

Hello programmer_mike,

I saw this error this week in class. I deleted the file form the
location dpeocified in the configurations. That said I am trying
to repro your issue. I have created a config with a path to the XML
file of

\NameOfFile.dtsConfig

This works fine for me.

Can you tell me more about the setup and your error?

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a project with 12+ packages, all using a shared config
file.
I have placed the config file in the same directory as the
packages,
and all
of the packages are using relative file paths to find it.
When I set my Project Settings to CreateDeploymentUtility=true, I
get
a
build error saying that the config file cannot be copied because
it
already
exists.
I have tried with the AllowConfigurationChanges property set to
true
and
false, but this doesn't help.
Thanks in advance for any help on this,




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.