I am trying to install Documentum Dev Edition against an existing SQL Server 2008 Std edition.
(I have already installed with the provided Express edition)
I am logged in as a member of the machine administrator group
In the SQL Server 2008, I precreated an empty database (named Documentum) with a dedicated user being the db_owner of Documentum
I created a system DSN with this user.
The setup starts, I enter all information (about the DSN and the username/password), then it blocks. I waited a few hours, without any difference.
There is nothing in the log with the default log level.
The process explorer indicates that it is running SQLCMD.EXE
There is nothing that I can see being created in the database at the other end.
I changed the debug level in log4j in the "documentumSetup.jar" and I have the following error message
DEBUG [Runnable bean context: Di WA Oem Validate Input Data (validateInputData)] com.documentum.install.shared.common.error.DiException - Failed to load xml for macro substitution:dctmOemInstall.xml
com.documentum.install.shared.common.services.xml.DiXMLDataStore.findFile(DiXMLDataStore.java:62)
com.documentum.install.shared.common.services.xml.DiXMLDataStore.getRootNode(DiXMLDataStore.java:45)
com.documentum.install.shared.common.services.xml.DiXMLDataStore.retrieve(DiXMLDataStore.java:27)
com.documentum.install.shared.common.services.xml.DiCommonXMLStringResolver.invoke(DiCommonXMLStringResolver.java:39)
com.installshield.util.StringResolver.invokeMethod(Unknown Source)
com.installshield.util.FunctionToken.getValue(Unknown Source)
com.installshield.util.AbstractStringResolver.mergeTokens(Unknown Source)
com.installshield.util.AbstractStringResolver.resolveInternal(Unknown Source)
com.installshield.util.StringResolver.resolve(Unknown Source)
com.installshield.wizard.service.AbstractWizardServices.resolveString(Unknown Source)
com.documentum.install.shared.common.services.datavalidation.DiDataValidation.getValueFromSources(DiDataValidation.java:388)
com.documentum.install.shared.common.services.datavalidation.DiDataValidation.validateAndSave(DiDataValidation.java:191)
com.documentum.install.shared.common.services.datavalidation.DiDataValidation.validateAndSave(DiDataValidation.java:77)
com.documentum.install.oem.common.beans.wizard.action.DiWAOemValidateInputData.execute(DiWAOemValidateInputData.java:82)
com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
Any idea ?
Did anyone manage to install the Dev Edition against an existing SQL Server ?