-
moved database from SQL 2005 to SQL 2008 - BPM engine crashes frequently
As the title says, we have an installation of Metastorm BPM 9.0.3 which was currently running with a database located on a SQL Server 2005 cluster. We copied the DEV db to a SQL Server 2008 cluster and changed all the connection strings accordingly. We're running on a SQL Server 2008 Standard edition virtual environment.…
-
Metastorm v9.1 - an item with same key has already been added
In v9.1 you can no longer use a column from a business object more than once in the same grid. If you do you will get the above error and you will need to re-code around this.
-
MBPM 9.1 - columns in business objects have been re-ordered to alphabetical Urggghhhhh!
It appears that when you view form business objects in v9.1 they are now ordered alphabetically whereas previously they were ordered in column order. So now when coding which column you want (User.Input[x]) you now have to keep switching back to te BO definition or have some other reference to the ordering. Previously you…
-
Exporting Business Objects does not seem to work - version 9.0.3.3
When I try and export a business object, a business object is exported but it always the same object, regardless of which one is selected - and as it happens not the one that I would like to export! Anyone else encountered this?
-
Executing Oracle Procedure in Server Code in Metastorm BPM 9
Hi everyone, could anyone provide me a working sample of executing oracle sql procedure in server side code. I tried construction like this but i get execption ORA - 00900 (Incorrect syntax) QueryParameter[] _params = new QueryParameter[5]; _params[0] = new QueryParameter("@P_CLIENT",_frm.Local.txtClient); _params[1] =…
-
v9 Export grid to Excel
hi i know that telerik grid control have possibility to export data to excel or even word, we can use client side or server side functions which names gridObject.ExportToExcel(path); is it possible to fire this actions in Metastorm?
-
Check Box in Grid
Hi, i am new to Metastorm, I am using V9.1 and trying to implement check box in grid I have the following requirement.. * First column in grid should be a check box. * User clicks on check box to select a row in grid. * User can select multiple rows by clicking on checkbox corresponding to a row. * When user clicks on…
-
Custom Controls in Metastorm
Is there any way to create custom controls in metastorm?
-
Need suggestion on Implementation
Hi I need your suggestions in implementing following scenario in Metastorm. Requirement Statement: We need to select few records manually after fetching the data from database. Some thing like approve or reject for each row fetched. Scenario: On a click of a button i should get data from database. lets consider i have…
-
V9 Active Directory Services Integration & Directory Extraction Tool
Hi, Is it available an Directory Extraction Tool or something similar for BPM v9? Thanks Andrea