spacer
cornerspacercorner

Metastorm BPM 9.0 SR3

0 Kudos
Started 01-17-2011 by
Modified 01-17-2011 by

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:

  • Database Connections
  • ODBC Database Connections
  • LDAP Connections
  • Web Service Connections

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

 

  • Designer

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.

 

  • Deployment

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.

 

  • Expression Builder

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:

 

  • Data Access

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.

 

  • Administrative Tools

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/readerQuotas. The

maxStringContentLength attribute value should be set to 2147483647.

 

  • External Forms

Support for External Forms is not included with version 9.0 SR3. This will be

enhanced and included with a later release.

 

  • Formula Language Evaluation Support

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
(Fixed in 9.0.2.4)

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/
Area

Issue

 

DEF15407

Administrative Tools

Priority value is not set after changing the value for a folder via the Metastorm Repository tab.

 

Steps to Reproduce:

 

  1. Open Metastorm Administrative Tools.
  2. Click Metastorm Repository tab.
  3. Navigate to a folder.
  4. Click Edit folder.
  5. Change the Priority value.
  6. Click Update button.

    Priority value is not changed.

SR-10212010-0013

DEF15136

 

Administrative Tools

Metastorm Administration and Deployment Service are not using the SAP scripts for authentication.


Steps to Reproduce:

  1. Configure Administrative Tools to use SSO.
  2. Add your domain\username to eUser table.
  3. Give the user administrative access.
  4. Remove all SAP scripts.
  5. Logout of Administrative Tools.
  6. Go back into Administrative Tools.

 

You can access Administrative Tools without having any active SAP scripts.

Administrative Tools site and deployment does not appear to use SSO SAP.

SR-11092010-0016

DEF15211

 

Administrative Tools

Metastorm Repository does not filter User Without Alerts list.


Steps to Reproduce:

  1. Go to Administrative ToolsàRepository tab.
  2. Drill down to a Process with folders.
  3. Select the Alert list tab for that folder.
  4. In the filter field of  ‘User Without Alerts’ list, type the filter criteria.

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:

  1. Publish two Projects, one of which must have a Connection.
  2. Go to Administrative ToolsàRepository tab.
  3. Click on Connections.

    Connection details changes between encrypted and plain strings.

SR-03232010-0012

DEF12304

 

BPM Designer

Validation displays a warning.

 

Steps to Reproduce:

  1. Create a new Solution.
  2. Open the default Form and add a Label to the Form.
  3. Click the Validate button and a warning message is displayed: “Property font <<Font name>> is not installed; using default font <<Font name>> “
    This warning message occurs when you add a new label and try to validate the Solution.

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:

  1. Create a control, for example, Text.
  2. From context menu, select Add Variable and name it Text1. (First letter of the word in uppercase and the rest in lowercase.)
  3. Add another Text control.
  4. From context menu, select Add Variable and name it text1. (All letters of the word in lowercase.)
  5. Both controls and their variables have identical names. Project deployment fails.


Identical names should not be allowed.

SR-11152010-0005

DEF15272

 

BPM Designer

Drag and drop for Visual Script activities do not respond quickly.

 

Steps to Reproduce:

  1. Open the Designer for BPM v9.0
  2. Expand the New Component section of the Home tab and select Visual Script.
  3. Once the Visual Script loads hover your mouse over the Assign Value command.

 

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:

  1. Open a Project.
  2. Click on a Stage or Action.
  3. In the Properties pane, change name and hit the tab key.
  4. Focus is moved to the Caption and cursor is shown in Caption text field.

    Left and right navigation arrows on keyboard do not work until you click again in the Caption text field.

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:

  1. Open Designer.
  2. Create a new Form and place a Memo control on it.
  3. Create two variables with Memo and Text types (var1 and var2).
  4. Assign var2 to Memo’s Variable property.
  5. Caption of Memo control is var2 now. Delete var2 variable from Project.
  6. Assign var1 variable to Memo control.

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:

  1. Create a Solution with a Server Script (for example, ServerScript1) containing errors.
  2. Open ServerScript1.
  3. Click on Script Validate button available in Scripting tab.
  4. You will see error messages in the Messages pane.
  5. Delete the error line(s) where indicated.
  6. Validate again.

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:

  1. Create a Solution and Report containing a Currency type.
  2. Open the Solution.
  3. Attempt to drag Currency control onto the Detail Band of a Report.

