EIM run specific batch numbers
Hello,
Sometimes when we are performing a EIM process, some specific batches fail. So, we are developing a shell that can run those batches that failed. Based on this example: https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=15ux66nl6k_154&_afrLoop=421644942278300#FIX , we are using "extended params" in order to process again only batches that failed. Said that, let´s suppose now that we have two batch numbers that failed:100001, 200003, 500005 and I want to process them again. In that case, I should run this EIM command:
run task for component EIM with config=/home/siebel/EIM/R97/ifb/IB_R97_EIM_CONTACT3_Telefonos.ifb, ErrorFlags=5, sqlflags=5, traceflags=5, Lang=ESN, LogDir=/home/siebel/test/log,ExtendedParams="BatchNum1=100001,BatchNum2=200003,BatchNum3=500005"