dbTalk Databases Forums  

SSIS Package Errors

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


Discuss SSIS Package Errors in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bigbrorpi@gmail.com
 
Posts: n/a

Default SSIS Package Errors - 09-27-2006 , 10:42 AM






Hi -

I've been having a problem with all of the packages I create. I create
them in BIDS on my local machine (which is running SSIS, as I
discovered that was needed for the packages to run properly on the
server). I then create an XML config file and deploy them to the file
system on the server.
For some reason (and I can't seem to pin down when this occurs), but
when I re-open the solution with the package in BIDS, I get a whole
slew of errors:
Changing the namespace of a variable failed because it is a system
variable. System variables are read-only. (Line 1 Column 1).

I can't figure out what these are - it appears that my package somehow
gets corrupted.

Does anybody know how to fix this?

Thanks


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

Default RE: SSIS Package Errors - 09-27-2006 , 12:07 PM






Try changing the ProtectionLevel property of each package in BIDS from
EncryptSensitiveWithUserKey to EncryptSensitiveWithPassword, then provide a
password. See whether the problem occurs after this.

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




"bigbrorpi (AT) gmail (DOT) com" wrote:

Quote:
Hi -

I've been having a problem with all of the packages I create. I create
them in BIDS on my local machine (which is running SSIS, as I
discovered that was needed for the packages to run properly on the
server). I then create an XML config file and deploy them to the file
system on the server.
For some reason (and I can't seem to pin down when this occurs), but
when I re-open the solution with the package in BIDS, I get a whole
slew of errors:
Changing the namespace of a variable failed because it is a system
variable. System variables are read-only. (Line 1 Column 1).

I can't figure out what these are - it appears that my package somehow
gets corrupted.

Does anybody know how to fix this?

Thanks



Reply With Quote
  #3  
Old   
bigbrorpi@gmail.com
 
Posts: n/a

Default Re: SSIS Package Errors - 09-27-2006 , 01:41 PM



Charles -

I actually already had it set this way and provided a password. The
problem does still occur.

thanks

Charles Kangai wrote:
Quote:
Try changing the ProtectionLevel property of each package in BIDS from
EncryptSensitiveWithUserKey to EncryptSensitiveWithPassword, then provide a
password. See whether the problem occurs after this.

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




"bigbrorpi (AT) gmail (DOT) com" wrote:

Hi -

I've been having a problem with all of the packages I create. I create
them in BIDS on my local machine (which is running SSIS, as I
discovered that was needed for the packages to run properly on the
server). I then create an XML config file and deploy them to the file
system on the server.
For some reason (and I can't seem to pin down when this occurs), but
when I re-open the solution with the package in BIDS, I get a whole
slew of errors:
Changing the namespace of a variable failed because it is a system
variable. System variables are read-only. (Line 1 Column 1).

I can't figure out what these are - it appears that my package somehow
gets corrupted.

Does anybody know how to fix this?

Thanks




Reply With Quote
  #4  
Old   
bigbrorpi@gmail.com
 
Posts: n/a

Default Re: SSIS Package Errors - 09-28-2006 , 10:14 AM



I narrowed this down to happenning only after I add a configuration
file to the package.

Any ideas?

bigbrorpi (AT) gmail (DOT) com wrote:
Quote:
Charles -

I actually already had it set this way and provided a password. The
problem does still occur.

thanks

Charles Kangai wrote:
Try changing the ProtectionLevel property of each package in BIDS from
EncryptSensitiveWithUserKey to EncryptSensitiveWithPassword, then provide a
password. See whether the problem occurs after this.

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




"bigbrorpi (AT) gmail (DOT) com" wrote:

Hi -

I've been having a problem with all of the packages I create. I create
them in BIDS on my local machine (which is running SSIS, as I
discovered that was needed for the packages to run properly on the
server). I then create an XML config file and deploy them to the file
system on the server.
For some reason (and I can't seem to pin down when this occurs), but
when I re-open the solution with the package in BIDS, I get a whole
slew of errors:
Changing the namespace of a variable failed because it is a system
variable. System variables are read-only. (Line 1 Column 1).

I can't figure out what these are - it appears that my package somehow
gets corrupted.

Does anybody know how to fix this?

Thanks




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

Default Re: SSIS Package Errors - 09-28-2006 , 10:25 AM



Does your deployment method use the Package Installation Wizard, or are you
using the File, Save Copy method?

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

"bigbrorpi (AT) gmail (DOT) com" wrote:

Quote:
I narrowed this down to happenning only after I add a configuration
file to the package.

Any ideas?

bigbrorpi (AT) gmail (DOT) com wrote:
Charles -

I actually already had it set this way and provided a password. The
problem does still occur.

thanks

Charles Kangai wrote:
Try changing the ProtectionLevel property of each package in BIDS from
EncryptSensitiveWithUserKey to EncryptSensitiveWithPassword, then provide a
password. See whether the problem occurs after this.

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




"bigbrorpi (AT) gmail (DOT) com" wrote:

Hi -

I've been having a problem with all of the packages I create. I create
them in BIDS on my local machine (which is running SSIS, as I
discovered that was needed for the packages to run properly on the
server). I then create an XML config file and deploy them to the file
system on the server.
For some reason (and I can't seem to pin down when this occurs), but
when I re-open the solution with the package in BIDS, I get a whole
slew of errors:
Changing the namespace of a variable failed because it is a system
variable. System variables are read-only. (Line 1 Column 1).

I can't figure out what these are - it appears that my package somehow
gets corrupted.

Does anybody know how to fix this?

Thanks





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.