-
xCP 2.2 - Error "Model 'my_model' is not defined." after app deploy
Hi all, After dozen deployments of the same app, I receive error Model 'my_model' is not defined. in browser, when I try to view the object. In DA I can see the oject: Nothing change at business object level or any app elements who is related to this.. In log file I have: 2015-04-16T16:15:44.798+0300 DEBUG…
-
xMS agent 1.1 - Error discovery repository service
Hi all, I configure an environment on xMS 1.1. When I try to Syncronize it, I receive this error in xms_log file: ERROR [executionCommandExecutor-2] - An error occurred during discover-environment com.documentum.xms.services.StepExecutionException: An error occured while performing discover operation on service:…
-
How to use one DFC transaction for whole form submission including: pre, itself and post submission
We have xCP apllication with TaskSpace and Form Build, all in 67SP2 versions We need to use one DFC transaction to control whole form template submission process, including pre, itself and post submission. We can override WDK or TaskSpace class if we need. Thanks.