My Oracle Support Banner

SBL-DAT-00523 error while updating records with Setfieldvalue method (Doc ID 1396316.1)

Last updated on JULY 04, 2023

Applies to:

Siebel Tools - Version 8.1.1.3 SIA[21219] and later
Information in this document applies to any platform.
 

Symptoms

SBL-DAT-00523 error occurs while running the following eScript code:

var bo = TheApplication().GetBusObject("BO");
var bc = bo.GetBusComp("BC");
bc.ClearToQuery();
bc.SetSearchExpr("Search Spec");
bc.ExecuteQuery();
var ret = bc.FirstRecord();
while(ret) {
  bc.SetFieldValue("Field", "Value");
  bc.WriteRecord();
  bc.NextRecord();
}
bc = null;
bo = null;

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
Cause
Solution


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