![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Are you possibly running into a security issue which may be described here in BOL? ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/9702e90c-fada-4978-a473-1b1423017d80.htm -- Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com "sqlboy2000" <sqlboy2000 (AT) discussions (DOT) microsoft.com> wrote in message news:4B700D86-2A8A-4FCB-8DA6-C919FC2769DC (AT) microsoft (DOT) com... Does anyone know why I can't see existing packages on the server when I save a copy of a package to a server in bids? I can see the folders but not the packages. Is this a security feature or a bug? |
#2
| |||
| |||
|
|
Can somebody from the MS team help me with this? I never got an answer. I'm a sys admin on the SQL Server and working locally. I go into bids and try to save a copy of a dtsx file to the server (SQL Server). I can see the folders I've defined in integration services fine, but when I expand the folders they are empty. If I type the name of the package in, I get the message "Package already exists, do you want to overwrite?", which I do. So anytime I make a change to a package and want to overwrite the one on the server I have to select the folder and type in the package name. I just worry at some point I will misspell a package name. Is this by design or do I have a bug? Thanks in advance. Original post: I don't think so, I'm a sysadmin on the sql server via builtin\administrators. "Allan Mitchell" wrote: Are you possibly running into a security issue which may be described here in BOL? ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/9702e90c-fada-4978-a473-1b1423017d80.htm -- Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com "sqlboy2000" <sqlboy2000 (AT) discussions (DOT) microsoft.com> wrote in message news:4B700D86-2A8A-4FCB-8DA6-C919FC2769DC (AT) microsoft (DOT) com... Does anyone know why I can't see existing packages on the server when I save a copy of a package to a server in bids? I can see the folders but not the packages. Is this a security feature or a bug? |
#3
| |||
| |||
|
|
How are you saving the dtsx package on the server? Please describe the method you are using to deploy. There is a specific method used for deployment: 1) You deploy your project (right-click on project, then Build, after making sure the CreateDeploymentUtility property is set to True). 2) you then run the Package Installation Wizard to place the packages on the server. (double-click on the SSISDeploymentManifest file to do this). From your descriptions, it does not appear that you are doing the above. 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 "sqlboy2000" wrote: Can somebody from the MS team help me with this? I never got an answer. I'm a sys admin on the SQL Server and working locally. I go into bids and try to save a copy of a dtsx file to the server (SQL Server). I can see the folders I've defined in integration services fine, but when I expand the folders they are empty. If I type the name of the package in, I get the message "Package already exists, do you want to overwrite?", which I do. So anytime I make a change to a package and want to overwrite the one on the server I have to select the folder and type in the package name. I just worry at some point I will misspell a package name. Is this by design or do I have a bug? Thanks in advance. Original post: I don't think so, I'm a sysadmin on the sql server via builtin\administrators. "Allan Mitchell" wrote: Are you possibly running into a security issue which may be described here in BOL? ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/9702e90c-fada-4978-a473-1b1423017d80.htm -- Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com "sqlboy2000" <sqlboy2000 (AT) discussions (DOT) microsoft.com> wrote in message news:4B700D86-2A8A-4FCB-8DA6-C919FC2769DC (AT) microsoft (DOT) com... Does anyone know why I can't see existing packages on the server when I save a copy of a package to a server in bids? I can see the folders but not the packages. Is this a security feature or a bug? |
#4
| |||
| |||
|
|
Charles, From within BIDS I select menu File --> Save copy of package.dtsx. Then I select my sql server as the destination. Is that not a good way to do it? "Charles Kangai" wrote: How are you saving the dtsx package on the server? Please describe the method you are using to deploy. There is a specific method used for deployment: 1) You deploy your project (right-click on project, then Build, after making sure the CreateDeploymentUtility property is set to True). 2) you then run the Package Installation Wizard to place the packages on the server. (double-click on the SSISDeploymentManifest file to do this). From your descriptions, it does not appear that you are doing the above. 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 "sqlboy2000" wrote: Can somebody from the MS team help me with this? I never got an answer. I'm a sys admin on the SQL Server and working locally. I go into bids and try to save a copy of a dtsx file to the server (SQL Server). I can see the folders I've defined in integration services fine, but when I expand the folders they are empty. If I type the name of the package in, I get the message "Package already exists, do you want to overwrite?", which I do. So anytime I make a change to a package and want to overwrite the one on the server I have to select the folder and type in the package name. I just worry at some point I will misspell a package name. Is this by design or do I have a bug? Thanks in advance. Original post: I don't think so, I'm a sysadmin on the sql server via builtin\administrators. "Allan Mitchell" wrote: Are you possibly running into a security issue which may be described here in BOL? ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/9702e90c-fada-4978-a473-1b1423017d80.htm -- Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com "sqlboy2000" <sqlboy2000 (AT) discussions (DOT) microsoft.com> wrote in message news:4B700D86-2A8A-4FCB-8DA6-C919FC2769DC (AT) microsoft (DOT) com... Does anyone know why I can't see existing packages on the server when I save a copy of a package to a server in bids? I can see the folders but not the packages. Is this a security feature or a bug? |
![]() |
| Thread Tools | |
| Display Modes | |
| |