What is Genbscript in Siebel?
If you run the genbscript.exe utility, then it creates all browser scripts that exist in the Siebel repository and places them in a directory that you define. You run this utility from the ORACLE_HOME /bin directory.
What is Siebel configuration?
Configuration is the process of altering a predefined Siebel application to meet business requirements. This can range from making minor changes, such as adding text box controls and their underlying fields, to creating a new user interface or creating new business entities.
What are parts of Siebel Web architecture?
The Siebel Gateway Name Server to manage and store the enterprise configuration. A web server. The Siebel Web Server Extension (SWSE), installed on the web server. A web browser to display the graphical user interface.
How do you configure Siebel application?
Siebel has to be configured in a specific sequence:
- Create a Gateway Name Server.
- Configure an enterprise in the Gateway Name Server.
- Check the ODBC connection strings.
- Run the DB Configuration utilities to install the Siebel Database.
- Configure the Siebel Application Server.
- Create a web server logical profile.
What are the different layers in Siebel?
Siebel object definitions are grouped into the middle three layers….Siebel Object Architecture
- Physical User Interface Layer. This layer contains Siebel Web template files that control the style and structure of the user interface.
- Logical User Interface Layer.
- Business Objects Layer.
- Data Objects Layer.
- DBMS.
What is object manager in Siebel?
Application Object Managers (AOMs) host the Business Objects layer and Data Objects layer of the Siebel architecture. The Web clients host the Siebel application user interface layer. The AOM is used primarily to support Siebel Web client connections.
How do I import SIF files into Siebel tools?
Importing Objects from an Archive File
- Open the target repository in Siebel Tools, if it is not already open.
- Choose Tools > Import From Archive.
- In the Select Archive To Import dialog box, select the archive (SIF) file, and then click Open.
- Select an option button in the Conflict Resolution area.
- Click Next.
Where are Siebel Web templates kept?
Siebel CRM typically stores Siebel Web template files in the Web Template directory in your Tools installation directory. The Filename property references the Web Template object type.
Which object layer does an applet refer to in a Siebel business applications?
Since the user interface (applet) layer is abstracted from the physical layer using the business component, there is no need to revisit the details of multiple tables in the physical layer for each of the applets that will display data for the same business function.
What is Siebel Web template?
A Siebel web template includes a preset format that Siebel CRM reuses each time it requires a particular layout. This configuration allows Siebel CRM to use only a single template rather than multiple files every time it requires a particular layout. For more information, see Siebel Web Template.
What are the different layers in Siebel application?
Siebel Object Architecture
- Physical User Interface Layer. This layer contains Siebel Web template files that control the style and structure of the user interface.
- Logical User Interface Layer.
- Business Objects Layer.
- Data Objects Layer.
- DBMS.
How do I run a Siebel script from the command line?
For more information, see Using Siebel Tools. In the command line interface, run the genbscript.exe utility. If you run the genbscript.exe utility, then it creates all browser scripts that exist in the Siebel repository and places them in a directory that you define.
Where does Siebel Tools store browser scripts?
Siebel Tools places them in the directory that you define in the Scripting tab of the Development Tools Options dialog box. To view this dialog box, choose the View menu, and then the Options menu item. If you do not create a directory, then Siebel Tools stores the browser script in the following directory:
How do I compile an object in Siebel Tools?
In Siebel Tools, compile objects to a repository file. If you compile objects to a repository file, then Siebel Tools only creates browser scripts for compiled objects. Siebel Tools places them in the directory that you define in the Scripting tab of the Development Tools Options dialog box.
Can I use both Siebel Visual Basic and Siebel escript simultaneously?
To respond to various client events, you can use Siebel Visual Basic and Siebel eScript simultaneously in the same environment but not in the same object. It is recommended that you use Siebel eScript only because it works on UNIX and Windows servers.