Viewing 15 posts - 12,181 through 12,195 (of 13,838 total)
The two backslashes are causing the error. Surely just a single \ is all that you need?
March 30, 2010 at 9:05 am
There is another option which does not require script. Put the whole process inside a FOREACH container. When the package executes, if the FOREACH container does not find a matching...
March 30, 2010 at 8:30 am
david.morrison-1035652 (3/30/2010)
Phil Parkin (3/30/2010)
I get the impression that most people here move files to an archive folder once...
March 30, 2010 at 8:23 am
I do not believe that this is the most efficient way of working.
I get the impression that most people here move files to an archive folder once they have been...
March 30, 2010 at 7:13 am
Please post the text of your error message.
March 30, 2010 at 12:52 am
OK - you're using a space as a field delimiter. A bit risky unless you are sure that your data cannot contain even a single space.
So you need to check...
March 29, 2010 at 3:41 am
It's surely obvious to you why this is happening. You are using the comma for two purposes.
Please confirm what you would like the output file to look like.
March 29, 2010 at 3:31 am
Get Great Plains' database schema, build a mapping document, then write the conversion in SSIS.
March 26, 2010 at 11:48 am
Use a UNC path rather than a mapped drive.
--edit
You could also try changing the Success Value to 1 - if you think that the batch file is executing OK.
March 25, 2010 at 7:43 am
Tim Weintz (3/24/2010)
March 25, 2010 at 3:04 am
March 24, 2010 at 12:46 pm
No I haven't - I've just read about other people's pain with XML. I try to stick with good old CSV's wherever possible. So I'm not the voice of experience...
March 24, 2010 at 12:37 pm
Try creating the table first (outside of the package) and then importing, to try and narrow down where the error is occurring.
March 24, 2010 at 12:19 pm
da-zero (3/24/2010)
--But be careful, debugging a .NET script task in SSIS is a real pain, since there aren't any real debugging features...
That is incorrect. Full debugging features are available for...
March 24, 2010 at 10:38 am
SQL Noob (3/23/2010)
Phil Parkin (3/23/2010)
Or add @@SERVERNAME to your SELECT statement?how would i do that? the source of the data flow is exec sp_replcounters
🙂 er ... perhaps I should have...
March 23, 2010 at 3:04 pm
Viewing 15 posts - 12,181 through 12,195 (of 13,838 total)