Asynchronous Server Request
Hi All,
We have Upgraded from Siebel 7.5 to Siebel 8.1.1.11.
We are using Asynchrous Server Request Business Service for all Asyn Communication.
bs = TheApplication().GetService("Asynchronous Server Requests");
strComponentName = "AsynComp";
strProcessName = "TestAsynFlow";
| psInput.SetProperty("Component", strComponentName); |
| psInput.SetProperty("DelUnits", "ASAP"); | ||
| psInput.SetProperty("DelAmount", "0"); |
| psInput.SetProperty("Mode", "DirectDb"); | ||
| psChild.SetProperty("ProcessName", strProcessName); | ||
| psChild.SetProperty("Object Id", strRowId); |
| psInput.AddChild(psChild); |
| bs.InvokeMethod("SubmitRequest", psInput, psOutput); |
It is Failing with below Error.
Param Value is required for Param:Object Id before submitting the request.(SBL-SDM-00106)
Param Value is required for Param:Object Id before submitting the request.(SBL-SDM-00106)(SBL-EXL-00151)(SBL-EXL-00151)(SBL-EXL-00151)
Please let us know what is the Root Cause for this Issue.