These notes describes the changes made in patch 4.2.1.1 of IBM WebSphere Business Integration Connect - Express and contain the following sections:
The following table describes the issues addressed in APAR JR19957
for WebSphere Business Integration Connect – Express Edition, Fix Pack 1.
Description |
Mime parsing error on received MDN When receiving a signed message to verify the signature, Connect Express was using the certificate present in the message instead of using the certificate from Connect Express's certificate store. The code has been fixed to use the uploaded signature verification certificate. |
Bad certificate error on duplicate certificates When there are two different certificates present in the certificate store from the same certifying authority, Connect Express gets confused in picking the right certificate. With this fix, Connect Express uses the certificate Serial Number to aid in the selection of the desired certificate. |
Timeout problem when a document is routed from Express to a trading partner If
a trading partner takes a long time to process the message and send the MDN
back, Connect Express will read time out and fail with the message
"Timed out waiting for MDN, Waited 10 Minutes". There are two timeout values you can
use to change the operation of Connect Express. bcg.connector.sender.as2.parm.MDNTimeout=10 |
Connect Express expects UserId/ Password for basic authentication Connect
Express V4.2.1 required basic authentication for incoming AS2 messages while
the AS2 specification does not require this. Due to this inconsistency, other
systems such as UCCnet that do not support basic authentication cannot
operate with Connect Express. This fix makes authentication configurable to
enable users to decide whether Connect Express requires basic authentication for
the incoming AS2 message or not. Basic authentication should always be used
for HTTP posting. bcg.connector.servlet.RequireAS2BasicAuth=false bcg.connector.servlet.UseBasicAuthenticationUID=false
bcg.connector.servlet.RequireAS2BasicAuth=true bcg.connector.servlet.UseBasicAuthenticationUID=true bcg.connector.servlet.RequireAS2BasicAuth=false bcg.connector.servlet.UseBasicAuthenticationUID=true |
JR19749 : Certificates generated with 'critical' extension Cyclone AS2 servers could not use self-signed certificates generated by Connect Express. This fix allows Cyclone AS2 servers to use self-signed certificates generated by Connect Express to exchange documents with Connect Express. |
HTTPS Problem when a document is routed to Express from a trading partner through HTTPS If the HTTPS url contains only the port number (ex:- https://localhost:5500) no servlet name and no forward slash at the end) then Connect Express fails to post the document to the url and issues the error "message cannot be send to https://localhost:5500". This error has been corrected. |
There is a separate launcher for each operating system. The Fix Packs are located at http://www-306.ibm.com/software/integration/wbiconnect/support/.
WARNING: Installation of this Fix Pack can not be easily reversed. It is very important that you shutdown WebSphere Business Integration Connect - Express server. Failure to do so may result in loss of data or prevent you from properly performing the Fix Pack uninstallation procedure.
We can not uninstall just the Fix Pack. WebSphere Business Integration Connect - Express needs to be uninstalled completely in case of any problems. Thus to restore the system to the original state, backup the data and config folders before installing the Fix Pack.
© Copyright IBM Corporation 2004. All rights reserved.