November 3, 2011 9:39:23 AM PDT
Interstage BPM 11.1 Fixpack 64 (IF1110064FP) changes:
- [Server] (Ref 14027)
Dragging activity from palette onto extended canvas. - [Server] (Ref 14600)
Problem with XML data which has more than 3 records in it, when executed the process the Make Choice failed. - [Server] (Ref 14040)
Failed to upload an application with subprocess. - [Server] (Ref 14098)
DashBoard: Can not hide the panel of about analytics if analytics is not configured. - [Server] (Ref 14291)
Cannot view or configure java actions using IBPMConsole web application. - [Server] (Ref 14504)
Closing browser window, instead of logging out, while processinstance is in edit mode out leaves pi in locked state. - [Server] (Ref 14943)
Facing problem in configuring IBPM in JBoss clustered env. - [Server] (Ref 14520)
Activation of OR Node not activating/handling all the outgoin arrows. - [Server] (Ref 14643)
Trigger not working. - [Server] (Ref 11746)
Importing a template with subprocess node is also importing its subprocess template. - [Server] (Ref 14097)
Question on DB Upgrade that affects the classpath of Java action in a process definition. - [Server] (Ref 14438)
User is able to access Process Definition of a different Tenant. - [Server] (Ref 14884)
Process migration - 2 node with same name. - [Server] (Ref 14935)
V11 (64 bit) Installation failing with Jboss 5.1. - [Server] (Ref 14950)
Exception occured while assigning multiple email id's using UDA. - [Server] (Ref 14998)
Cannot Save Newly Created Group from IBPM Console. - [Server] (Ref 15107)
DBupgrade failed from V7.4 to V11.1. - [Console] (Ref 14716)
Incorporate console Localization and QForm into V11 Product - [Server] (Ref 15057)
Make choice on different activity from JavaAction. - [Server] (Ref 15175)
Unparseable date Exception in IBPMServer.logs - [Server] (Ref 15176)
java.lang.NullPointerException during makechoice of workitem - [Console] (Ref 15179)
Quickform Not Populating Data from the Console - [DTM] (Ref 15258)
Decision table java action fails to execute - [Console] (Ref 15336)
Testers discovered a different directory traversal vulnerability on the BPM Server - [Console] (Ref 15339)
Within the error message, the word "Possibly" appears broken into two lines - [Server] (Ref 15357)
Email Node fails to attach document from DMS - [Deployment Tool] (Ref 15337)
Testers were able to recover the user name and password of a sysadmin in the backend SQL Server
Note: For Existing customers who are migrating from any pre IF1110061 build to latest v11.1 build & want to change the dbuser priviliges i.e revoke admin privilges for the db user without ReDeploy or DBSetup, following steps need to be followed after applying the FixPack : - For Windows :
- For SQL 2005 :
- Edit the value of @ibpmuser parameter in mssql2005ModifyUserRoles srcipt file located at <IBPM Installation Directory>/server/deplyment/sql
Currently it is as follows:
SELECT @ibpmuser = $(ibpmuser)
Here edit $(ibpmuser) as follows:
e.g. SELECT @ibpmuser = 'XXXDBUSER'
where 'XXXDBUSER' will be the actual DB user
- After editing the ibpmuser value go to sqlcmd prompt i.e. in command prompt go till the location where sqlcmd.exe is located & run the following command :
C:Program FilesMicrosoft SQL Server90ToolsBinn>sqlcmd.exe -S <HOSTNAME>,<PORT> -U <SQLUSER> -P <SQLPASSWORD> -i <IBPM_HOME>serverdeploymentsqlmssql2005ModifyUserRoles.sql >> <IFLOW_LOG_DIR>DbStatus.log
- Now Similar to point(i),update the value of @ibpmuser parameter in mssqlGrantPermissions.sql file located at <IBPM Installation Directory>/server/deplyment/sql.After editing the ibpmuser value go to sqlcmd prompt & run the following command :
C:Program FilesMicrosoft SQL Server90ToolsBinn>sqlcmd.exe -S <HOSTNAME>,<PORT> -U <SQLUSER> -P <SQLPASSWORD> -i <IBPM_HOME>serverdeploymentsqlmssqlGrantPermissions.sql >> <IFLOW_LOG_DIR>DbStatus.log
- For SQL 2008 :
- Edit the value of @ibpmuser parameter in mssql2008ModifyUserRoles srcipt file located at <IBPM Installation Directory>/server/deplyment/sql
Currently it is as follows:
SELECT @ibpmuser = $(ibpmuser)
Here edit $(ibpmuser) as follows:
e.g. SELECT @ibpmuser = 'XXXDBUSER'
where 'XXXDBUSER' will be the actual DB user
- After editing the ibpmuser value go to sqlcmd prompt i.e. in command prompt go till the location where sqlcmd.exe is located & run the following command :
C:Program FilesMicrosoft SQL Server100ToolsBinn>sqlcmd.exe -S <HOSTNAME>,<PORT> -U <SQLUSER> -P <SQLPASSWORD> -i <IBPM_HOME>serverdeploymentsqlmssql2008ModifyUserRoles.sql >> <IFLOW_LOG_DIR>DbStatus.log
- Now Similar to point(i),update the value of @ibpmuser parameter in mssqlGrantPermissions.sql file located at <IBPM Installation Directory>/server/deplyment/sql.After editing the ibpmuser value go to sqlcmd prompt & run the following command :
C:Program FilesMicrosoft SQL Server100ToolsBinn>sqlcmd.exe -S <HOSTNAME>,<PORT> -U <SQLUSER> -P <SQLPASSWORD> -i <IBPM_HOME>serverdeploymentsqlmssqlGrantPermissions.sql >> <IFLOW_LOG_DIR>DbStatus.log
Note:Here HOSTNAME=machinename,PORT=sql_server_port, SQLUSER= admin user ,SQLPASSWORD=admin password,IBPM_HOME=IBPM Installation Directory, IFLOW_LOG_DIR= Location to store the log file
- [Console] (Ref 15303)
Repetitive UDA's in Task Search - [Console] (Ref 15243)
Group Work Item Filtering Issue - [Console] (Ref 15338)
Penetration testing of input validation parameters revealed deficiencies. - [Console] (Ref 15432)
Search ResultTab from Console Cannot be Closed - [Console] (Ref 15302)
Issue: Cloud Server Displays User Passwords in Clear Text - [Console] (Ref 15416)
ibpm_default.log is showing information for all tenants - [Console] (Ref 15461)
Cannot use SSL to communicate with Analytics Server - [Server] (Ref 14422)
Custom Email Message to Mimic v11 email listener messages with key included - [Server] (Ref 15196)
Email notification is not working - [Console] (Ref 15461)
Cannot use SSL to communicate with Analytics Server - [JavaActions] (Ref 15527)
Java Action fails once in a while
Author: Marc Bui
Attachment: