Viewing 15 posts - 16 through 30 (of 86 total)
another option is code entire solution inside a script task which references variables like SourcePath, DestinationTable.
again, hoping for more of a standard SSIS solution and minimise the scripting side.
May also...
April 25, 2016 at 1:22 pm
John Rowan (4/25/2016)
April 25, 2016 at 1:04 pm
Phil Parkin (4/25/2016)
What is the scope of User::SheetName?
Package
April 25, 2016 at 12:58 pm
ForEach Loop Container
-> Collection
-> Enumerator Configuration
...
April 25, 2016 at 12:37 pm
Yes, every iteration of the loop shows this hidden value assigned to the user variable SheetName.
I can clearly trace this via the Watch window as the package executes.
The connection between...
April 25, 2016 at 12:20 pm
No, that object is a hidden one apparently, having read some feedback from another forum.
None of my tabs are called this and there are no hidden tabs (that you can...
April 25, 2016 at 12:04 pm
actually previous post was slightly inaccurate.
basically, there is no error as such - the package just doesn't move on to next tab.
It iterates 9 times around the "_xlnm#_FilterDatabase" and then...
April 25, 2016 at 10:23 am
yeah I've used breakpoints to debug and the user variable gets assigned to {_xlnm#_FilterDatabase} value. Then errors out at data flow task with:
"the type of the value (Empty) being assigned...
April 25, 2016 at 10:13 am
and thanks for taking the time to impart your valuable advice.
P.S. just posted another which you may find interesting - that old nugget of loading Excel to SQL
April 25, 2016 at 9:29 am
Phil, it turns out that if I run Visual Studio Pro 2012 on server "as admin" then I'm able to save and execute package (fixed minor errors).
In addition I deleted...
April 25, 2016 at 9:18 am
Phil,
When I start Visual Studio 2013 Shell (Integrated), open project and I upgrade it says Upgrade Complete, albeit with several warnings and 2 errors. Main error is "invalid connection" (the...
April 25, 2016 at 7:06 am
So if you read again my first post I detail exactly what happens when I try to upgrade. This is what I'm trying to resolve, and hoping to get advice...
April 22, 2016 at 9:40 am
Yeah but does that mean I have to recreate the packages on 2013 from scratch? At the moment I'm unable to upgrade.
April 22, 2016 at 9:02 am
Hi Phil,
Thanks for info but I'll try to just elaborate on my specific issue.
I deploy from Visual Studio Integrated Shell 2012 to server running SSMS 2014.
My configuration is - Desktop...
April 22, 2016 at 8:34 am
this is SSRS - sorry, should have said
April 11, 2016 at 10:12 am
Viewing 15 posts - 16 through 30 (of 86 total)