Viewing 15 posts - 106 through 120 (of 181 total)
Hi Danster,
One the CONTROL FLOW pane of your new SSIS Package (that's what they're called now), drag a DATA FLOW from the TOOLBOX TAB to your pane. Renamed it as...
August 2, 2006 at 4:19 am
In the package, what protectionlevel was used? The default is EncryptSensitiveWithUserKey - which, unless you developed, and deployed witht he same user that is trying to execute the job, is...
July 31, 2006 at 4:13 am
By the way, you can generate this for yourself by using the DTEXECUI (just run it from 'start','run','DTEXECUI'). You need to be able to open the package, but after you...
July 31, 2006 at 3:17 am
yeah - here's a sample. This run's a [ackage from file system. The important bit is that, while the package is still encrypted with user key, this won't help you....
July 31, 2006 at 2:34 am
To be honest, I think you are right. Am I right in saying that these packages have never run successfully at your site? They've only run from the developers sire?
SSIS...
July 28, 2006 at 1:17 pm
I'm struggling with many of the same issues 🙁
Here's my take on some of the problems you are facing:
Does the SSIS do any file operations, etc.? If so, permissions should...
July 28, 2006 at 9:38 am
Ok, so you're proposing replacing the .Net script component in each of the 'child packages' with the ForEach file exist process? Not sure that would move me forward, since now...
July 13, 2006 at 10:11 am
Hmm - thanks for the response!
I'd probably have used the For Each File process to look for files in the folder and process anything that matched my criteria with a...
July 13, 2006 at 8:46 am
Are you using configuration files? If so, do you connect using SQL authentications, and if so, is there any chance the configuration file is missing the login name?
July 13, 2006 at 8:10 am
I'd be interested to see how you solve point number 4 in SSIS, or T-SQL for that matter, if you mean that the package will run continuously, polling the location...
July 13, 2006 at 7:07 am
I think I've found the problem. Seems I had 2 variables named the same name, with different scopes - one was package, the other was script. I suspect I was...
July 5, 2006 at 2:14 am
.. made some progress. I'm debugging, and when stepping through the .NEt script, I get to the end of the script, at End Main, and then .Net launches a 'Find...
July 4, 2006 at 4:42 am
thanks for that - silly copy&paste error.
Setting the breakpoint seemed to cause my SSIS to hang on debug - it opens and goes to the breakpoint, but doesn't seem...
July 4, 2006 at 4:32 am
Apparently, I added too much detail, and poeple are avoiding the question 🙂
I've tested doing exactly the same thing, but using CSV's as the source (i.e. text files and not...
June 30, 2006 at 9:08 am
Do any of your packages do network/file operations? If so, does the userid invoking the job have the relevant permissions?
Are you using Logging, and if so, what level of...
June 30, 2006 at 8:17 am
Viewing 15 posts - 106 through 120 (of 181 total)