Viewing 15 posts - 121 through 135 (of 137 total)
You're going to have to deal with the protection level if you want others to use the package.
August 30, 2012 at 8:48 am
Check the technet article I referred to. You'll have to decide what level works best for your needs.
August 30, 2012 at 8:37 am
Open the package. Right click anywhere on the background (not on a task). Select 'Properties'. You'll find the protection level in the Security section.
For further information on...
August 30, 2012 at 8:29 am
To start, check the package protection level. It's probably set to 'EncryptSensitiveWithUserKey'. You'll need a different level for others to be able to execute it.
August 30, 2012 at 8:22 am
Cadavre beat me to it. I was about to post that re: the second article, note the discussion about the use of MAX vs SUM. It's a helpful...
August 23, 2012 at 9:02 am
Consider two excellent articles by Jeff Moden:
1. Suggestions about how to post data/code to get the best help:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
2. Pivots and crosstab article (1 of 2 in...
August 23, 2012 at 8:35 am
Glad to hear that you got it working. Thanks for posting the end results and the UNC information.
August 21, 2012 at 12:52 pm
Not sure on this one. It may be the path. I've only had success with fully qualified paths in SSIS.
August 21, 2012 at 9:45 am
That sounds correct. Have you set up tasks in the container to enumerate through?
August 21, 2012 at 9:07 am
I have created an Object Data Type variable for the package calleld vFileName with a value of "System.Object".
Correct first step. I'm assuming you're accomplishing this for a SQL Task.
Under...
August 21, 2012 at 8:42 am
I usually generate multiple tab spreadsheets in a sequence container to manage the spreadsheet in one section of the package. It does not take a for/each task.
These are the...
August 20, 2012 at 9:43 am
Figured it out. I needed to change the protection level back to 'EncryptSensitiveWithUserKey' for the added package. That change unencrypted the XML. Surprisingly, it didn't ask for...
August 9, 2012 at 11:04 am
Here's another Microsoft suggestion. Don't know if you have dual monitors but, if so, perhaps this approach will help. Expand 'Detail' for the description and work-around.
Let...
August 1, 2012 at 1:33 pm
Hmm. Now you have me puzzled. A google search came up with the following from MSDN:
Hopefully this approach will help. Haven't ever gotten to the...
August 1, 2012 at 11:25 am
I've run into this behavior on occasion. The approach I've found most consistent in recovering the display is to right click the general background for the package and select...
August 1, 2012 at 10:38 am
Viewing 15 posts - 121 through 135 (of 137 total)