DM_POLICY_E_EXIST_NO_BP_LOG
[DM_POLICY_E_EXIST_NO_BP_LOG]error: “BP Log (/path_to_dba/log/repo_id/bp/bp_transition_some_id.out) was not created.”
A commonly recommended solution for this error is to clear the dmcl cache on Content Server and bounce it.
However, we recently discovered another cause of this error.
When we changed the lifecycle implementation to Java, lifecycle related actions started failing with this error. Changing the implementation back to Docbasic got rid of the error. The lifecycle implementation can be changed using Documentum Application Builder. However, when you have Java customizations for the lifecycle, you have to use the Java implementation.
It turns out that any kind of execution failure related to state transition can lead to this error message. Even though the initial reaction is to look at permissions or cache, the cause can be anything. In a high availability (HA) configuration it turned out to be a filestore configuration issue and a missing web.xml on one of the method servers.
Recent Comments