Siebel Community

Welcome to Siebel Community. In this place you can find all the topics related to Siebel. This place is dedicated to provide information about how to implement Siebel CRM application. Siebel Technical/Functional consultants can get information from basics of Siebel CRM to advanced topics like EAI, EIM, eScripting, Workflows, Assignment Manager, Actuate Reports, Territory Management. This place also included Forums and Blogs to help you further.

Tuesday, September 20, 2011

Cannot connect using web ded client

Sometimes, we cannot access database using web dedicated client, receives the error that User id or password is invalid. Using the same user/password can connect fine to the database using SQL*Plus/ODBC.

Cause: This was caused by some missing entries on ODBC pointed by the ServerDbODBCDataSource of the .cfg file.
Solution:
To resolve this issue open registry and click on HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ and add the following keys:
Name: ColumnsAsChar
Value: 1
Name: ColumnSizeAsCharacter
Value: 1
Name: PacketSize
Value: 0
Name: EnableScrollableCursors
Value: 0
Delete diccache.dat file and login again.

No comments:

Post a Comment