-
Deadlocks in Metastorm Database
Now that we've pushed our code to production and it's taking a sufficient beating, we've been seeing a lot of deadlocks in our process. I believe it stems from having Solution Tables with stored procs querying these tables during a flag action. All the deadlocks are related to the eWait row attempting to run a DELETE while…
-
DMS Provider Framework and using the GetDocument method
Does anyone have direct experience using the Metastorm.Dms.dll to actually get the document binary from the DB? The attached documentation seems inadequate (from Open Text).
-
'No Parameterless Constructor' error in V9
I am working in a V9.0.3 environment. I'm getting the following error when executing a visual script: 'No parameterless constructor defined for this object'. The visual script consists of a 'for each loop' linked to a business object with a parameter. Within the loop is a 'code activity' segment followed by an 'if else'…
-
Calling the view component from custom component-setcomponentjump
Hi, I have a custom component( a pop up window with a view button) from where i want to call the "view" component.I used the setcomponentjump method in the custom component class setComponentJump("view",args, this.m_actionContext); The view component seems to be called fine but i just get a jsp page with the selected…
-
XCP2 Deployment Error
Hi everyone, I am having this error when I deploy my application with xCP Designer 2.0. [ERROR] Failed to execute goal com.emc.xcp.builder:xcp-deploy:1.0.6:run (xcp-deploy) on project a1: Xcp mojo executing command 'xcp-deploy' for project 'a1' failed unexpectedly: Deployment of project 'a1' failed -> [Help 1] The jar is…