Hi all,
I would like to use existing database of cs on the content server database owner page of another system but I am unable to setup the database connection.I am getting the error like "Cannot execute the sql Statement". while checking the connection logs folder , its showing like " ODBC diagnostic error: 1 ODBC error code: 208 ODBC state: 42S02 ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server] Invalid object name 'KIni'.' "
KConnect::Connect(...) .. open the connection.
KSqlODBC::SubclassConnect BCPEnabled() = TRUE
KSqlODBC::SubclassConnect() DSN (connection string): DRIVER={SQL Server};SERVER=192.168.1.55,9090;UID=sa;DATABASE=CS16;
KSqlODBC::SubclassConnect() --> system: 'Microsoft SQL Server'
KSqlODBC::SubclassConnect() --> version: '12.00.4100'
KSqlODBC::SubclassConnect() --> SQLSERVER: DB batching enabled
KSql::Connect('192.168.1.55,9090','CS16','sa','*','','API100') --> 'SUCCESS',[sec: 0 msec: 12]
KSql::Connect .. ConnectionType = ODBC
KSql::Connect .. DatabaseType = SQLSERVER
KSql::Connect .. MaxLength = 32767
KSql::Connect .. MaxLongLength = 32767
KSql::Connect .. SubQueryBlobs = TRUE
KConnect::Connect(...) --> 'SUCCESS'
KConnect::AllocConnect() .. allocate new connection.
****** CAPIExec called ...
KSql::StartTransaction() --> 0,'SUCCESS'
KSqlCursor::Open(201f,'DELETE FROM KIni WHERE IniSection='Module.VersionInfo' AND IniKeyword= :A') -->'SUCCESS'
KSqlCursor::Prepare() --> 'SUCCESS'
KSqlCursor::Bind(1,{'undelete'}) --> 'SUCCESS'
ODBC diagnostic error: 1 ODBC error code: 208 ODBC state: 42S02 ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'KIni'.
ODBC diagnostic error: 2 ODBC error code: 8180 ODBC state: 42000 ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.
KSqlCursor::Execute() --> 'Could not execute cursor.'
KSqlCursor::Close() --> 'SUCCESS'
KSql::EndTransaction('Error from Evaluate',FALSE) --> 0
KSql::Execute(...) --> 'Error executing an Sql statement.',0 records,[sec: 0 msec: 3]


Could anyone guide me how to resolve this issue?
Thanks in advance
Regards
Murali D