Viewing 15 posts - 16 through 30 (of 63 total)
yep.....made the user a member of the role.
I actually got around the problem temporarily by making the role the owner of the schema that I wanted them to access. Then...
March 26, 2010 at 2:19 am
Right....a bit of Googling and I got it to work.
I set the ForceexecutionResult propert of the ForEachLoop container to Success, then the container loops through the files and only imports...
December 10, 2009 at 3:50 am
Thx Sabya, that is starting to work...
One thing though...As I am looping through files, lets say 10 excel source files, the 2nd one fails. The Lookup component in my Data...
December 10, 2009 at 2:39 am
Sorry about the late reply to this....just getting the project going again 🙂
How do I place the on Event Error handler to reject the files for a particular task?
The whole...
December 9, 2009 at 8:57 am
Right... finally started thinking straight...
select
activity_date,
to_char(activity_date,'IW')-to_char(sysdate,'IW') as Date_diff
from
dw.calendar
and then hey presto! :w00t:
June 17, 2009 at 3:11 am
Combine brain failure and working with Oracle in place of SQL Server for the last few months... and bingo!
Forget all the functions and the most simple of methods.. 😛
June 10, 2009 at 11:30 pm
hmmmm....
simple and effective....where is my brain this morning :blush:
Thx for the code..
June 10, 2009 at 3:36 am
radhika0626 (5/7/2009)
i am able to run the task from BIDS but it fails from Agent. any help is appreciated.
Most likely this is of course down to security. Running the...
May 8, 2009 at 2:03 am
MSDN state the following...
Valid values are one and higher, or -1. Other values are invalid. A value of -1 allows the maximum number of concurrently running executables to equal the...
April 23, 2009 at 8:20 am
Thx - obviously for the REPLACE function to work, you have to know all the strange chrs that users may have entered - not possible to cover all eventualities.
Carolyn -...
February 16, 2009 at 12:36 pm
By the rerror message it looks as if the server + firewall combination of the FTP server are rejecting the connection, not that there is anything wrong with your connection...
February 16, 2009 at 8:31 am
Is there any reason why you are scripting this task and not using the FTP Task in SSIS?
February 16, 2009 at 6:34 am
In your SSIS package you can also create a log.
Use this log to document all the steps that your package runs through, and check the log verifies everything correctly...
May 26, 2008 at 7:27 am
Can you give anymore info about how and what you expect from th export?
Integration services will be your best bet here, but without more info, I can't give much more...
May 6, 2008 at 1:31 am
Thx for that - my ssis package also runs faster now without the date conversion.
February 18, 2008 at 1:49 am
Viewing 15 posts - 16 through 30 (of 63 total)