The Currency type cannot be dragged onto the Detail Band of a Report.

SR-10202010-0001
DEF15081

BPM Designer

Designer becomes unstable when copying and pasting a Process between Projects in the same Solution.

 

Steps to Reproduce:

 

  1. Create a Process and Project in a Solution.
  2. Add a new Project to the Solution.
  3. Copy the Process  from step 1 to the new Project. 
  4. Open the Pasted process and select an Action.

 

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:

 

  1. Create a Form.
  2. Add 'Text' and 'Memo' control.
  3. Select both controls.
  4. View the Properties.

 

'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:

 

  1. Remove a Business Object instance from a Custom List.


An error message is displayed as follows:

 

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:

 

  1. Create a Form Segment with all possible types of controls.
  2. Create a Form or Admin Form and add the just created Form Segment

 

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:

 

  1. Add a few fields to a Form.
  2. Use the Form on an Action.
  3. Click the Form fields’ property.
  4. Resize the drop-down (width and height).
  5. Click OK and re-open the drop-down for the property.

 

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:

 

  1. Create new Connection or Role.
  2. Click Metastorm application menu and click Exportà Component.
  3. Save this file.
  4. Create new Solution.
  5. Import saved component twice.

 

Nothing new appears in Inventory pane and an exception is displayed:


An unexpected error has occurred within the Designer. Contact your support representative with the extended information in this message.

 

DEF4357

Business Objects

Not possible to have the parameter name the same as the column name.

 

Steps to Reproduce:

 

  1. Create a new Custom Business Object.
  2. Create a parameter for the Business Object with the same name as a column that is going to be referenced.

    This operation is currently not allowed.

 

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:

 

  1. Create a table in Oracle that contains spaces in table name and column names with a query such as the following:

 

CREATE TABLE "TEST TABLE" ("Test DateTime" Date, "Test Dropdown" Varchar2(50), "Test Number" Number(10), "Test Text" Varchar2(50), "Test Currency" Float(10))

 

  1. Create a Connection and Business Object using this table.
  2. Bind a field on a Form to one of the columns.
  3. Deploy it.
  4. Open in Web Client.

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:

 

  1. Create a table in SQL Server that uses a DateTime2 data type.
  2. Create a Connection and a Business Object that points to it.
  3. Drag the Business Object onto a Form.
  4. Observe the Data Access.


The column is recognized as text and not as DateTime.

 

DEF7230

Business Objects

LDAP Business Objects returning DateTime data will throw an error when accessed during process execution.

 

Steps to Reproduce:

 

  1. Create a Process, Form with a Grid, LDAP Connection and LDAP Business Object.
  2. For the LDAP Business Object, set filter to return DateTime data.
  3. Go to Test page and press Refresh.  The results are returned as 'System.__ComObject'.
  4. Assign Business Object to Grid, and assign Form to an Action.
  5. Deploy the Solution.
  6. Open the Form in Web Client.

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:

 

  1. Open Designer.
  2. Create a Form and a Grid on the Form.
  3. Make the Grid reference Process Business Object variables. (Oracle is the database).
  4. Deploy it.
  5. Open Web Client.
  6. Try to open the Process.

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:

 

  1. Create a Business Object which points to table with variables of type Memo.
  2. Add parameter of type Memo.
  3. Add an "equal/does not equal" filter, which uses parameter parameter added in previous step.
  4. Test the results.


An error message, "The data types ntext and nvarchar are incompatible in the equal to operator", is displayed.

 

DEF12181

Custom Lists

Filtering on float columns can sometimes give incorrect results due to rounding.

 

Steps to Reproduce:

 

  1. Create a Process with a Custom List containing column with float data type.
  2. Deploy Solution.
  3. Open Web Client and open the Process.
  4. Click Filter button and choose 'Less or equal' filter method.

 

'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:

 

  1. Deploy a solution with an SQL comment in the query for Custom List.
  2. Try to open a Custom List in the Web Client.


An error is displayed.

 

DEF13954

Custom Lists

Symbol position and Negative number style do not have an effect on Custom List with Currency columns.

 

Steps to Reproduce:

 

  1. Create Custom List with Currency column.
  2. Set the Symbol position property to 'After number'.
  3. Set the Negative number style property to any option other than the default.
  4. Deploy the Solution and open Custom List in the Web Client.

 

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:

  1. Create and deploy a Solution containing a Project and Library.
  2. Log into Metastorm Administrative Tools.


