The default installation of the Siebel+tools,tools login has 3 options: Local, Sample, Server, the specific meaning is as follows:
Local: Refers to the native database. In accordance with Siebel development recommendations, developers need to extract a local database from the database of the Siebel server through Siebel remote and then get all repository libraries from the server to the local database. and developed in the local repository library. The local library uses the Sqlanywhere database. Therefore, in the TOOLS.CFG (Tools installation directory, bin/enu/) file, several parameters in the [Local] block should be configured like this:
Tableowner=siebel
Sqlstyle=watcom
Connectstring=client installation directory \SAMPLE\UTF8\SSE_SAMP.DBF
CONNECTSTRING=SSD default Instance
Dll=sscdms80.dll
Where: SSD default instance is the name of the System DSN for ODBC Data source. If this data source is not well-equipped, it needs to be configured with the Windows Management tool->ODBC data source. Note that DLLs and Sqlstyle are different from local and sample configurations.
We know that starting a Siebel program requires several elements, including a aom,.cfg file, a. srf file, an Internet exploror, a database, and a file system, which is rarely used for general development of the file system. The other parameters are available on this debug page.
CFG file: Specifies the. cfg files, this file is recommended to copy a client directory original. cfg file (such as client directory \bin\enu\uagnet.cfg), change the name, such as called Abc.cfg, and then specify the file. Note that a few configuration blocks, such as the local,sample,serverdatasrc of this file, need to be configured, so refer to the Siebel Tools configuration (i), which is recommended for tools.cfg. It is also necessary to specify the SRF file that Siebel uses, that is, the repositoryfile parameter of the [Siebel] block specifies the. SRF filename. Under Tools menu tools, choose Compile Project, which shows you where you will compile the. srf file and what name it is called. It is generally recommended that the SRF file be compiled into the client installation directory/objects/enu so that the file name of the SRF file can be written directly. If not the default location, the Repositoryfile parameter to write the full path + file name;
Working directory: Specify the bin directory of the client;
Login information: Refers to how to login, several data source is based on the above CFG file, so the above cfg file of the contents of several configuration blocks need to be consistent with tools.cfg. Note that even if you use the server's data Source, it is only the database that uses the server's MS SQL Server database to execute or use Siebel.exe.
After the match, it is recommended to compile a SRF file and then press F5 to see the effect. If you can enter Siebel application (Mobile client mode), it is well-equipped.
Siebel Tools Configuration