Siebel Administration >  SBL-ADM-02039: INTERNAL: SA_ERR_EOF when Component starts

SBL-ADM-02039: INTERNAL: SA_ERR_EOF when Component starts

(sacmdl.cpp 29(351) err=902039 sys=902058) ADM-02039: INTERNAL: SA_ERR_EOF
maybe reported for a component when it starts up or an instance of it is invoked.

Cause

This could most likely be reported in the case of an incorrect value/setting provided to a parameter(s) for a server component (either for a newly created component at the time of creation or for an existing component that has been modified).

Diagnostic Steps

En-list the parameters for the particular component and verify if any incorrect values have been specified for any of its parameter(s). For further documentation reference on acceptable parameter values, refer to the following:

"Siebel Server Administration Guide", Appendix A. "Server Components and Parameters"

"Siebel Server Administration Guide", chapter "Application Object Manager Administration", section "Siebel Application Object Manager Parameters" (if component is an object manager)

"Siebel Server Administration Guide", chapter "Using the Server Manager GUI", section "Parameter Administration"

"Siebel Server Administration Guide", chapter "Using the Server Manager Command-Line Interface", section "Siebel Server Manager Commands", sub-section "Parameter Management Commands"

Solution

If there is a need to edit incorrect values at the component level, users can choose to edit them from the UI or command line.

From Server Admin UI

Navigate to Site Map > Server Administration > Components, select view tab "Component Parameters" in the bottom applet. Edit the appropriate parameters from this view. Stop and restart the Siebel server services for the changes to take effect.

From Server Manager Command-Line

Invoke "srvrmgr" utility from command line, and then issue the following command to edit the particular parameter.

change parameter <parameter_alias_name1>=<value1>, <parameter_alias_name2>=<value2> for component <component_alias_name>
Stop and restart Siebel server services for the changes to take effect.