Hello all,
I have created one workflow through process builder with one dql update and two activity. I runned this in debug mode and that is working fine in that mode but after installation, activity is working fine. But when the dql upadate is called in workflow template then class not found error is coming for BPSIntegration method.
I have checked dm_bof_registery also and global repositry is also mentioned in dfc.properties file.
But below error is persist in method server
com.documentum.mthdservlet.DoMethod - Exception attempting to load module com.documentum.bpm.services.BPSIntegrationMethod.
DfServiceException:: THREAD: http-0.0.0.0-9080-1; MSG: [DFC_BOF_CANNOT_FIND_OBJECT] Business object com.documentum.bpm.services.BPSIntegrationMethod does not exist in docbase DOCBASENAME; ERRORCODE: ff; NEXT: null
I have installed both process builder and process engine and bpm.ear file is available in content server.
I am using content server 6.5 sp2 and process builder 6.5sp2
Pls help.