Siebel System Admin, Install and Upgrade (MOSC)

MOSC Banner

Asynchronous Server Request

edited May 29, 2014 2:19AM in Siebel System Admin, Install and Upgrade (MOSC) 3 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center