My Oracle Support Banner

Documentation for error codes (Doc ID 536959.1)

Last updated on APRIL 18, 2025

Applies to:

Siebel Tools - Version 7.5.3.4 SIA [16180] and later
z*OBSOLETE: Microsoft Windows 2000
Product Release: V7 (Enterprise)
Version: 7.5.3.4 [16180] Com/Med
Database: Oracle 9.2.0.4
Application Server OS: Microsoft Windows 2000 Server SP 4
Database Server OS: IBM AIX 5L 5.1

 

This document was previously published as Siebel SR 38-1235046401.


Symptoms

Hi,

In the 7.0.5 version of application we have been using error code 29871 in our error debugging sections of our VB codes. A typical error debugging section looks like this
************************************
ErrorDebug:
    Select Case Err
        Case 28378
            TheApplication.RaiseErrorText Error$
        Case Else
            TheApplication.RaiseErrorText "Error number " & Err & _
                " occurred in the " & me.name & _
                " BusComp_PreSetFieldValue Event. " &    Error$
    End Select

***************************************
We have used that error code to capture any custom Raise Error texts we coded. We found this error code from our testing and not from any documentation.
In 7.5.3.4 we are finding that we have to replace 29871 with 28378. Similarly another code 4186 has to be replaced with 4182.

We would like to know if this has been documented anywhere for our refernce, so that we can be sure that we are using the right error codes.

Thanks

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
 Message 1

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