Siebel EIM > EIM Extended Parameters error SBL-EIM-00211
EIM Extended Parameters error SBL-EIM-00211 APPLIES TO: Siebel Enterprise Integration Manager - Version 7.5.3.4 SIA [16180] and later z*OBSOLETE: Microsoft Windows 2000 Product Release: V7 (Enterprise) Version: 7.5.3.4 [16180] Life Sci Database: Oracle 9i Application Server OS: Microsoft Windows 2000 Server SP 4 Database Server OS: Sun Solaris 8
SYMPTOMS I am trying to pass in an extended parameter whose value might have a comma in it. For example
ExtendedParams="NAME=Venugopal,Kunnuparambil"
I am getting the following EIM error.
GenericLog GenericError 1 2005-01-12 18:56:06 (compmain.cpp 16(1555) err=100211 sys=0) SBL-EIM-00211: Failed to parse and define extended parameters. GenericLog GenericError 1 2005-01-12 18:56:06 (smisched.cpp 17(821) err=100211 sys=0) SBL-EIM-00211: Failed to parse and define extended parameters.
Is there a way to accomplish this in EIM.
Thanks
CAUSE Configuration/ Setup
SOLUTION
For the benefit of other readers: Customer is trying to pass in an extended parameter whose value might have a comma in it.
For example
ExtendedParams="NAME=Venugopal,Kunnuparambil"
I am getting the following EIM error:
GenericLog GenericError 1 2005-01-12 18:56:06 (compmain.cpp 16(1555) err=100211 sys=0) SBL-EIM-00211: Failed to parse and define extended parameters. GenericLog GenericError 1 2005-01-12 18:56:06 (smisched.cpp 17(821) err=100211 sys=0) SBL-EIM-00211: Failed to parse and define extended parameters.
Is there a way to accomplish this in EIM?
Thanks
Resolution:
1) Customer was recommended to do below mentioned changes to run the job successfully.
srvrmgr:S753> run task for component eim with config=test2.ifb, Errorflags=1, traceflags=1, sqlflags=8, extendedParams="VAR_LAST_NAME='Test, Gopal'"
Ifb used:
[Siebel Interface Manager] USER NAME = "SADMIN" PASSWORD = "SADMIN" PROCESS = "EXPORT Account"
[EXPORT Account] TYPE = Export BATCH = 750 TABLE = EIM_CONTACT EXPORT MATCHES = S_CONTACT, (LAST_NAME LIKE $VAR_LAST_NAME)
|