Siebel Administration >  SBL-SVR-03002 Internal: Siebel Server name must be specified

SBL-SVR-03002 Internal: Siebel Server name must be specified

This error message is usually always accompanied with an additional message, which is more indicative about the exact cause for failure. For example:

SBL-GEN-03002: Required parameter szBuPrCol is NULL
SBL-ASG-00024: Unable to load assignment object Account.

Cause

As the error message indicates in the above example, the component failed because it was missing a value for one of the parameters that it required. This error was reported in the Batch Assignment trace file and was encountered upon loading of the definition for the assignment object "Account" when one of its properties were found to be NULL.

Diagnostic Steps

In the event that the error message is not entirely indicative of the problem, additional tracing might be required at which point users might consider increasing the tracing levels at the component level to identify the exact parameter that was provided a NULL value.

Solution

Once the parameter in question is identified, ensure users provide a valid value for this parameter (whether it is as a component parameter [pre-defined at the component level or provided at execution time] or defined at the repository level [within tools as in the above case for the Assignment object property]).

Restart Siebel server services if this change requires a restart OR re-compile a new SRF if the change was performed within Tools (this is required if the object that was changed in Tools requires a compilation for the change to take effect. Hint: Verify the value of the "No Compile" property for the object the users edited by selecting the "Type" in the object explorer window in Tools).