Troubleshooting Database Configuration
Important issues to note before configuring your database for the Siebel CRM monthly update are:
-
On all database platforms, the ODBC Data Source Name that you provide during installation (that is, when prompted by the installer wizard for Siebel Enterprise Server installer) must match the
[Datasources]
and[ConnectString]
information provided in the siebel.cfg file, located inC:\siebel\siebsrvr\bin
or equivalent location.For example, the following setting during installation:
ODBC data source name: Siebel_DSN
must match the following in the siebel.cfg file for all database platforms:
[DataSources] ServerDataSrc = Server [ServerDataSrc] ConnectString = siebel_DSN
Before installing Siebel CRM monthly updates and in order to ensure successful patch application, you must verify that all respective files are available for your database (MSSQL, Oracle, or DB2UDB & DB2390). In the case of Oracle database, certain changes are also required. For more information, see the following topics: -
For all database types, the CurrentSQLID parameter must be set correctly in the
[ServerDataSrc]
section of the siebel.cfg file.[ServerDataSrc] CurrentSQLID = SSE_ROLE
-
(Specific to Oracle Database) Add the following registry entry in the Windows registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBC.INI\<Data_Source_Name>]
Verify that the following registry keys are set as shown:
ColumnsAsChar = 1 ColumnSizeAsCharacter = 1
These values are required for the ODBC driver to behave correctly.
-
If execution of the PostInstallDBSetup utility fails, then rerun the PostInstallDBSetup executable using the following command from the command line:
PostInstallDBSetup.exe -i Setup.ini -p xxxx -z xxxx
For more information, see Rerunning Post Installation Database Update.
Verify Files for MSSQL Database
Before installing Siebel CRM monthly updates and in order to ensure successful patch application, you must verify that the following files are available for MSSQL database:
-
ODBCAD32.exe
-
siebel.cfg
The following table includes more information about these files.
Files | File Location | MSSQL Database |
---|---|---|
ODBC Datasource |
Windows:
|
Connects to
|
Siebel.cfg |
Windows:
|
|
Verify Files for Oracle Database
Before installing Siebel CRM monthly updates and in order to ensure successful patch application, you must verify that the following files are available and that all required changes have been made for Oracle database:
-
ODBCAD32.exe
-
tnsnames.ora
-
siebel.cfg
The following table includes more information about these files.
Files | File Location | Oracle Database |
---|---|---|
tnsnames.ora |
Windows:
UNIX:
|
A
|
ODBC Datasource |
Windows:
UNIX:
|
Connects to In the UNIX file content:
|
Siebel.cfg |
Windows:
UNIX:
|
In the
|
Verify Files for DB2UDB & DB2390
Before installing Siebel CRM monthly updates and in order to ensure successful patch application, you must verify that the following files are available for DB2UDB & DB2390 databases:
-
ODBC Datasource
-
Siebel.cfg
-
db2cli.ini
The following table includes more information about these files.
Files |
File Location |
DB2UDB & DB2390 Databases |
---|---|---|
ODBC Datasource |
Windows:
UNIX:
|
Connects to UNIX file content:
|
Siebel.cfg |
Windows:
UNIX:
|
|
db2cli.ini |
Windows:
UNIX:
|
Connects to
|