Although the Project and Library were deployed at the same time, there is a one hour difference in the loaded time because Library deployment is ignoring daylight saving time.

DEF14193

Deployment

Caption alignment of Checkboxes is not applied when viewed in the Web Client.

 

Steps to Reproduce:

 

  1. Deploy a Solution with Checkboxes having captions.
  2. Log into Web Client.


In the Designer, the alignment is set as left, but in the Web Client, alignment is top and middle.

 

DEF11888

DMS

It is not possible to tab through the DMS browser window in the Web Client.

 

Steps to Reproduce:

 

  1. Open the Web Client and open a DMS Form with a Clip and select either Upload or Select from the context menu.
  2. Tab to the Browse location button and press Enter.
  3. Attempt to tab through the DMS Browser window.

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:

 

  1. Deploy a DMS enabled solution containing a DMS clip and a default location.
  2. Open Web Client and open the DMS form.
  3. Click the clip, select Upload from the menu.
  4. Click on the Browse button for the Location field.
  5. Select a folder from the DMS location list and ensure that the folder icon displays as open.
  6. Select a sub folder and attempt to set the folder icon to open.

 

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.

 

  1. Deploy a DMS enabled Solution containing a DMS Clip within a Form pointing to a DMS default location.
  2. Open the Form in the Web Client.
  3. Click the Clip and choose Select from the context menu.

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

Section: Modification made by the Conversion Process

The table defined for supported % functions do not include %To Dolist, %Watchlist, %Notes etc; documentation should document all supported % functions under that particular property.

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:

 

  1. Set up multiple Engines. For example, set up 3 Engines and make sure that the thread counts are '5' in Event Manager.
  2. Restart Metastorm Process Engine service.
  3. Deploy Solution.
  4. Log in to Web Client and go to the Blank Forms page.
  5. Open a Process and submit folder.
  6. Repeat the earlier step for 10 times or more.
  7. Execute the query 'Select  * from eLog order by eTime desc' in SQL server Management Studio.
  8. Repeatedly scan the eLog table.

 

The following  error is displayed:

 

Errors occurred for eTrace column as

'   at Metastorm.Engine.Operations.SystemActionHandler.Process(String sessionId, String folderId, String mapName, String actionName, String flagName, String flagFolder, String[] flagData, String& responseFolderID)     at Metastorm.Engine.Operations.FolderOperations.SystemAction(String sessionId, String folderID, String mapName, String actionName, String flagName, String flagFolder, String[] flagData, String& clonedFolderID)'

 

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:

 

  1. Set up multiple Engines. For example, set up 3 Engines and make sure that the thread count is ‘1’ in Event Manager.
  2. Deploy Solution.
  3. In the Administration Forms, create 500 folders.
  4. Execute the query 'Select eActionName, COUNT(*) from eWait GROUP BY eActionName' in SQL server Management Studio.

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:

 

  1. Create Form with Text box control.
  2. Set property to use SelectSQL.
  3. Select Connection.
  4. Open Query Builder.
  5. Add for some selected field parameter. For example, @p2
  6. Close Query Builder.

@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:

  1. Install BPM v9.0 specifying a set for database details.
  2. After installation, change a configuration value manually.
  3. For example, in DeploymentService.exe.config change values from:

    <add connectionString="Data Source=.;Initial Catalog=Metastorm9;User ID=;Password=;Trusted_Connection=Yes;" providerName="System.Data.SqlClient" />

    to new customized details (for example):

    <add connectionString="Data Source=TEST;Initial Catalog=Metastorm90;User;Password=sa;" providerName="System.Data.SqlClient"></add>

  4. Run any update (hotfix or Service Release).

  5. Customized entries revert back to original. So, in this example, the following original entries are displayed:

    <add connectionString="Data Source=.;Initial Catalog=Metastorm9;User ID=;Password=;Trusted_Connection=Yes;" providerName="System.Data.SqlClient" />

SR-03112010-0026

DEF11669

Installation

No way to set group separator to empty during install.

 

Steps to Reproduce:

  1. Choose to configure localization during the install and attempt to set the group separator to empty.


Web.config will always contain the GroupSeparator key.

Workaround:


