Viewing 15 posts - 1 through 15 (of 35 total)
I'm glad it worked for you.
You can store the configuration information in a SQL table as well as an XML file, this may give you greater flexibility for updates.
Graham
March 21, 2013 at 5:22 am
FYI - I have resolved this myself.
I think I was getting confused over the "AlwaysUseDefaultCodePage" property of the DataSource, I thought it was behaving in the opposite way.
Setting AlwaysUseDefaultCodePage to...
March 18, 2013 at 10:08 am
Hi,
You can use a configuration file to make the changes.
In the "SSIS" drop down select the "Package Configurations..." and you can configure which values you would like to store as...
March 18, 2013 at 8:43 am
Hi,
The Execute Package Task gives you the option for the location of the SSIS package you want to execute (either in SQL Server or the File System).
I'm guessing this is...
March 18, 2013 at 8:33 am
I have no idea why, but when the SQL Server is logged in as the same user that another machine is logged in as (and connecting to the cube) the...
August 9, 2012 at 8:19 am
I'm still having some weird issues...
When I login to the server SQL01 as the user the linked server is using the query will not run from another machine, but when...
August 9, 2012 at 6:57 am
FANTASTIC!
I _really_ can't thank you enough.
I went for the proxy account route which seems to work for me, no more faffing with SPNs!
Thank you!
Graham
August 8, 2012 at 8:14 am
It appears I was wrong!
GRussell31 (8/3/2012)
August 3, 2012 at 6:35 am
Hi,
I have been able to get the package to run by running it within BIDS on the live server. Not ideal but it does seem to prove that it...
August 3, 2012 at 3:47 am
Hi,
I have set SSIS to log the errors to a SQL Server table, and I have just saved them to a text file (attached - but I have commented out...
August 2, 2012 at 8:07 am
Hi,
The FailPackageOnFailure is greyed out (but showing False) at a package level and FailParentOnFailure is also showing False.
I have a feeling some of the child packages may have the FailParentOnFailure...
June 20, 2012 at 9:40 am
Hi,
Thank you for your reply.
You are correct that implementing the email via the Event Handler works correctly (and so I've implemented that approach).
I have no idea why the error path...
June 20, 2012 at 3:45 am
Hi,
I am still having this problem and would appreciate any suggestions on how to resolve it.
When my SSIS package calls a SQL Task (which calls a stored procedure which...
June 19, 2012 at 4:43 am
Hi,
Probably a bit late for you, but maybe not for others.
Today we renamed a SQL 2008R2 server and tried to setup log shipping and got a similar error.
We renamed the...
April 28, 2012 at 11:57 am
I was wondering if the approach used in the article saved the XML with the root node as well as I'm trying to understand what is adding it.
March 22, 2012 at 4:44 am
Viewing 15 posts - 1 through 15 (of 35 total)