Closed Issues in 6.2.0_HF-003 (This Release)
BC-8761
If a large number of files in the SSHFTP server directory, TIBCO BusinessConnect
hung and did not get files from certain SSHFTP server to TIBCO BusinessConnect.
BC-8758
When TIBCO BusinessConnect sent a synchronous response of an inbound NAESB request
to a trading partner, the time-c value generated in the response was in the
YYYYMDDHHmmss format, which was incorrect.
Note: The format of the value is changed to YYYYMMDDHHmmss.
BC-8751
A NullPointerException exception was thrown out from BusinessConnect Interior
Server occasionally after saving BusinessAgreement configurations in
BusinessConnect Administrator.
BC-8670
TIBCO BusinessConnect Gateway Server and TIBCO BusinessConnect Interior Server
now can use plain HTTP connections for data transferring. You need to add
"bc.ib.channel.force.plain" property in TIBCO Administrator GUI under
BusinessConnect > System Settings > Activated Protocol Plug-ins and Properties
> BC, and set the value of the "java.property.bc.ib.channel.force.plain"
property in all gsengine.tra files to true separately.
This implementation can reduce the communication time consumption between Gateway
Server and Interior Server when highly performance is required and the data
transfer security between these two types of servers is not a big concern.
By default, this property is disabled.
BC-8669
When TIBCO BusinessConnect was running in a high volume scenario with Oracle
database, the "ORA-00001: unique constraint violated" error could occur.
BC-8668
When TIBCO BusinessConnect received an asynchronous MDN message from a
trading partner, it was not audit logged into the original transaction's
audit log entry, but rather logged as a new audit log entry. This would cause
an "ORA-00001: unique constraint violated" error.
BC-8667
When receiving a PGP encrypted message from a trading partner using the
SSHFTP transport, if the file size was larger than 10 MB, the PGP decryption
process failed.
BC-8666
By adding "java.property.gs.webengine.http.connection.timeout" property in the
gsengine.tra file to specify the total amount of time in milliseconds that
Gateway Server waits for the payloads of trading partners to be uploaded after
accepting the HTTP connection. The default value of this property is 300000
milliseconds. You can increase this value when the payload size is too large
that cannot be uploaded in 300000 milliseconds.
BC-8665
By adding "java.property.bc.ib.channel.maxProcessor" property in the
BusinessConnect-Interior_Server.tra to specify the maximum number of threads
that each Interior Server can use to handle the data transferring between Interior
Server and Gateway Servers using the data-tunneling. The data streaming can come
from Gateway Server when receiving inbound messages from trading partners, or go
to Gateway Server and eventually go to trading partners when trading partners
download files using the PartnerExpress, SSHFTP or FTPS service. The default
value of this property is 5. You can increase this value when high volumes or
large payloads are processed.
When you set a value for this property, it is good practice that the total number
of this property in all Interior Servers is close to the total value of the
java.property.gs.webengine.ddtp.maxProcessor property in all Gateway Servers.
BC-8664
You can configure IBM Tivoli Directory Server (LDAP) as the user authentication
source to store the authentication information of trading partners in TIBCO
Administrator GUI under BusinessConnect > System Settings > User Authentication
Configuration.
BC-8663
You can add the following property in the BusinessConnect-Interior_Server.tra
file so that when an outbound NAESB message sent out to a trading partner,
a version number form part is added in the message. This implementation is
designed for trading partners whose NAESB handler might strictly check the
version number in the received inbound NAESB message although the version
number form part is optional in NAESB standard.
java.property.bc.naesb.request.version.<tp_name>=<version_number>
where tp_name is the name of the trading partner and version_number is the
NAESB version you want to add in the outbound NAESB message sent to this
trading partner.
BC-8662
When TIBCO BusinessConnect received an inbound NAESB packaged message and checked
for the input-format data element, if the name of the input-format data element
was in lowercase, an error was thrown.
BC-8661
You can manually add the "bc.naesb.request.use.refnum" property in TIBCO
Administrator GUI under BusinessConnect > System Settings > Activated Protocol
Plug-ins and Properties > BC to specify whether the refnum data element is
included in outbound HTTP NAESB messages or HTTPS NAESB messages. This property
is a boolean type property, and is enabled by default.
BC-8660
When BusinessConnect received an inbound NAESB request, the HTTP basic
authentication failed although a valid user name and password were specified.