Comment out the line manually. More details can be found in the Help documentation under Metastorm Web Client ConfigurationàClient Modifications.

 

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:

 

  1. Browse to the Redist folder and observe the version of Oracle ODAC driver is v11.1.0.6.

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:

 

  1. Try to install BPM on a Windows Server 2003 x64 machine.

The pre-requisite check fails for .NET Framework 3.5 SP1 hotfix, KB957661

 

Workaround:

 

  1. Create a new Registry key by browsing to the following location in the Windows Registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Updates\Microsoft .NET Framework 3.5 SP1\SP1\KB957661

  1. Create a new String value called 'PackageName'.
  2. Provide the following as its Value data: Hotfix for Microsoft .NET Framework 3.5 SP1 (KB957661)

 

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:

 

  1. Choose Chinese locale.
  2. Run BPM installation.
  3. An error is displayed.

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:

 

  1. Install BPM v9.0
  2. Change the ActivateCallerID value in the Windows Registry.
  3. Upgrade to BPM v9.0 Service Release 1.

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:

 

  1. Install BPM.
  2. Select automatic start for both Deployment and Engine services.
  3. Use Local SQL Express for both services.
  4. Reboot computer.
  5. Deployment and Engine services fail to start automatically.

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:

 

  1. Open any of the .bat files in the Diagnostics folder after installing BPM.

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:

 

  1. Migrate a Process with a Form containing control with ‘Visibility depends on’ and the control refers to a Form Segment.

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:

 

  1. Change an Action name during the migration process.

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:

 

  1. Create a Library that has Form containing a field with space in its name.
  2. Migrate this Library.
  3. The space in the name is replaced with an underscore.
  4. Procedure has a Map referencing the Form from the Library.
  5. Migrate this Procedure.
  6. All references are migrated correctly.
  7. Deploy migrated Project.

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:

 

  1. Create a Web Service with the help of Process Activator.
  2. Turn off re-open actions.
  3. Call the method. For example, "StartBlankFormUserActionAction1".

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:

 

  1. Create a Report with a Pie Chart with values.
  2. Select 'Explode Pie Chart'.
  3. Select 'Use Top N' for the Chart.
  4. Select 'Use other values...' for the Chart.
  5. Deploy it.
  6. Try to open Report in Web Client.

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:

 

  1. Create a Report that is associated with a Business Object with column name having spaces.
  2. Open the Report in Web Client.

The Report does not open.

 

DEF12632

Reports

Charts are not shown if a Report is opened via a Hyperlink.

 

Steps to Reproduce:

 

  1. Create two Reports. For example, Report1 and Report2.
  2. Add Chart with data to Report1.
  3. Add Hyperlink to Report2 which points to Report1.
  4. Deploy it.
  5. Open Report2.
  6. Click the Hyperlink.

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:

 

  1. Setup Side by Side.
  2. Deploy a Process from the version 7.6 Designer.
  3. Setup AutoRefresh by going to the web.config file and setting the Auto Refresh Alert Lists value to 1 or select the option during installation.
  4. Login to the Web Client and submit a Form.
  5. Go to the To Do list and submit a Form to the Archive Stage.

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:

 

  1. Create a Form with a Grid.
  2. To the Grid, add a column but do not assign any Business Object Item.
  3. Deploy the Project.
  4. Double-clicking validation message returns incorrect information.

