Process Automation (AppWorks)
Process Automation (AppWorks Platform) enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming functionality.
-
Failed to execute deployed method 'ListOptions'
Hi all, Can anyone help me with an error message I am getting on initial action form load? Failed to execute deployed method 'ListOptions', using entity 'Manager'. The LDAP request ';(objectClass=user);displayName,distinguishedName;Subtree' failed. One or more of the LDAP policy values may be set too low to support the…
-
Getting last note in Alert Message
Hi all, Does anyone know if it is possible to automatically get the last note as the alert message. I tried using: getearliernote(SELECT COUNT(*)-1 as NumberNotes FROM Metastorm.dbo.eEvent WHERE eEvent.eNotes IS NOT NULL AND eEvent.eFolderID = @FolderId) But when testing this the message was displayed blank, and also tried…
-
3rd party DLL crashes the Metastorm Process Engine...
Hi, I am trying to get a 3rd party DLL working within a server side script in version 9.2.0. The DLL has been put in all the relevant directories (Engine/DotNetBin, Designer/Custom, Deployment/Custom) and although intellisense does not bring up the properties and methods, the process deploys. The problem comes when it runs…
-
Best Practice questions - Modeling/Notebook Structure
Good morning ~ I am a new business architect with the state of Washington and I have been tasked to find a way to consolidate our existing 'project' centric notebooks into a central repository so that we can do business impact analysis when state regulations change. Here are my questions around structuring this within…
-
Loadbalancer Configuration with BPM
While not explicitly supported, BPM can work well with load balancers with some configuration changes. Sessions BPM, like other .NET applications, using IIS to store sessions on the server. By default, IIS stores sessions "in process". This means that each app pool stores session data and if the app pool restarts the…
-
viewstatekey.PNG
-
sessionstate.PNG
-
MBPM 9.2.1.1 Web Server SSO Issue
Hello all I am running MBPM 9.2.1.1 with separate engine and web servers. Both are running Windows Server 2008 R2 SP1. Database is SQL 2008 R2 SP1, on a separate SQL server machine. I have both standard login and SSO set up on both the engine server and web server. In other words, the MBPM client should be able to be…
-
SBW Widgets for KE
I have installed the widgets for KE, but now I am getting an error message: Security exception: check the client access policy file. Where is this file and what do I need to do to get this working?
-
Radio button group required - asterisk positioning
Opnetext MBPM 9.2.1. I have several forms where radio groups are mandatory. For some of these, the caption is too long to be part of the radio control, therefore it is displayed as a separate label positioned on the left of the control (see the picture attached). I found the asterisk position to be odd in both cases - for…
-
Folder stuck at system stage with timed action
Hello, I have a folder sitting in a system stage and doesn't seem to want to move. I had originally created a timed action to fire seven days before a certain date. That date has well and truly passed and the folder is still sitting at the system stage. The system stage is the first stage of a sub-process (in case that…
-
Question about read-only drop-down list in editable grid
Hi, I have a question regarding a read-only drop-down list in an editable grid. The scenario is as follows: A user enters data using an editable grid. One of the columns is a drop-down list populated by a read-only object. The user needs to add a new option to the drop-down list, clicks on a button on the form to open an…
-
Does it make sense to configure V7 SSO if we're migrating to V9 in near future?
We are planning to migrate to V9 in about 9 months. The question has come up if it's worth it to configure SSO in our current V7 environment. Would this be a total 'throw away' or are there any SSO objects/scripts that could be reused in V9?
-
euser.js createLogEntry write "User authentication failed" in edescription colum of ELOG t
euser.js createLogEntry write "User authentication failed" in edescription colum of ELOG table even if the login is succesfull. function createLogEntry( err ) { ework.CreateDesignerLogEntry( "SAP[" + sapname + ", " + sapversion + "]", // eDetectedByClass replaceChar( err.eDetectedByMethod, "'", "''" ), //…
-
Can you point out to any "Mapping processes 101" document?
Greetings, I am looking for any documentation that can provide the basic steps, like: * Process maps run left to right, top to bottom * Incoming arrows go on (top and left?) and outgoing ones go (bottom and right?) * Each process should have between 7? and 20? steps (min. and max.) * etc. Appreciate any help with this.…
-
Highlight Grid row in Colour
Is there any way to highlight the grid row in colour ?
-
Client Script not function
I have a client script which runs on cell exit from an editable grid. It works perfectly. But if I try to make it a funtion by saving it as a client script with a simple function fnDoThis() { working script } and then on exit fnDoThis(); (to call the script) it doesn't do anything. I can work around it but it's nice to…
-
Conditional Action Raise Flag Option
Hello, In a Conditional Action if we set the Raise Flag Option (default is (none)) to an existing Flag, when will it be triggered? Before or after the Conditional Action ****is completed? Regards, Rui Miranda
-
in bpm 9.2.1 not displays checkbox in the form
In my form i have a button with C# script that displays a list of folder with a checkbox to select it, but with a new bpm version there aren't checkbox. I attach the screenshot. I install bpm 9.2.1 but bpm solution is the same . an extract of my script. foreach(string f in searchFolder) { DirectoryInfo fi = new…
-
Error after upgrade from v9.1.2 to v9.2
i m facing the error "error CS0234: The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?)" when upgrade from v9.1.2 to v9.2. Anyone face this issue before?