-
MIM 8.5.1: Filter Personalization and Sharing
For Metastorm Integration Manager (MIM) 8.5.1, we expanded existing cross-departmental features. The idea is to improve collaboration amongst the often numerous parties reviewing business transactions. These business transactions may be in-flight (as in “how is my purchase order progressing”) or archived (as in “how do I…
-
(Untitled)
-
(Untitled)
-
Over-ride Activity Name in an Exit
If you want to over-ride an activity name in a MIM Exit, you can use the following code in your XMScript: xmoWorkflow.WfProcess.StatusOverrides.Activity.activityName = str****;
-
Metastorm BPM Versions
Metastorm BPM uses a four part version numbering system. ... i.e. 7.5.1.21 = Product Version 7, Point Release 5, Service Release 1, Hotfix 21 To date we have always endeavored to roll up fixes and releases so that a later release will always contain all of the features and fixes contained in earlier releases. In the event…
-
V9 Engine Operation Logging
To log the engine's operations edit the engine's application.config file (in ...\Program Files\Metastorm\BPM\Engine) and add the following key to the appsettings section: <appSettings> ... <add key="OperationLogLocation" value="c:\logs"/> </appSettings> Restart the engine to start logging (the folder referenced in the key…
-
Windows Taskbar Disappears After Reboot Following Installation
The information in this article applies to product: e-Work Issue * The Windows taskbar disappears after a reboot following the installation of e-Work on Windows XP SP2 and Server 2003 SP1. In addition (or instead), there may be an inability to access much of the operating system, including Component Services and messages…
-
Office Application Fails to Open When Called From Client-Side Script
The information in this article applies to: Product: Metastorm BPM (e-Work) Version: 6.x 7.x Issue * When a Microsoft Office application is called from a client-side script, e.g. CreateObject("Word.Application") or CreateObject("Excel.Application"), the user may receive an error message similar to one of the following:…
-
ActiveX Component Can't Create Object in Server-side Script
The information in this article applies to product: e-Work \*\*\*\*\*\* version(s) \*\*\*\*\*\*\*\*\*\* Issue * Unable to execute specified script. Reason 'Error(-2146827859): ActiveX component can't create object:'Excel.Application', at line 23, character 4. Source: Unavailable.' Procedure Script call failed. Position 70…
-
SMTP Mail Connector Not Working with Windows XP
The information in this article applies to product: e-Work 5.3 Issue * e-Work is installed on a machine running Windows XP but e-mail is not being sent even though an SMTP mail connector is set up. Resolution * Microsoft has dropped the CDO for NTS dll (CDONTS.DLL) from this platform. However, it is possible to take a copy…