My Oracle Support Banner

Search Client Service doesn't work (Doc ID 1053974.1)

Last updated on MAY 13, 2022

Applies to:

Siebel Tools - Version 8.1.1.2[21215] and later
Information in this document applies to any platform.

Symptoms


Calling Search Client Service from script. It is not working in 8.1.1

function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
if (MethodName == "OpenSrchCenter1")
{
var testbs;
var outputs;
var inputs;
testbs = TheApplication().GetService("Search Client Service");
outputs = TheApplication().NewPropertySet();
inputs = TheApplication().NewPropertySet();

inputs.SetProperty("SearchType", "Search");
inputs.SetProperty("ExecuteSearch", "N");
inputs.SetProperty("Category", "Accounts");
inputs.SetProperty("SearchText", "Test");

testbs.InvokeMethod("AutoSearch", inputs,outputs);

return (CancelOperation);
}

return (ContinueOperation);
}

Executed getting error.

Search Configuration Error. The search category Accounts is not defined.....(SBL-SRH-00124)

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.