-
Browser Tab not closing
Part of our process includes an email to the folder originator asking for further clarification. Up to now we've just had the email cc the requestor and then the answering is done only through email. We'd like to keep the dialog info in the Action Notes instead so now the email outbound includes a link to a response form…
-
Object reference error when using the HttpContext object
I have a test server script below…. public static void test() { int iCount = HttpContext.Current.Session.Count; } On the form load event, it called that script and got the error below. Failed to execute deployed method 'FormLoaded', using entity 'frmServer'. Object reference not set to an instance of an object. Does…
-
Workflow timeout during execution of server side script
Hello! I have a problem when running a server side script that takes longer than 60 seconds in version 9.1.0. Metastorm engine lets the function run to an end, in my case roughly 6 minutes, but because Metastorm times out (probably the MicrosoftWorkflowTimeout=60 in the registry) then the folder is rolled back to it's…
-
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.…