book
Article ID: KB0101855
calendar_today
Updated On:
Description
You can download this HotFix from TIBCO Support Portal (https://support.tibco.com). You will need to provide your TIBCO Support Portal credentials. Once logged in you can the download the hotfix by selecting the “Downloads” -> “Hotfixes” option. Then go to the AvailableDownloads/BusinessWorks/6.5.0/hotfix-07.
================================================================================
Closed Issues in 6.5.0_HF-007 (This Release)
AMBW-35592
The performance degraded when an application contained the Render XML activity,
and the activity generated well intended XML output string.
To improve performance, add the following property in the AppNode's config.ini
file:
bw.palette.xml.render.disablePrettyPrint=true
You can add the property in TIBCO Business Studio for BusinessWorks as a
VM argument as follows:
-Dbw.palette.xml.render.disablePrettyPrint=true.
By default, the property value is set to false.
AMBW-35310
The number of threads increased significantly during application execution.
AMBW-35208
After a TIBCO EMS failover, if EMS was configured using a .json file and
the BWAgent was restarted after restarting the failed EMS server, the BWAgent
was not started and displayed a Duplicate member error.
In the bwagent.ini file, reverse the EMS URL and restart the BWAgent.
The active EMS server should be the first one in the URL.
AMBW-35172
When an application had nested Repeat on Error groups, the inner group executed
continuously in a loop and never exited, even though there was no error.
AMBW-35117
After migration, an error was generated when applications had inline schema
with no namespace defined.
AMBW-35031
Applications failed to start on AppSpaces with the same name across different
domains.
AMBW-34926
When a module property value was changed, the name of the profile was
reset to default in the Admin UI.
AMBW-34925
When the EMS server was restarted, the machine status and the BWAgent status was
changed to unreachable in the Admin UI.
AMBW-34829
You can now skip database tables creation when starting BWAgent.
When you start BWAgent, by default, database tables are created.
To skip creation of database tables, add the following property in the
bwagent.ini file:
bw.agent.technology.db.create.schema=false
AMBW-34822
In the bwagent.ini file, you can configure EMS with LDAP security authentication.
In the bwagent.ini file, make the following changes:
bw.agent.technology.dbems.ems.serverUrl= <LDAP directory structure>
LDAP directory structure can be of the form:
ldap://10.97.240.63:10389/CN=admin,ou=users,o=tibco
Add the following property manually:
bw.agent.technology.dbems.ems.ldap.connectionFactoryName=<connectionFactoryName>
The connectionFactoryName is generated using the LDAP server.
AMBW-34732
When module properties were added to the shared module and the application
project was imported, the properties of application were not updated after
the import.
The following error was displayed:
Application configuration error. A set of module properties included in the BW
application are not in sync with the module properties configured for the module.
Re-include module in the application is displayed.
Now TIBCO Business Studio for BusinessWorks includes or updates the missing
properties of the application when the application is included in the workspace.
AMBW-34288
JDBC connection URL for PostgreSQL database driver generated errors at run time
but displayed connection successful message at design time when a connection URL
had a sslmode=require property.
AMBW-34281
An application archive(.EAR) file cannot be generated if it has Java-related
errors.
Earlier if the project had Java-related errors in design time,
TIBCO Business Studio for BusinessWorks did not validate those errors when
generating an EAR file.
Now, the .EAR file is not generated if it has Java-related errors.
AMBW-33743
When the XSLT version was changed from 1.0 to 2.0, the empty tags were created
in the activity output.
AMBW-33724
When the XSLT version was changed from 1.0 to 2.0, the loop variable mapping
for an iterate group was not resolved correctly and an error occurred.
AMBW-33536
Fractional values were always present even though there was no fractional part
in the mapping when the xsd:restriction condition was used with the base
as xsd:decimal.
Add the following VM argument to omit the fractional part from the value:
-Dbw.xml.decimal.omitDecimalPoint=true
AMBW-33481
An application did not consider the currentSchema parameter from the DB2 JDBC
Connection URL at run time with the DB2 driver.
AMBW-30462
Iterate group failed when using a schema with no target namespace.
AMBW-29781
The SQL Direct activity did not show error message code in the Job Data view.
AMBW-22932
A REST service configured with LDAP basic authentication policy returned an
incorrect error code when invoked with wrong credentials.
================================================================================
Issue/Introduction
TIBCO ActiveMatrix BusinessWorks 6.5.0 Hotfix-07 is available
Resolution
You can also download the hotfix using the below link:
https://support.tibco.com/s/hotfixes?id=a011a00000JKgK8AAL