SR-11052010-0014
DEF15071

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:

 

  1. Create a Visual Script.
  2. Create a For/Each loop and use a Business Object within it.

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:

 

  1. Create Form with button that invokes Add User activity.
  2. Open Form on Web Client and press button.

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:

  1. Log into Web Client as a valid user, enter "Name". (First letter of the word in uppercase and the rest in lowercase).
  2. The user name will be displayed as: Name
  3. Now log out and try to login as "name". (All letters of the word in lowercase).
  4. The user name will be displayed as: name

    The logged in user name displayed is the entered value instead of the case defined in the

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:

  1. Submit any folder to the To Do list.
  2. Open the folder from the To Do list.
  3. Leave the folder open and open the folder again from the To Do list.

    Two folder instances are opened. This could lead to errors if the user took an action in one and then the other.

 

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:

 

  1. Set up Chinese locale.
  2. Run Administration Tools and create user with Chinese symbols in the password field.
  3. Grant admin rights for created user.
  4. Try to log in Web Client using created user.

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:

 

  1. Run Designer and create a Solution with two Processes. The Processes are connected via Linked Stage.
  2. Add a Clip on the Form and attach this Form to the all actions in both Processes.
  3. Deploy Solution and go to Web Client.
  4. Upload any attachment in one Process and then go to the second Process and try to download the attachment.

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:

 

  1. Change your browser locale to Swedish, for example.
  2. Login to Web Client.
  3. Click the Help link.

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:

 

  1. Create a Custom List that is connected to a Business Object with Hyperlink and Folder as columns.
  2. Deploy Solution and open it in the Web Client.
  3. Try to filter/sort Hyperlink and Folder columns.

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:

 

  1. Create a Form with Grid that has a drop-down editable column.
  2. Login to Web Client in Firefox.
  3. Place cursor into drop-down control.
  4. Enter correct value or delete existing value with keyboard.
  5. Remove focus from control.

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:

 

  1. Make sure you have HTTPS/SSL configured on your IIS Server.
  2. Edit the web.config file and change the EngineServiceConfig  file location to be a HTTPS path.
  3. Try to load the Web Client in a browser.

The Web Client will fail to load.

 

DEF13084

Web Client

Text is truncated on the attachment browse button in German locale.

 

Steps to Reproduce:

 

  1. Create a Form with Clip.
  2. Set browser language to German.
  3. Open the Form.
  4. Click on a Clip control to open Attach dialog window.
  5. Verify Browse button.

German text does not fit into button size.

 

DEF12361

Web Client

Folders opened via an external URL always display scroll bars.

 

Steps to Reproduce:

 

  1. Login to Web Client.
  2. Open a folder from external URL, for example, http://testmachine2003r2/metastorm/eFolder.aspx?FolderID=0900000000000000000000000000005&Client=External

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:

 

  1. Open a Form with a Grid containing about 300 records.
  2. Click Cancel.
  3. Try and re-open.

Internet Explorer freezes using 99% CPU.

 

DEF13401

Web Client

Difficult to select an item from a long drop-down list.

 

Steps to Reproduce:

 

  1. Open a Form with a long drop-down list in a Grid.

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:

 

  1. Create a Form with an editable Grid.
  2. Assign this Form to a Stage.
  3. Login to Web Client and when you reach the assigned Stage, select any row in the Grid.
  4. Press Up or Down key.

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:

 

  1. Login to Web Client.
  2. Open a Blank Form.
  3. Wait for time-out expiration period.
  4. Submit Action.

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:

 

  1. Create a Form with Grid.
  2. Set a range for Grid column.
  3. Open Grid in Firefox.
  4. Enter value which is out of range and submit Form.

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:

 

  1. Create a Query Business Object.
  2. Select a column using  AS statement, with a space symbol in column alias.
  3. Create a Form with a Grid.
  4. Bind the Grid to the created Business Object.
  5. Create a column and assign it to created variable.
  6. Open the Form in Web Client.
  7. Click on column header to sort it.

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:

 

  1. Use the following link to open the Blank Form via Metastorm URLs: http://<Web Server>/<Web Client Virtual Directory>/eForm.aspx?Map=<Metastorm Map Name>&Client=External
  2. Specify Process Name in the Metastorm Map Name parameter.
  3. In the Form displayed, specify the necessary fields.
  4. Click on Submit or Cancel.

 

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:

 

  1. Create a Web Service Connection.
  2. Click the Locate Web Service button again.
  3. Change the serialization method and click OK.

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/
DEF15377

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:

 

  1. Create a new Web Service Connection and point it to this service:

http://ws2.fraudlabs.com/mailboxvalidator.asmx?wsdl

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:

 

  1. Create new Web Service Connection.
  2. Click on Locate Web Service button and point URI to Web Service with basic authentication options. For example, http://cobalt/basic_http/service.asmx
  3. Click OK.
  4. Username and password prompt is displayed.
  5. Type correct credentials.
  6. Click OK.

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.

 

 

 

 

Contributors
line spacer line
spacerFollow Metastorm on:
spacer Twitter YouTube Blog iTunes LinkedIn Metastorm Community Central, MC2
spacer Copyright © 2011 OpenText Corporation. All Rights Reserved.spacer About Metastormspacer Privacyspacer Legalspacer Site Mapspacer RSSspacer Contact Us
Microsoft Gold Certified Partner
Powered by Windows Azure
line spacer line