-
Extremely dangerous behavior - "when user loads form" executes multiple times
I have a simple form, with an insert statement "when user loads form". * Every time this form loads on a stage, the insert statement is executed multiple times - sometimes 2 , sometimes 3 (at random) * Every time this form loads on an action, the insert statement executes only once. Basically ANYTHING in the "when user…
-
Need help: Kerberos authentication for DFS application.
Hi, I have a DFC application exposed as Web Service using the “@DfsPojoService” annotation. For authentication it is currently utilizing a custom authentication plug in which take user’s login name and a fixed text as one of the arguments aside from the login name for the ‘IDfLoginInfo’ object, like this:…
-
Drag and Drop issue in Taskspace for Citrix user
Hi All We have two application one webtop and taskspace application We are facing some issue for drag and drop in the taskspace application only for the citrix user where as normal user who logging into application from direct windows machine can drag and drop the document into taskspace application( In the Left pane :…
-
BMP v9: Issue with a Stored Procedure in a business object
Hi, Does anyone know the correct database permission required for Metastorm to use stored procedures in a Business Object. Using Metastorm v9 SR2. I have the following scenario. 1) Creating a stored procedure in the Metastorm DB, connecting as DBO .... viola the query type business object can execute and show test results.…
-
opening a folder from the report hyperlink, it appears behind the report instead of in front.
Someone can suggest a workaround for this known issue? This defect is resolved in 9.3, but I can update BPM version now. Report 14508 - When opening a folder from the report hyperlink, it appears behind the report instead of in front.
-
Logging out
Does anyone know of a way of logging out from Metastorm that can be called from client side script? I've tried a number of approaches, including adding a new .aspx page that uses BPMContext.SignOut() and none appear to work consistently. We do not use the native console and instead opt for our own. Simply exiting from our…