![]() | ![]() |
|
Metastorm BPM version 9.0 Service Release 3 (9.0.3) is now available. Some of the new features, changes, and fixes are listed below. Read the Release Notes for complete information.
UPDATED FEATURES
Password Obfuscation in the Administrative Tools
The passwords for Project Connections are encrypted for security reasons by Metastorm BPM. When
Project Connections are viewed from the Administrative Tools, the password parameter will be
displayed as encrypted.
This encryption will be applied to the following Connection types:
For solutions deployed prior to installing SR3, the password is not encrypted and displayed as plain text.
To encrypt the password, open the solution, modify the connection (for example, add and remove a
space in the Server Name field in the Define Connection tab of the connection), and redeploy the
solution.
Handling of Code Generation Error
The Metastorm BPM Designer uses background compilation in order to provide Intellisense and
validation capabilities for expressions and scripts. When the code generation fails, a notification is
displayed within the status bar of the Designer along with a tooltip.
Performance Improvements
General Component Management
There is a 25% to 35% improvement in the response time while opening, closing, and
navigating between different components of a Solution such as Forms, Form Segments,
Processes, Sub-Processes, Visual Scripts, Business Objects, and Reports.
Solution Management
There is a 30% to 50% improvement in opening Solutions containing 10 or more Projects
and Libraries.
There is a significant performance improvement when validating large solutions during
deployment, which is achieved by caching the validation rules. In addition to this, the fix for
SR-11042010-0014 (which was included in 9.0.2.4) gives a ten-fold performance
improvement when deploying large Solutions.
There is an option to show or hide the parameter list and help panes in the Expression Builder.
When these options are hidden, there is no delay in editing large expressions.
Current Limitations
The following features are not supported:
While using Oracle as the database, only standard ASCII characters are
supported in table and column names. These names should only be in uppercase.
Extended characters, double quotes, or spaces in table or column names are also
not supported.
Business Objects do not support tables or queries to Oracle database systems
with columns containing spaces.
You will not be able to define ODBC Connections in the Designer that use 32-bit
drivers if you are running the Designer on a 64-bit operating system. The only
work around, in this situation, is to use the Designer on a 32-bit operating
system.
The Query Builder may fail when used for database providers that do not fully
conform to ANSI SQL 92 standards.
The use of the Update database rows Visual Script activity will fail when used in
conjunction with a Connection that is using the Salesforce.com OLEDB provider.
The workaround for this issue is to use a code activity and issue the command
with the use of the SelectSQL function instead.
This also affects the ability to add or delete rows of data from the Salesforce
remote repository via an OLEDB or ODBC connection if using a Grid within the
Form.
When you create a Web Service Connection in Designer, deploy it, and try to
view the Connections for the Project from the Administrative Tools, an error is
displayed.
This issue is caused by exceeding the limit on the amount of data that can be
transferred between Administrative Tools and Administrative Tools WCF
service. This limit is set in the Web.config of the Administrative Tools. To
change the limit, go to following section in the web.config:
system.serviceModel/bindings/wsHttpBinding/binding
maxStringContentLength attribute value should be set to 2147483647.
Support for External Forms is not included with version 9.0 SR3. This will be
enhanced and included with a later release.
eFolder table query access
Database queries against the eFolder table using the %Script() syntax may fail.
For example, the formula displayed below fails when used to populate a dropdown
options field within the v7 News sample procedure:
%GetData(,eFolder,\" (eMapName = \'News\') AND
(eArchived <> 1)\", eCategory)
This problem only affects legacy database interaction through procedures like
%GetData. In order to correct this, the syntax should be converted into v9 syntax.
%ServerName
The %ServerName is always empty on v9 Engine.
%User.Input and %User.Input[n]
%User.Input and %User.Input[n] behavior has changed in v9. When selecting a
row in a Grid field, the data returned by %User.Input contains all data from the
Business Object that is bound to the Grid. In v7, only data from columns
displayed in the Grid is returned. Similarly, the index in %User.Input[n] refers to
the column index in the Business Object, not the visible Grid control.
Resolved Issues
Administrative Tools
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF15237 |
Administrative Tools |
Introduce the ability to modify password in plain text to support backwards compatibility. |
|
DEF15321 |
Administrative Tools |
It is not possible to login to Administrative Tools as an administrative user with FIPS enabled. |
|
DEF15324 |
Administrative Tools |
The password is not encrypted for Web Service Connection. |
|
DEF15361 |
Administrative Tools |
The Connection type changes according to Designer Connection names. |
BPM Designer
|
Help Desk# / Metastorm# |
Component |
Issue |
|
SR-09172010-0003 DEF10801 |
BPM Designer |
Flag parameter name changes to "Name". |
|
DEF11700 |
BPM Designer |
The GetAttachment Visual Script’s path description should mention file name with extension to be included in the path. |
|
DEF12877 |
BPM Designer |
Table Business Objects do not list views. |
|
SR-07142010-0006 DEF13267 |
BPM Designer |
Expression Builder ribbon is enabled when variable drop-down has focus. |
|
SR-08062010-0004 DEF13826 |
BPM Designer |
Access violation error is displayed in the Designer while closing a Process. |
|
DEF13842 |
BPM Designer |
It is not possible to sort the Form field’s property on the field column. |
|
SR-11042010-0020 DEF13935 |
BPM Designer |
If a Client Script uses the same name as a Form, the Form will be removed from the Solution. |
|
SR-09292010-0015 DEF13985 |
BPM Designer |
An exception is thrown on clicking Tab Order property drop-down. |
|
DEF14033 |
BPM Designer |
Attachment clip icon in the Designer does not match the one in the Web Client. |
|
SR-05272010-0001 DEF14044 |
BPM Designer |
Access Violation error in Designer when doing a certain series of operations with keyboard and mouse involving stages. |
|
DEF14057 |
BPM Designer |
Script validate button always reports success for Client Scripts. |
|
DEF14090 |
BPM Designer |
Designer crashes on updating references Library with its component opened. |
|
SR-08032010-0008 DEF14306 |
BPM Designer |
Send To Back option does not work correctly. |
|
DEF14317 |
BPM Designer |
Library with Form Segment and variable assignments are lost on re-opening a Project when the Library is unavailable. |
|
SR-09212010-0005 DEF14321 |
BPM Designer |
Copying and pasting within the If Else Visual Script works incorrectly. |
|
DEF14572 |
BPM Designer |
Copy and paste an Action with a Visual Script breaks code generation. |
|
DEF14573 |
BPM Designer |
Dragging a Visual Script activity from one location to another is not saved. |
|
SR-10212010-0005 DEF14649 |
BPM Designer |
Caching problems prevent adding valid WSDL files after trying to add invalid WSDL files. |
|
SR-10272010-0012 DEF14753 |
BPM Designer |
Designer crashes if Form is resized while Tab Order is enabled. |
|
SR-10282010-0013 DEF15050 |
BPM Designer |
Tab Order is not valid on the “Add Variable” pop-up Form. |
|
DEF4377 |
BPM Designer |
Transparent color should not be available for Form. |
|
DEF7671 |
BPM Designer |
Right-click incorrectly activates object when 'Activate on single click' is enabled. |
|
SR-11032009-0006 DEF9864 |
BPM Designer |
A "Raise <flagname>" activity dragged to the Visual Script area has no indication of the Flag raised. |
|
DEF10389 |
BPM Designer |
Pressing the Delete key does not invoke the Delete command in Inventory. |
|
DEF14092 |
BPM Designer |
Manage Variables window does not retain its size on re-opening. |
|
DEF14571 |
BPM Designer |
The Expression Builder retains re-sized window position, but the content of expression field becomes incorrectly multi-lined. |
|
DEF14591 |
BPM Designer |
Jscript language option should not be available for Code Activity in Visual Scripting. |
|
DEF14634 |
BPM Designer |
Custom List cannot be copy/pasted in the Inventory. |
|
DEF14653 |
BPM Designer |
Invalid WSDL is added after a valid WSDL was added due to caching issues. |
|
DEF14691 |
BPM Designer |
Pages dialog from Forms property of a Stage does not retain resized information. |
|
DEF15031 |
BPM Designer |
Color properties are reset on close and re-open of Process tab. |
|
DEF15074 |
BPM Designer |
Ok and Cancel buttons missing from Manage Variables dialog. |
|
DEF15077 |
BPM Designer |
Few DLLs display incorrect version number. |
|
DEF15159 |
BPM Designer |
Accessing a Web Service with basic authentication fails after entering credentials. |
|
DEF15176 |
BPM Designer |
An error is displayed on opening parameters collection in column of Status type. |
|
DEF15180 |
BPM Designer |
Activity is not saved after moving in another activity branch. |
|
DEF15182 |
BPM Designer |
Undo/Redo lists are cleared on save for Server Script. |
|
DEF15186 |
BPM Designer |
Business Objects in Data Access should not be expanded more than the level expanded in the Inventory. |
|
DEF15188 |
BPM Designer |
Correct object should have focus in Manage variables window. |
|
DEF15203 |
BPM Designer |
Web Service configuration not updated during authentication/proxy setting changes. |
|
DEF15239 |
BPM Designer |
Passwords for Connections should be encrypted. |
|
DEF15260 |
BPM Designer |
Code generation error after a .SVC service is added. |
|
DEF15277 |
BPM Designer |
Exception occurs when ODBC Connection is used for a Business Object. |
|
DEF15303 |
BPM Designer |
Password is not encrypted for Web Service Connection. |
|
DEF15327 |
BPM Designer |
Web Service from gSOAP application server cannot be imported in Designer. |
|
DEF15330 |
BPM Designer |
Exception on first open of drop-down parameter in Expression Builder. |
|
DEF15402 |
BPM Designer |
Web service Connection created in 9.0.2 cannot be opened in 9.0.3 Designer. |
|
DEF14871 |
BPM Designer |
Adding a variable in Manage Variables option limits use to 250 characters for text fields. |
|
SR-10212010-0005 DEF14589 (Fixed in 9.0.2.3) |
BPM Designer |
Creating a Connection to a Web Service by choosing a WSDL file throws an error message, “Object reference not set to an instance or an object". |
|
DEF14178 (Fixed in 9.0.2.2) |
BPM Designer |
Designer cannot start if Windows regional settings are set to Chinese or Japanese language. |
|
SR-10212010-0024 DEF14879 (Fixed in 9.0.2.3) |
BPM Designer |
In some instances, Process Designer fails to create a Web Service Connection. |
|
DEF14026 (Fixed in 9.0.2.1) |
BPM Designer |
Library references are lost on closing and re-opening the Designer. |
|
DEF13979 (Fixed in 9.0.2.1) |
BPM Designer |
Process zooming and scrolling causes Process objects to move from their original positions and cause swim lanes to resize. |
Deployment
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF14017 |
Deployment |
Not entering properties for Send email activity does not fail deployment but fails validation. |
|
SR-09202010-0003 DEF14213 |
Deployment |
Using the ‘Always refresh’ on Business Objects causes duplicate reads from the data source. |
|
DEF14911 |
Deployment |
Connections referenced in Server Scripts do not read from the eConnection table. |
|
SR-11042010-0014 DEF15141 |
Deployment |
Unable to deploy large Solution because of timeout exception. |
|
DEF14400 |
Deployment |
In Japanese locale, Form control’s visibility options set from English locale fails to deploy. |
|
DEF14988 |
Deployment |
Libraries that fail validation can still be deployed. |
|
DEF15172 |
Deployment |
Metastorm.Engine.Interface90.dll has wrong version information in Deployment folder. |
|
DEF15229 |
Deployment |
Changes made to Connection from Administrative Tools do not update the Custom Lists using the Connection. |
|
DEF15235 |
Deployment |
Validation fails with error "Property 'BCC' cannot be empty" but deployment succeeds. |
|
DEF15292 |
Deployment |
Form cannot open if LDAP Business Object is assigned to it and used. |
|
SR-08052010-0005 DEF13988 (Fixed in 9.0.2.1) |
Deployment |
‘Calculate duration’ function always returns a positive result. |
|
SR-10142010-0001 DEF14420 (Fixed in 9.0.2.3) |
Deployment |
LDAP Connection throws exception at runtime. |
|
SR-11042010-0014 DEF14950 (Fixed in 9.0.2.4) |
Deployment |
Large Solutions cannot be deployed due to a time-out exception. |
Documentation
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF12187 |
Documentation |
The Designer User Guide should mention that exceptions are thrown if custom assembly is not strongly named. |
|
DEF13417 |
Documentation |
The Web Client Configuration Guide should not mention External Forms. |
|
SR-07052010-0005 DEF14079 |
Documentation |
The Administration Guide should mention that disabling the compatibility view in browser is not supported. |
|
SR-08302010-0013 DEF14442 |
Documentation |
More information needed on debugging without administrative privileges in the Designer User Guide. |
|
SR-09272010-0017 DEF14648 |
Documentation |
Incorrect description related to JScript.net in the Migration Guide. |
|
SR-10212010-0025 DEF14761 |
Documentation |
The Supported Environments document needs to be updated with information on how to make the proxy server use the mapped URL. |
|
SR-05272010-0015 DEF14825 |
Documentation |
The Designer User Guide should have a trouble shooting section for debug button visibility. |
|
SR-10272010-0017 DEF14965 |
Documentation |
The Designer User Guide should mention how to add a new line in a Comment field. |
|
SR-11012010-0006 DEF15069 |
Documentation |
The Supported Environments document has to be updated with respect to Windows 7 support. |
|
SR-11112010-0001 DEF15092 |
Documentation |
The SharePoint Library path mentioned in the Designer User Guide is incorrect. |
|
DEF11195 |
Documentation |
Information related to OLE DB Provider support should be more detailed in Designer User Guide. |
|
DEF11419 |
Documentation |
Additional information for the Oracle section should be added to the Installation guide. |
|
DEF12301 |
Documentation |
Proxy code layer not mentioned in Web Service Connection help in the Designer User Guide. |
|
DEF12318 |
Documentation |
'Hyperlink' property should be changed to 'Hyperlink type' in the Designer User Guide. |
|
DEF12353 |
Documentation |
Re-wording of Client Scripting and function descriptions in the Designer User Guide. |
|
DEF12369 |
Documentation |
Navigation pane icons need updating in the Designer User Guide. |
|
DEF13252 |
Documentation |
Client Script does not execute if the Form name is a Metastorm reserved word. |
|
DEF13293 |
Documentation |
Order of Administrative Tools Procedures should be corrected for Oracle database in the Installation Guide. |
|
DEF13450 |
Documentation |
Filtering in Custom List should be explained in Designer User Guide. |
|
DEF13859 |
Documentation |
"Commit();" action should be used for DataSet to apply data changes and should be mentioned in the Designer User Guide. |
|
DEF13883 |
Documentation |
The Web Help documentation should be updated to remove supported browsers information and added to Supported Environments Guide. |
|
DEF14072 |
Documentation |
Documentation on adding signature fields needs amendment in the Designer User Guide. |
|
DEF14143 |
Documentation |
Designer User Guide images do not coincide with Designer buttons in the Designer User Guide. |
|
DEF14230 |
Documentation |
Web Client does not work in case Engine name has an apostrophe. |
|
DEF14367 |
Documentation |
Extra step required to be documented for debugging without administrative privileges in the Designer User Guide. |
|
DEF14467 |
Documentation |
Administration Guide should have a note about HTTP Error 500.19 error. |
|
DEF14511 |
Documentation |
The Product Localization Guide has to be updated. |
|
DEF14762 |
Documentation |
Side-by-Side documentation has some errors. |
|
DEF14764 |
Documentation |
SelectSql properties section of Designer User Guide has errors. |
|
DEF14818 |
Documentation |
In the Architecture Guide, Service List Overview is inaccurate and incomplete. |
|
DEF14825 |
Documentation |
Designer User Guide should have a trouble shooting section for debug button visibility. |
|
DEF14920 |
Documentation |
Information about MS automatic update KB976769V2 causing issues with Designer should be available. |
|
DEF15163 |
Documentation |
Redundant information in the Designer User Guide about promotion of Visual Scripts. |
|
DEF15167 |
Documentation |
Retired features should be listed in the Migration Guide. |
Engine
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF14579 |
Engine |
User names with apostrophes cause To Do and Watch lists to fail. |
|
SR-08192010-0016 DEF14786 |
Engine |
The ExecSQL script fails to run. |
|
DEF14621 |
Engine |
User role access to the Form is evaluated twice during each refill request. |
|
DEF14765 |
Engine |
Custom List opens with error if it is associated with a Business Object using Connection of ODBC database type. |
|
DEF15295 |
Engine |
Form with Grid using ODBC Connection cannot be submitted. |
|
DEF15320 |
Engine |
Status field drilldown with parameters cause exception in the ECL/Engine. |
|
SR-07292010-0001 DEF14231 (Fixed in 9.0.2.3) |
Engine |
Alert generator performance problems against Oracle when supported non-Unicode character sets are used. For example, WE8MSWIN1252. |
|
SR-08232010-0001 DEF13977 (Fixed in 9.0.2.1) |
Engine |
Database locks occur on eAlert and eWait tables on SQL Server databases. |
|
SR-08242010-0001 DEF14018 (Fixed in 9.0.2.1) |
Engine |
Sometimes timed actions fail to Process, particularly in a load balanced environment and with multiple threads allocated to the Engine. |
|
SR-08242010-0001 DEF14039 (Fixed in 9.0.2.1) |
Engine |
Visual Scripts may fail to execute when system is under high load. |
Installation
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF15240 |
Installation |
New version of runtime core DLL should be installed. |
|
DEF15247 |
Installation |
Folder with filter image is absent after installation. |
|
DEF15263 |
Installation |
Content of the App_GlobalResources folder is incorrect. |
|
DEF15271 |
Installation |
Wrong build number is stated for Web Client. |
|
DEF15391 |
Installation |
Install information is incorrect for BPM in Add/Remove Programs. |
|
DEF14031 (Fixed in 9.0.2.1) |
Installation |
Default.skin files are backed up but not replaced on some systems. |
|
DEF14107 (Fixed in 9.0.2.1) |
Installation |
Attempting to view Connections in the Administrative Tools displays a “Bad data” error. |
Process Activator
|
Help Desk# / Metastorm# |
Component |
Issue |
|
DEF14027 (Fixed in 9.0.2.1) |
Process Activator |
When running against SQL Server, the Process Activator generates some Web Services that do not function. This fix requires the user to re-run the ProcessMetadataProcedures.sql script against the Metastorm repository and to regenerate the Web Service using the Process Activator. |
Web Client
|
Help Desk# / Metastorm# |
Component |
Issue |
|
SR-09292010-0005 DEF13893 |
Web Client |
Actions are displayed incorrectly on a Stage in Arabic locale. |
|
DEF10891 |
Web Client |
An error is displayed when trying to open a folder from a BPM smart tag in Word via an external URL. |
|
DEF13962 |
Web Client |
Status value with left or right position is displayed incorrectly. |
|
SR-09012010-0017 DEF14475 |
Web Client |
Rows added in the Grid are not clearly visible. |
|
DEF14576 |
Web Client |
Forms are displayed wider than they were designed. Note: Some Forms may need to be adjusted as a result of this fix. |
|
SR-10132010-0007 DEF14782 |
Web Client |
Process filtering list works incorrectly. |
|
SR-09202010-0018 DEF15045 |
Web Client |
An error message is displayed when trying to open certain folders. |
|
SR-12102010-0010/ SR- 09202010-0018 DEF15400 |
Web Client |
“Object reference not set” error is displayed when folder action is performed from external URL. |
|
DEF11105 |
Web Client |
Size of work area for Custom List is smaller than for other lists of Web Client. |
|
DEF11574 |
Web Client |
Database error is displayed when a Form is opened using Smart Tag. |
|
DEF11769 |
Web Client |
Fields of filters do not resize during resizing of columns in Custom List. |
|
DEF13149 |
Web Client |
Custom Lists are not colored in the same way as Grids or the other lists. |
|
DEF15250 |
Web Client |
Custom Lists caption and hint are absent in Web Client. |
|
DEF15408 |
Web Client |
DateTime earlier than 1970 cannot be submitted in Grid. |
|
DEF15461 |
Web Client |
Filters icons behave incorrectly in Custom List. |
|
DEF14080 (Fixed in 9.0.2.1) |
Web Client |
Date control is set to wrong date when using ProcessContext.UserInput from a date/time column in a Grid. |
|
SR-09012010-0008 DEF13966 (Fixed in 9.0.2.1) |
Web Client |
In some circumstances, a “folder lock expected” error is displayed in the Web Client. |
|
DEF13983 (Fixed in 9.0.2.1) |
Web Client |
Metastorm User Error messages are not displayed correctly and cause an exception on IIS7 systems.
In order to correct the above behavior it is necessary to either comment out or delete the following line from the Web client’s web.config file:
<httpErrors> <error statusCode="404" subStatusCode="13" path="ErrorPage.aspx" responseMode="Redirect"></error> </httpErrors> |
|
DEF13978 (Fixed in 9.0.2.1) |
Web Client |
V7 Blank and Administrative Forms fail to open in a Side-by-Side environment. |
|
DEF14774 (Fixed in 9.0.2.3) |
Web Client |
After selecting ‘Today’ in Date/Time control of Form and submitting it, re-opening Form does not display ‘Today’ as highlighted. |
|
SR-09232010-0018 DEF14613 (Fixed in 9.0.2.3) |
Web Client |
Calendar menu is overlaid by other fields on a Form. |
|
SR-09272010-0001 DEF14368 (Fixed in 9.0.2.3) |
Web Client |
Clicking a row in a Grid multiple times changes the value of the Date/Time field in the row. |
|
SR-09032010-0001 DEF14048 (Fixed in 9.0.2.1) |
Web Client |
Drop-down lists are not rendered correctly in the Web Client when more than 60 fields are present on a Form. |
|
SR-09032010-0001 SR-10212010-0010 DEF14048 (Fixed in 9.0.2.3) |
Web Client |
Drop-down lists are not rendered properly when there are multiple drop-down lists on a Form. |
|
SR-09302010-0006 DEF14505 (Fixed in 9.0.2.3) |
Web Client |
Incorrect value is displayed in a drop-down control that is associated with an integer variable. |
|
DEF14045 (Fixed in 9.0.2.1) |
Web Client |
OnBlur functionality of DateTime columns in grids causes an “Unspecified error”. |
|
DEF14379 (Fixed in 9.0.2.2) |
Web Client |
Users with Unicode user name or password cannot access the Web Client. |
|
SR-09242010-0005 DEF9635 |
Web Client |
In some instances, drop-down list values in a Form are positioned incorrectly making it impossible to select values in the list. |
|
SR-10062010-0003 DEF15020 (Fixed in 9.0.2.4) |
Web Client |
When a Form is loading, text boxes that are supposed to be hidden are displayed temporarily. |
Known Issues
The following is a list of known issues of which we feel you should be most aware:
|
Help Desk# / Metastorm# |
Component/ |
Issue
|
|
DEF15407 |
Administrative Tools |
Priority value is not set after changing the value for a folder via the Metastorm Repository tab.
Steps to Reproduce:
|
|
SR-10212010-0013 DEF15136
|
Administrative Tools |
Metastorm Administration and Deployment Service are not using the SAP scripts for authentication.
You can access Administrative Tools without having any active SAP scripts. |
|
SR-11092010-0016 DEF15211
|
Administrative Tools |
Metastorm Repository does not filter User Without Alerts list.
The user will not be filtered. |
|
SR-12022010-0018 DEF15313
|
Administrative Tools |
Connections in Administrative Tools sometimes show encrypted data, and other times plain text.
Steps to Reproduce:
|
|
SR-03232010-0012 DEF12304
|
BPM Designer |
Validation displays a warning.
Steps to Reproduce:
Workaround: The warning message is not displayed after you save and close the Solution, and re-open it. |
|
SR-11092010-0005 DEF14804
|
BPM Designer |
Variables can have the same name with different case.
Steps to Reproduce:
|
|
SR-11152010-0005 DEF15272
|
BPM Designer |
Drag and drop for Visual Script activities do not respond quickly.
Steps to Reproduce:
Immediately after clicking Assign Value, you will notice that it will not allow you to drop the item into the Visual Script editor. |
|
SR-12112009-0001 DEF10452
|
BPM Designer |
Navigation in Properties pane is incorrect.
Steps to Reproduce:
|
|
SR-11022009-0041 DEF0767
|
BPM Designer |
Caption of control does not change when a variable is associated and changes were made to the variable.
Steps to Reproduce:
Caption of Memo control does not change to name of applied variable. |
|
SR-10072010-0008 DEF15103 |
BPM Designer |
Script validation option not clearing the previous messages.
Steps to Reproduce:
New validation messages are appended to previously reported error messages instead of replacing them. |
|
SR-11152010-0007 DEF15233 |
BPM Designer |
Unable to drag and drop Currency control on to a Report’s Detail Band.
Steps to Reproduce:
The Currency type cannot be dragged onto the Detail Band of a Report. |
|
SR-10202010-0001 |
BPM Designer |
Designer becomes unstable when copying and pasting a Process between Projects in the same Solution.
Steps to Reproduce:
Click the Form fields in PropertiesàDo this, you encounter an exception "Unable to cast object of type 'Metastorm.Common>metamodel.MissedReferenceEntity’
|
|
DEF10415 |
BPM Designer |
‘Width’ property is not available when more than one Form control is selected.
Steps to Reproduce:
'Width' property is not available. |
|
DEF11708 |
BPM Designer |
When deleting a Business Object that is assigned to a field, the warning message shows a GUID rather than the name. Same problem is encountered when deleting a Business Object from a Custom List.
Steps to Reproduce:
Removing 'SQLAllProjectAuditTrail1' will automatically cause the current solution to be saved, and 'SQLAllProjectAuditTrail1' will be permanently deleted. 'SQLAllProjectAuditTrail1' is referenced by following components: 'f4ef9312-e87a-43d1-ab54-4b71fc84cf22'. The reference(s) will be removed.
|
|
DEF12568 |
BPM Designer |
Captions of all controls in a Form Segment become bold when referenced on a Form on x64 systems.
Steps to Reproduce:
Fonts of all controls from Form Segments become bold.
Workaround:
Switch off smoothing of edges of screen fonts. To do this, go to: My ComputeràProperties àAdvancedàPerformance Settingsà Smooth edges of screen fonts.
|
|
DEF13841 |
BPM Designer |
Form fields property drop-down only remembers height (not width).
Steps to Reproduce:
Only the height is saved.
|
|
DEF14056 |
BPM Designer |
Exception occurs on trying to import a Connection or Role component twice into the same Project.
Steps to Reproduce:
Nothing new appears in Inventory pane and an exception is displayed:
|
|
DEF4357 |
Business Objects |
Not possible to have the parameter name the same as the column name.
Steps to Reproduce:
|
|
DEF6415 |
Business Objects |
Spaces in Oracle column names will cause forms to fail to open when a field uses a Business Object referencing that column.
Steps to Reproduce:
CREATE TABLE "TEST TABLE" ("Test DateTime" Date, "Test Dropdown" Varchar2(50), "Test Number" Number(10), "Test Text" Varchar2(50), "Test Currency" Float(10))
An error “Failed to execute 'start action'. ORA-00923: FROM keyword not found where expected”, is displayed.
|
|
DEF7105 |
Business Objects |
SQL Server DateTime2 data types display as Memos unless the SQL Native Client driver is used.
Steps to Reproduce:
|
|
DEF7230 |
Business Objects |
LDAP Business Objects returning DateTime data will throw an error when accessed during process execution.
Steps to Reproduce:
An error message is shown, “Failed to execute 'start action'. Type 'System.__ComObject, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' does not implement IXmlSerializable interface therefore cannot proceed with serialization. View details'.
|
|
DEF10056 |
Business Objects |
Trying to open a Form containing a Grid that references Process Data Business Objects or Local Business Objects on Oracle will throw an error.
Steps to Reproduce:
The loading operation continues indefinitely.
|
|
DEF8780 |
Business Objects |
Trying to use an “equal/does not equal” filter against a Memo column will cause an error message, "The data types ntext and nvarchar are incompatible in the equal to operator", to be displayed.
Steps to Reproduce:
|
|
DEF12181 |
Custom Lists |
Filtering on float columns can sometimes give incorrect results due to rounding.
Steps to Reproduce:
'Less or equal' filtering works incorrectly for float type fields.
|
|
DEF11814 |
Custom Lists |
SQL comments in a query used by a Custom List may cause an error when viewed in the Web Client. The error displayed is “multiple step OLEDB operation”.
Steps to Reproduce:
|
|
DEF13954 |
Custom Lists |
Symbol position and Negative number style do not have an effect on Custom List with Currency columns.
Steps to Reproduce:
Settings of Symbol position and Negative number style are not applied in the Custom List.
|
|
SR-05172010-0012 DEF12737 |
Deployment |
Daylight saving time is ignored for Library deployment.
Steps to Reproduce:
|
|
DEF14193 |
Deployment |
Caption alignment of Checkboxes is not applied when viewed in the Web Client.
Steps to Reproduce:
|
|
DEF11888 |
DMS |
It is not possible to tab through the DMS browser window in the Web Client.
Steps to Reproduce:
You cannot tab within the DMS Browser window.
|
|
DEF11784 |
DMS |
DMS folder icons are not consistently displayed as open in the Web Client.
Steps to Reproduce:
Folder behavior in the DMS Browser window tree is not consistent. The root folder icons appear as opened if opening a folder but a sub folder does not display this behavior.
|
|
DEF11408 |
DMS |
Unauthorized error message window appears behind the DMS blank form.
Steps to Reproduce:
Note: To reproduce you must have access to a MOSS server with a DMS path already set up.
The following error message is displayed: "The remote server returned an error: (401) Unauthorized". This only occurs where the user accessing the DMS site has no permissions.
|
|
SR-12022010-0008 DEF15314
|
Documentation |
Metastorm BPM 9.0.3 Migration.pdf does not define all supported %Eval functions. Document: Metastorm BPM 9.0.3 Migration.pdf |
|
DEF14212 |
Engine |
Under heavy load in a multi-Engine service, errors may be reported in the eLog table. Note that this does not affect folders reaching their destination.
Steps to Reproduce:
The following error is displayed:
Errors occurred for eTrace column as ' at Metastorm.Engine.Operations.SystemActionHandler.Pr
eDescription as 'Failed to execute system action'.
|
|
DEF14117 |
Engine |
Timers are not always processed in a single threaded multi-Engine setup. Workaround is to set each Engine to use a minimum of 2 threads.
Steps to Reproduce:
Folders do not seem to archive as the timers are not processed.
|
|
DEF8906 |
Expression Builder |
When building a SelectSQL function containing ‘@’ parameters against Oracle, the Expression Builder does not show the parameter fields correctly. Workaround is to remove the quotes from around the parameter in the SQL.
Steps to Reproduce:
@p2 fields are not present in Expression Builder.
Workaround:
Remove the quotes from around the parameter in the SQL.
|
|
SR-11182010-0004/ SR-06162010-0016 DEF13213 DEF15451
|
Installation |
On update, configuration values in *.config files are over-written with first-time values.
Steps to Reproduce:
|
|
SR-03112010-0026 DEF11669 |
Installation |
No way to set group separator to empty during install.
Steps to Reproduce:
Workaround:
|
|
DEF11488 |
Installation |
The wrong Oracle driver is currently included in the main install’s Redist folder. Please see Supported Environments document for the correct ones to use.
Steps to Reproduce:
The correct driver is 11.1.0.7.
|
|
DEF13247 |
Installation |
Unable to install BPM on Windows Server 2003 x64 due to a pre-requisite check.
Steps to Reproduce:
The pre-requisite check fails for .NET Framework 3.5 SP1 hotfix, KB957661
Workaround:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\
|
|
DEF14322 |
Installation |
The BPM install will fail if the system locale is set to Chinese. Workaround is to temporarily change locale to a western locale.
Steps to Reproduce:
Workaround:
Temporarily change locale to a western locale, install BPM, and then revert to Chinese locale.
|
|
DEF12178 |
Installation |
The ActivateCallerID Engine registry key is getting reset on some operating systems after upgrading to Service Release 1. This will affect SSO configuration.
Steps to Reproduce:
The Registry key is reset.
|
|
DEF12192 |
Installation |
Deployment and Engine services do not auto start on Server 2003 when SQL Server is installed to the same machine. Workaround is to start the services manually.
Steps to Reproduce:
Workaround:
Start the services manually.
|
|
DEF14003 |
Installation |
Path variable is set incorrectly in the AppSight batch files. The command still uses %EWORK% instead of %MBPM%.
Steps to Reproduce:
They all use an environment variable called %ework% This should be %MBPM%
|
|
DEF13017 |
Migration |
Migration of ‘Visibility depends on’ is unsuccessful if the field refers to a Form Segment.
Steps to Reproduce:
Validation error is displayed.
|
|
DEF10295 |
Migration |
If an Action name is changed during the migration process, any chained action properties that reference the action will not be updated. These can be manually updated afterwards.
Steps to Reproduce:
Any chained action properties that reference the action will not be updated. |
|
DEF10384 |
Migration |
Forms that contained spaces prior to migration will throw validation errors post migration with regards to invalid fields. Workaround is to reselect the Form fields for each Action that references the Forms.
Steps to Reproduce:
Validation errors prevent Project from deploying.
Workaround:
If you reset Form fields’ property manually, Project will deploy.
|
|
DEF12362 |
Process Activator |
Calling Start Actions that have no Form via a Process Activator created Web Service throws an exception.
Steps to Reproduce:
An exception is displayed.
|
|
DEF12884 |
Reports |
Report cannot be opened in the Web Client if it contains a Pie Chart with ‘Use other values...’ option.
Steps to Reproduce:
Report does not open. Following error is displayed: Object reference is not set to an instance of object.
|
|
DEF11914 |
Reports |
Spaces in Business Object columns cause data to fail to appear in a Report. Workaround is to create a query like “SELECT [My Column] AS [NoSpaceName] ...”.
Steps to Reproduce:
The Report does not open.
|
|
DEF12632 |
Reports |
Charts are not shown if a Report is opened via a Hyperlink.
Steps to Reproduce:
Report1 opens without a Chart.
|
|
DEF11171 |
Side by Side |
Auto refresh does not work for version 7.6 processes in the version 9.0 Web Client.
Steps to Reproduce:
After submitting the Form to the Archive Stage, the Process does not disappear from the list of Folders. However if you click on the To Do List icon, the process disappears from the list of Folders.
|
|
DEF9420/ DEF11329 |
Validation |
Double clicking a validation message returns a message “Associated item was removed from view” when the error relates to a field event such as “When changed”.
Steps to Reproduce:
|
|
SR-11052010-0014 |
Visual Scripting |
Using a Business Object within a For/Each loop will cause the following error when executed in the Web Client: 'No parameterless constructor defined for this object'.
Steps to Reproduce:
This will cause the following error when executed in the Web Client: 'No parameterless constructor defined for this object'.
|
|
DEF13925 |
Visual Scripting |
The Add User activity does not function when FIPS is enabled on the Web Server.
Steps to Reproduce:
An error is displayed:
Failed to execute deployed method 'WhenChanged', using entity 'Command1'. This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
|
|
SR-10272010-0028 DEF15137 |
Web Client |
Logged in user name case is not same as eUsername.
Steps to Reproduce:
euseràeUsername |
|
SR-11232010-0015 DEF14174
|
Web Client |
Web Client allows two instances of the same folder to be opened by a user on the same machine.
Steps to Reproduce:
|
|
DEF15114 |
Web Client |
You cannot login to Web Client as a user with Chinese-symbol Unicode password. An invalid user name or password message is displayed.
Steps to Reproduce:
An invalid user name or password message is displayed.
|
|
DEF10319 |
Web Client |
Clip fields can only open the current folder’s attachment. Even if the clip fields references a variable from another Process Data Business Object it will use the current folder’s folder ID to retrieve the attachment.
Steps to Reproduce:
HTTP 500 Internal Server error is displayed and attachment cannot be downloaded.
|
|
DEF8945/ DEF14418 |
Web Client |
Using Web Help link on locales other than English, German, French and Spanish will cause an invalid URL error.
Steps to Reproduce:
Invalid URL is displayed unless the user has specifically created the necessary help files and web.config entries.
|
|
DEF11695 |
Web Client |
It is not possible to sort on Folder or Hyperlink columns in Custom Lists.
Steps to Reproduce:
Hyperlink and Folder columns cannot be filtered/sorted.
|
|
DEF11736 |
Web Client |
When Firefox is used, values cannot be entered into drop-downs in Grids using the keyboard.
Steps to Reproduce:
The entered value is reset.
|
|
DEF12757 |
Web Client |
It is not currently possible to use HTTPS in the Engine service list location in the web.config file.
Steps to Reproduce:
The Web Client will fail to load.
|
|
DEF13084 |
Web Client |
Text is truncated on the attachment browse button in German locale.
Steps to Reproduce:
German text does not fit into button size.
|
|
DEF12361 |
Web Client |
Folders opened via an external URL always display scroll bars.
Steps to Reproduce:
Folder is displayed with vertical scrollbar even when the window is resized.
|
|
DEF13249 |
Web Client |
Re-opening a Form containing a Grid with more than 200 records can appear to freeze the browser.
Steps to Reproduce:
Internet Explorer freezes using 99% CPU.
|
|
DEF13401 |
Web Client |
Difficult to select an item from a long drop-down list.
Steps to Reproduce:
If you click the drop-down, then the list goes off the bottom of the screen. If you try to use the scroll bar on the right of the Form, then the drop-down closes.
Workaround:
To reach the items off the bottom of the Form, use the mouse wheel.
|
|
DEF13948 |
Web Client |
Navigating up/down using the keyboard in a Grid at a Stage causes a script error.
Steps to Reproduce:
The following error is displayed: Error: 'this.get_fieldEditor()' is null or not an object.
|
|
DEF14263 |
Web Client |
Forms open for a period of time longer than the session timeout will stop responding without any information.
Steps to Reproduce:
Submitting operation never completes.
|
|
DEF12732 |
Web Client |
Validation of Grid column values does not work correctly in Firefox. It is sometimes possible to submit the Form with a value outside the valid range.
Steps to Reproduce:
Form submits without any alert.
|
|
DEF14375 |
Web Client |
Grid sorting indicator does not appear for columns where name is aliased with a space in the name.
Steps to Reproduce:
Sorting indicator is not displayed.
|
|
DEF15323 |
Web Client |
When using an external URL to open and then submit/cancel a Blank Form (that is, using http://<Web Server>/<Web Client Virtual Directory>/eForm.aspx?Map=<Metastorm Map Name>&Client=External), the user is prompted to close the window in Internet Explorer. In Firefox, the progress indicator remains until it is forcibly closed. No prompt should be seen and the window should close immediately.
Steps to Reproduce:
In Internet Explorer 7/8, a pop-up message is displayed if the user wants to close the tab. In Firefox, the progress indicator remains until it is forcibly closed.
The issue is also relevant for Admin Forms and Reports. For Reports, you should click Cancel on the opened Report in order to see the problem.
Link for Admin Forms: http://<Web Server>/<Web Client Virtual Directory>/eForm.aspx?Map=<Administration Forms Group Name>&Client=External
Link for Reports: http://<Web Server>/<Web Client Virtual Directory>/eReport.aspx?Map=<Reports Group>&Client=External
|
|
DEF13874 |
Web Services |
Changing the serialization method on an existing Web Service results in message stating that the URI is duplicated.
Steps to Reproduce:
The following message is displayed:
A Web Service Connection already exists in this Project with the same URI. Web Service Connection URIs must be unique within a Project.
|
|
DEF15298/ DEF15378/ |
Web Services |
Certain Web Services may be imported successfully even though there is an error during the import operation. However, they may display error during deployment or at runtime.
Steps to Reproduce:
http://ws2.fraudlabs.com/mailboxvalidator.asmx?wsd Service is imported successfully even though there is an error during the import operation.
|
|
DEF15329 |
Web Services |
After importing a Web Service that requires credentials, the user name and password fields are blank. You will need to switch to "Use a specific user name and password" on authentication section and re-type your user name and password.
Steps to Reproduce:
Web Service is added successfully but credentials are blank.
Workaround:
You will need to switch to "Use a specific user name and password" on authentication section and re-type your user name and password.
|
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















