Dear All,
Currently I am configuring Documentum Interactive Delivery Services (IDS) source 6.5SP2 for windows.
But I am getting the error in database connection, as shown in following image.
I am using SQL Server 2005 SP2 database.
My contents of the WebCache.ini file are:
# This file must contain a valid JDBC connection string, in order
# for WebCache services to be able to connect to the database.
#
# For the TCP/IP connection protocol the installation process captures
# the connection string, but if you are using another protocol, then
# you must edit this file and provide a valid JDBC connection string.
#
# Generally, you could get the database information from SQL Server configuration manager.
#
# Please ensure the JDBC connection string below is valid.
#
[WEBC_COMMON]
source_database_connection=jdbc:sqlserver://10.26.116.26:1433
JDBC_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
My error is:
(Aug 6, 2010 1:13:49 PM), Setup.product.install, com.documentum.install.shared.common.error.DiException, err, An exception occured in: DiWAWebcsConfigureDocbase, beanID: configureDocbase - DiWAWebcsConfigureDocbase failed! - Failed to test database connection.
Check the source_database_connection and JDBC_DRIVER information in webcache.ini.
Run the source configurator again after ensuring the correct JDBC information.
Login failed for user 'DCTM_Repository'.; Login failed for user 'DCTM_Repository'.; For more detailed information, see the error log: E:\Documentum6.5\product\6.5\webcache\install\setupError.log
(Aug 6, 2010 1:13:49 PM), Setup.product.install, com.documentum.install.shared.common.error.DiException, err, com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'DCTM_Repository'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196)
at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:246)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:83)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2532)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:1929)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:41)
at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:1917)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1061)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at com.documentum.install.webcache.common.beans.wizard.action.DiWAWebcsConfigureDocbase.testDatabaseConnection(DiWAWebcsConfigureDocbase.java:623)
at com.documentum.install.webcache.common.beans.wizard.action.DiWAWebcsConfigureDocbase.execute(DiWAWebcsConfigureDocbase.java:135)
at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
Kindly help me....
Thanks.