Viewing 15 posts - 12,226 through 12,240 (of 13,876 total)
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
Or add @@SERVERNAME to your SELECT statement?
March 23, 2010 at 9:43 am
vidya_pande (3/23/2010)
-- SP is always fater.
I presume you meant faster.
I'd like to see the proof. 'Always' is a big call.
SSIS is optimised for data flows pretty much by default. An...
March 23, 2010 at 3:36 am
Expressions allow you to use variables, but not to assign their values.
March 22, 2010 at 3:11 pm
Thanks for posting back & glad to hear of the happy ending 🙂
March 19, 2010 at 3:00 pm
If you physically log in to the server as user XECC\Administrator and then execute the package through BIDS, does it execute OK?
March 19, 2010 at 11:52 am
steveb. (3/19/2010)
...But unless you have a reason for not doing the backup/restore approach i would use backup/restore
me too!
March 19, 2010 at 5:20 am
No problem, well done for figuring it out.
March 17, 2010 at 11:22 am
Viewing 15 posts - 12,226 through 12,240 (of 13,876 total)