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.4.2/hotfix-08.
================================================================================
Closed Issues in 6.4.2_HF-008 (This Release)
AMBW-33114
Unable to delete policy from REST Service Binding.
AMBW-33044
A new option JSON With Root has been added in the JSON Definition field on the
Request tab and the Response tab of the REST Service Binding.
Select the option to include the root element in the input JSON string.
AMBW-33031
The application failed to start when the application had a asterisk (*) in
the XPATH and the warning message Runtime binding is not synchronized was fixed
with the Quick Fix option.
AMBW-32997
A new check box Start Job on Input Exception has been added in the
REST Service Binding. Select the check box to start the job when there is
a wrong or erroneous input.
AMBW-32972
Duplicate messages were not detected when the job completed it's execution
due to the timeout for duplicate messages. By default, it was 0 minutes and
was non configurable.
Now, you can configure the duplicate key timeout for each application.
You can also configure the periodic interval in which expired dupKeys
should be purged from the database.
Two new properties bw.application.checkpoint.dupKeyTimeout and
bw.engine.checkpoint.expired.dupkey.purge.interval are defined in the
AppSpace config.ini and AppNode config.ini.
bw.application.checkpoint.dupKeyTimeout is an optional property and specifies
the amount of time in minutes to keep duplicate keys stored after the chekpointed
job finished executing. By default, the timeout is 0 minutes and indicates that the
duplicate key is deleted as soon as the checkpointed job completes execution.
When the property bw.application.checkpoint.retainFaultedJob is set to true for
an application, the job is not automatically removed after a failure.
So the duplicateKey remains as long as the job remains.
Such a job can be restarted or purged later.
The TIBCO ActiveMatrix BusinessWorks application name must be included
as part of this property. However the application version and
component name are optional. If the component name is not specified, the value
is applied to all components in the TIBCO ActiveMatrix BusinessWorks application.
bw.application.checkpoint.dupKeyTimeout.<UsersBWApplicationName>
[.<UsersBWApplicationVersion>][.<UsersBWComponentName>]=0
bw.engine.checkpoint.expired.dupkey.purge.interval specifies the default interval
for the background thread to poll for expired duplicate keys.
The numerical value can be preceded either by "P" or "D".
A value "P60" indicates the background thread polls after every 60 minutes
whereas a value "D2" indicates the background thread polls after every two days.
The default value is "P30".
AMBW-32969
SOAP requests were authenticated intermittently when the password in a request
was empty.
AMBW-32968
An error was generated at runtime when the Checkpoint activity was used in the
process and the Activity Error Variable check box on the Advanced tab of
the Process was selected.
AMBW-32932
The Use Null for Empty values option of the Parse JSON activity and the
REST Service Binding failed for specific scenarios.
AMBW-32790
A new check box Use Nil has been added on the Advanced tab of the SQL Direct
activity.
Select the check box to display columns with null values or empty columns from
the database tables.
AMBW-32789
A new check box Use Nil has been added on the Advanced tab of the
JDBC Call Procedure activity.
Select the check box to display columns with null values or empty columns from
the database tables.
AMBW-32782
The NoHttpResponseException was intermittently displayed when invoking
a REST service.
To ensure correct request processing, set the Request Entity Processing field
value to Buffered on the Advanced tab of the Invoke Rest API activity.
AMBW-32504
The JMS Receive Message activity generated an exception multiple times and
failed to reconnect to the IBM MQ server when there was a network outage.
AMBW-32474
The Concrete WSDL file could not be retrieved at runtime for a SOAP service
deployed through a web browser by using the URL.
When the schema contains special characters in a Pattern element, extract
the runtime Concrete WSDL by performing right click > View Page Source
in the browser.
AMBW-31992
The NVARCHAR data type was converted to the VARCHAR data type when the
sendStringParametersAsUnicode property was set to false in the SQL Server URL.
AMBW-31820
The Concrete WSDL file could not be retrieved at run time for a SOAP service
deployed through a web browser by using the URL for AIX platform.
AMBW-27604
Excess threads were created when there were maximum number of connections to
the database, the threads created by JDBC activities went into sleep state for
few seconds rather than going into the standing or the waiting state.
================================================================================