![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
During the installation of our product, three things occur: 1- We install a version of embedded SQL Server; 2- We create our databases; 3- We generate a DTS package from a VbScript. This later step is the problem: on VbScript-generated DTS packages, the simple action of subsequently adding a new global variable will irrevocably corrupt the DTS package. Removing the global variable won't solve it. The DTS package will no longer work properly. DTS packages created from script are simply unchangeable. However, on the development machine, if I follow the sequence of adding / removing / editing global variables from the Enterprise GUI, every thing is peachy. Some one has any clue about how this is possible (or why it happens)? |
#3
| |||
| |||
|
|
What is the corruption i.e. what happens? So you add a package that is from VBScript. You then add (how?) a GV to that package? I am asking these Qs so I can hope to repro. -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Hugues Bellerive" <Hugues Bellerive (AT) discussions (DOT) microsoft.com> wrote in message news:A2DC972C-4BE4-44E0-9AEC-1FC1C3C5E37F (AT) microsoft (DOT) com... During the installation of our product, three things occur: 1- We install a version of embedded SQL Server; 2- We create our databases; 3- We generate a DTS package from a VbScript. This later step is the problem: on VbScript-generated DTS packages, the simple action of subsequently adding a new global variable will irrevocably corrupt the DTS package. Removing the global variable won't solve it. The DTS package will no longer work properly. DTS packages created from script are simply unchangeable. However, on the development machine, if I follow the sequence of adding / removing / editing global variables from the Enterprise GUI, every thing is peachy. Some one has any clue about how this is possible (or why it happens)? |
![]() |
| Thread Tools | |
| Display Modes | |
| |