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.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Error_ArgumentForOptionMaxConcurrentNotValid.txt

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 DB2
DATA CONVERSION Component converting Unicode to Non-Unicode data types
OLEDB Destination to SQL Server 2005

Error:
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?
Go to Top of Page

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.)
Go to Top of Page
   

- Advertisement -