I am trying to install Documentum Workflow Designer 23.4 and it setup successfully on Tomcat 10. While login to Workflow Designer i am getting below exception.
2024-07-16T07:43:31.846 INFO [Thttp-nio-8080-exec-3] [com.emc.documentum.rest.config.AppEnvironment:69] Class com.emc.documentum.rest.config.PersistenceContextConfig addLastPropertySource rest-api-context-config.properties.
DfException:: THREAD: http-nio-8080-exec-3; MSG: [DM_QUERY2_E_TABLE_NOT_FOUND]error: "The database table or view was not found in the database. Error from the database was: ' -- The database object is invalid -- STATE=42P01, CODE=1, MSG=ERROR: relation "xcp_app_template" does not exist;
Error while executing the query
'"; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57)
at com.documentum.fc.client.impl.connection.docbase.MessageEntry.getException(MessageEntry.java:39)
at com.documentum.fc.client.impl.connection.docbase.DocbaseMessageManager.getException(DocbaseMessageManager.java:137)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.checkForMessages(NetwiseDocbaseRpcClient.java:332)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.applyForCollection(NetwiseDocbaseRpcClient.java:457)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection$3.evaluate(DocbaseConnection.java:1469)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.evaluateRpc(DocbaseConnection.java:1272)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.applyForCollection(DocbaseConnection.java:1457)
at com.documentum.fc.client.impl.docbase.DocbaseApi.exec(DocbaseApi.java:84)
at com.documentum.fc.client.impl.session.Session.query(Session.java:3670)
at com.documentum.fc.client.impl.session.SessionHandle.query(SessionHandle.java:2322)
at com.documentum.fc.client.DfQuery.runQuery(DfQuery.java:168)
at com.documentum.fc.client.DfQuery.execute(DfQuery.java:211)