Viewing 15 posts - 256 through 270 (of 505 total)
maybe a fresh install of the Oracle drivers would be in order (64 bit version)
July 22, 2011 at 12:02 pm
so on the advanced tab there is an execute as option that I had missed. Well that produces the same error as putting the Execute AS in the sql statement.
July 22, 2011 at 10:59 am
Also you may want to filter out registry keys, it drasticaly cuts down on the number of records......
July 22, 2011 at 10:45 am
I'm assuming everything has been running in 64bit since before the upgrade.
One thing you could try, I find this to be useful.
Run Process Monitor http://technet.microsoft.com/en-us/sysinternals/bb896645 on the server, setup...
July 22, 2011 at 10:42 am
I'd bet it's a security issue.
What did you upgrade from?
Also If you could post the errors, that would be helpful.
Can you run the job from the agent?
July 22, 2011 at 10:05 am
so what you are saying is you want to run the same package on the same server but hit different servers/databases depending on which job step is run?
If so then...
July 22, 2011 at 9:56 am
Well I knocked 220 lines of code (110 IF statements) down to 4 lines of code using Reflection.
Basically I needed to populate up to 110 output fields in a script...
July 21, 2011 at 6:06 pm
can you provide error messages. also post how far the script is getting (based on your message boxes). do you have the needed references in your code?
One thing you can...
July 19, 2011 at 3:45 pm
Oh yeah you don't need to tell me about it, this is 3rd party software too, nothing we built that's for sure!
July 7, 2011 at 3:30 pm
Yeah it's strange, generally we strip off the spaces but this is an odd case when the space is actually part of the key, very frustrating indeed, we stripped the...
July 7, 2011 at 3:10 pm
Steve I understand not wanting too many levels. My main reason is that the activity for bi forums is spread across multiple areas and these are generally lower activity so...
July 6, 2011 at 11:03 pm
Well here is my option 4:
Unless you have a 3rd party job scheduler, I suggest you install the SQL Engine as well on your SSIS server and use the SQL...
July 5, 2011 at 4:02 pm
Use a derived column.
You can either add it as a new column or choose the Replace 'ColumnName' option
Give it a formula like:
FINDSTRING("abc", [MyInputColumn],1 ) > 0 ? [MyInputColumn] : ""
the...
July 5, 2011 at 3:24 pm
Sean you beat me to it.
here is my version anyway figured I'd post it since I spent the time. this may come in handy for searching our SSIS config tables...
June 30, 2011 at 9:22 am
Hi, first off I am using an ADO.Net connection type
I have created a sample procedure that errors out due to divide by 0
CREATE PROCEDURE [dbo].[test]
@ErrorMessage NVARCHAR(4000)...
June 30, 2011 at 8:11 am
Viewing 15 posts - 256 through 270 (of 505 total)