Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
MGouders
Starting Member
30 Posts |
Posted - 2009-09-03 : 13:12:59
|
Hi,Running an SSIS Package with the following components fails.Data Flow:OLEDB Source from DB2DATA CONVERSION Component converting Unicode to Non-Unicode data typesOLEDB Destination to SQL Server 2005Error:Argument '""' for option "maxconcurrent" is not valid.The command line parameters are invalid.Any idea what causes the error and how to fix it?Thanks |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-09-03 : 16:22:58
|
What is the command line you are using to run the package? |
|
|
LDawggie
Starting Member
2 Posts |
Posted - 2010-04-26 : 14:54:15
|
Try /MAXCONCURRENT " -1 "(This should come across as a *SPACE* before AND after the -1.) |
|
|
|
|
|