-
SendEmail method in V9.2 - Urgent
We have a working solution in V9.1, using the SendEmail functionality as follows. Mstm.SendEmail(emailTo, emailOriginator, null, emailSubject, emailBody, null, emailFrom); When the same solution is deployed to V9.2, this line of code prevents the folder from moving to the next stage - identified by the fact that it works…
-
V9 LDAP connection to eDirectory
Has anyone does this successfully in V9? Our Version 7.6.2 production system connects to LDAP with no problem. Works great! We use the library with LDAP connection details and the LDAPSearch function extensively. In V9, the LDAP connection we have defined in a new process always fails with an error. The format of the…
-
Release Management for Metastorm BPM
http://processmapping.com.au/Products_Release_Management.html We have released the tool we use for managing our development as a Solution named Release Management: Quote: The main purpose of the Release Management system is to manage the Development process. By itself, this has been a very valuable tool for many years.…
-
managing connection strings
Is there a way to manage connection parameters external to the Metastorm designer?? I'm looking for a better way to handle database password changes. At present it looks like the only way to change a password defined in a connection is to re-deploy the solution. Am I missing something?
-
Error while log in with ECL.NET
When I try to log in with the ECL.NET I get this error: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. How can I solve this? Thanks in advance...
-
Using a SBO from a DFS .NET consumer
Hi there, Couldn't find much in the doc about that. Basically, I have a SBO I use from some Webtop components, so far so good Now, I'm developing a .NET application using the DFS libraries, thus allowing me to use the out of the box DFs services. How can I use my SBO from there ? Is it possible ? Would anybody have an…
-
Grid and "given key not present in dictionary" error
I have a simple form that lists names from a table that has a primary key. I believe it worked at one time, but have no explanation why its not working now. I display, via a standard BO, the results that meet the criteria in the grid. If I mark the grid as "has dependents" any row I click gives the "The given key was not…
-
Oracle Client
Hi guys, Box 1: Metastorm BPM Engine server - Win 2008 R2 64 bit (same box) Metastorm Database - MSSQL 2008 64 bit Box 2: Another box for business data - Win 2003 R2 32 bit (same box) Oracle 10g 32 bit I am trying to retrieve some data from Box 2 to Box 1. designer was perfect that I can view tables and retrieve data.…
-
Question about form in edit mode not saving to data base
Hi, all. I need help with an issue that should be easy but being relatively new to metastorm development I am having an issue. In my process I have and edit function on a form when it is on the users todo list. On edit, the form is changing correctly, but the change is not making it to the database. I know this for two…