Readme for WebSphere® InterChange Server (WICS) and WebSphere Business Integration (WBI) Toolset Fix Pack 4.3.0.6

Table of Contents

New Certifications

Known Problems
Completed Change Requests

Ø      WICS Fixes

Ø      WBI Toolset Fixes

Prerequisites

Upgrade Instructions

Table of installed files

Ø     WICS Files

Ø     WBI Toolset Files

Uninstall Instructions

Back to top

New Certifications:

92094    Certify WICS V4.3.0.6 to be supported by AIX 5L Version 5.3, TL8

91883    Certify WICS V4.3.0.6 to be supported by AIX® Version 6.1 TL1

75464    Certify WICS V4.3.0.6 to be supported by Red Hat® Enterprise Linux (RHEL) 5 Server Update 2

92092    Certify WICS V4.3.0.6 to be supported by SUSE® Linux Enterprise Server (SLES) 10 SP2

92093    Certify WICS V4.3.0.6 to be supported by Windows® XP Professional Service Pack 3

91888    Certify WICS V4.3.0.6 to be supported by Windows® Server 2008

91889    Certify WICS V4.3.0.6 to support DB2® Universal Database Version 8.1 Enterprise Server Edition FixPak 16 (also known as Version 8.2 FixPak 9)

91890    Certify WICS V4.3.0.6 to support DB2® Version 9.1 Enterprise Server Edition Fix Pack 5

91891    Certify WICS V4.3.0.6 to support DB2® Version 9. 5 Enterprise Server Edition Fix Pack 1

91892    Certify WICS V4.3.0.6 to support Oracle® Database 10g release 1 (10.1.0.5)

91893    Certify WICS V4.3.0.6 to support Oracle® Database 10g Release 2 (10.2.0.4)

91894    Certify WICS V4.3.0.6 to support Oracle® Database 11g Release 1 (11.1.0.6)

91895    Certify WICS V4.3.0.6 to support WebSphere® MQ (WMQ) V6.0 Fix Pack 6.0.2.4

91896, 91992 Certify WICS V4.3.0.6 to support WebSphere® MQ (WMQ) V7.0

91850    Upgrade WICS embedded DataDirect Drivers to V3.7 SP1

91851    Upgrade WICS embedded SDK/JRE to IBM JRE 1.4.2 SR11

Back to top

Known Problems:

Defect #

Problem description

Solution

92169

In Windows 2008, when installing WICS 4.3.0  with "invalidPlatform.active="False"", the installer will display WBI Toolset, that would cause WBI Toolset installable on Windows 2008 platform.

The parameter "invalidPlatform.active="False"" will make installer skip the checking of platform and list all installable components. Although WICS tools can be installed on windows 2008, but it's not officially supported  by IBM

92145

Since WebSphere Application Server (WAS) V6 and later changed file directory structure, the existing JACL cannot install System Monitor in correct path.

Install System Monitor using WAS admin console:

1. Using the default profile created when installing WAS6, or a profile created after the WAS installation.

2. Start server1:  %WAS_INSTALL% \profiles\monitor\bin>startserver server1

3. Logon the admin console - http://<servername>:<port>/admin

4. Install a new application which is located at <WICS_INSTALL>\ WBSM\ CWDashboard.war, Set "ICSMonitor" as the Context Root.

5. Click on the "Servers->Application servers" link in the left navigation frame.

6. Click on "server"1 link on the right frame.

7. Under "Server Infrasture" -> "Java and Process Management", click on the "Process Definition" link.

8. Under the Additional Properties of the Process Definition page, click on the Java Virtual Machine link.

9. In the Classpath field, add following path: .<WICS_INSTALL>\lib

OR

.<WAS_INSTALL>\profiles\<profile_name>\installedApps\<node_name>\CWDashboard_war.ear\CWDashboard.war\WEB-INF\lib

10. Under Generic JVM Arguments, enter the following:

-DORBNamingProvider=CosNaming

-Dorg.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB

-Dorg.omg.CORBA.ORBInitialPort=ORB_PORT%

-Dorg.omg.CORBA.ORBInitialHost=%ORB_HOST%

-Dcom.ibm.CORBA.Debug.Output=stdout

where %ORB_PORT% & %ORB_HOST% match what is in ./bin/CWSharedEnv.bat

11. Click Apply.

12. Select Custom Properties link under Additional Properties.

13. In the Custom Properties page, click New.

14. Type DASHBOARD_HOME in the Name field.

15. Type the fully-qualified path to the installed application within the WebSphere product directory in the Value field. For

example:

C:\IBM\WebSphere\AppServer\profiles\monitor\installedApps\icsmod2003EENode05Cell\CWDashboard_war.ear\CWDashboard.war

16. Click Apply, then click Ok. You are taken back to the Java Virtual Machine page.

17. Select Custom Properties link under Additional Properties.

18. In the Custom Properties page, click New.

19. Type DASHBOARD_URL in the Name field.

20. Type the URL. For example, http://servername.bocaraton.ibm.com:<port number>/ICSMonitor.

21. Click Apply, and then click Ok.

22. Save and restart server.

92136

If db2 v9 or above is used as WICS database on AIX and Solaris, the db2 driver cannot be found because DB2 V9 (9.1 & 9.5)  changed the library path

Need to update CWSharedEnv.sh manually (The modification is marked in blue)

The 9.1 will only need second part of change and 9.5 need change both part.

/********* change part 1 *********/

#DB2_LIB=${DB2_HOME}/java

DB2_DRIVER=${DB2_HOME}/java/db2java.zip

CWCLASSES=${WLICENSE}:${CORECW}:${DATAHANDLERS}:${DATADIRECT}:${DATAMANAGER}:${ITLM}:${JAVAMAIL}:${WEBSERVICES_JARS}:${DB2_DRIVER}

/******** end of change part 1 *****/

/********* change part 2 *********/

if [ "${OS}" = "AIX" ]

then

LIBPATH=${JRE_BIN}:${JRE_LIB}:${CROSSWORLDS}/lib:${CROSSWORLDS}/bin:${JRE_BIN}/classic:${MQ_LIB}:${DB2_HOME}/lib32:${WREQUIRED}:$LIBPATH

export LIBPATH

LIBPATH_JAVA="-Djava.library.path=${LIBPATH}"

elif [ "${OS}" = "SOLARIS" ]

then

LD_LIBRARY_PATH=${JRE_BIN}:${JRE_LIB}:${CROSSWORLDS}/lib:${JRE_LIB}/sparc:${MQ_LIB}:${DB2_HOME}/lib32:${WREQUIRED}:$LD_LIBRARY_PATH

export LD_LIBRARY_PATH

LIBPATH_JAVA="-Djava.library.path=${LD_LIBRARY_PATH}"

fi

/******** end of change part 2 *****/

92289

When using MQ V7 with WICS and set JMS optimized with True, If send business object out from connector, an error message will show “The received event message cannot be converted to a business object message”, The root cause is that the RFH header is lost if using default queue properties.

Set the queue attributes PROPCTL to FORCE using one of following methods:

1.                          From MQ explorer ,right click the queue, select properties, In the property windows of queue, go to tab “Extended” , Change "Property Control" with "Force MQRFH2"

2.  Execute “runmqsc qmgrname “,and then “ALTER QLOCAL(QueueName) PROPCTL(FORCE)”

92322

When using MQ V7 connect from a Java or JMS application to a queue manager, with a 1.4.2 level Java Runtime Environment (JRE), The exception “'java.lang.ClassNotFoundException" will throw

Please apply MQ fix IC57518:

http://www.ibm.com/support/docview.wss?rs=171&uid=swg21326109

Note: If the fix is not available online for WMQ V7.0.0.0, please contact IBM support.


 Back to top

Interim Fix releases included in this fix pack:

This fix pack includes all fixes from WICS 4.3.0.5 LAIF1 to LAIF7

Back to top

Completed Change Requests

This fix pack contains fixes for the following customer reported and internally discovered issues.

l         InterChange Server fixes

APAR and Problem

 Tracking Numbers

 As of Version

Problem Description

 

Files effected

JR30813(88833)

4.3.0.6

Unset LDR_CNTL=MAXDATA on AIX .The fix check the JRE version, If JRE is 1.4.*, 1.5.*, let the JVM to configure memory itself. else configure LDR_CNTRL for the JVM on AIX

ics_manager

JR26904(89302)

4.3.0.6

Misleading Message when memory checker thread pauses MQ listener Thread. Memory checker thread has the threshold. At this time, the MQ Listener Thread sleep time is calculated, set and started.  The message description in the InterchangeSystem.log for the above action is vague and misleading. With this fix. The message includes more detail information.

CrossWorlds.jar

JR27247(89410)

4.3.0.6

Web service adapter takes too much time to be started . When the WebServices adapter agent gets started, it needs too much time (can be several minutes) to establish a connection with the adapter controller part. The fix avoid agent keeps in pause status while this thread is waiting acknowledge after sending a message on ADMIN queue

CrossWorlds.jar

JR27016(89431)

4.3.0.6

WICS going down with fatal error: unique constraint .WICS (4.3.0.3 LAIF 8 or higher) may generate duplication UUID in a very small probability, and this may causeWICS going down with fatal error: unique constraint, The fix will check whether the one UUID be executed more than one times in a same millisecond.

CrossWorlds.jar

JR27137(89587)

4.3.0.6

Error is thrown when adapter shuts down and RBAC enabled . When a connector is shut down with RBAC enabled this error is always thrown: [MsgID: 81095] [Mesg: User guest tried to logout, but the logout operation failed. The fix avoids deleting session context multiple times by heartbeat and normal logout.

CrossWorlds.jar

JR27154(89629)

4.3.0.6

InterchangeSystem.txt missing message for msg:2797 . Add this meg “Some maps or templates are missing their required pre-compiled class file when deploy process. “Into InterchangeSystem.txt in the fix.

InterchangeSystem.txt

90698  

4.3.0.6

RelationShip schema table failed to create when sqlserver db is used because SQLServer did not support the data type “data”.  Use the datatime replaces it in this fix.

CrossWorlds.jar

JR27587(90767)

4.3.0.6

Error when deploying Collaboration or Connectors in 4305. “java.lang.IllegalArgumentException: No duplicates allowed in the input.” thrown when deploying connectors or collabs to server on 4305. The fix compare compoent by name and type when deploying , it's not necessary for them to be the same component object instance.

CrossWorlds.jar

JR27606(91010)

4.3.0.6

Memory leak in BaseCollaboration.resubmitFailedEvent() . There is a memory leak in API BaseCollaboration .resubmitFailedEvent() when resubmitting fialed events.

CrossWorlds.jar

91358 

4.3.0.6

Email notification doesn’t accept comma while using javamail. With this fix, both comma and semicolon are accepted while using javamail.

CrossWorlds.jar

JR28091(91545)

4.3.0.6

Subsiption displayed in the connector controller statistics view not correct. When we stop, and then start a controller, all subscription is lost for that controller, until all the corresponding collaborations are also stopped, and then restarted.    The fix will check the monitors’s state when initMonitors

CrossWorlds.jar

JR28197(91588)

4.3.0.6

Response lost with Sync process. Response lost with Sync process because of synchronized inner object.

CrossWorlds.jar

JR30812(95374)  

4.3.0.6

Unable to refresh static data for Reason:javaNumberFormatException. Set "0" instead of empty string in the Monitor value avoid javaNumberFromatException when refresh static data

CrossWorlds.jar

JR28368(95631)

4.3.0.6

MsgId: 21 InterChange Server failed to boot – on WICS V4.3.0.5

CrossWorlds.jar

JR28394(95662)

4.3.0.6

ControllerKeepAlive Null Pointer Exception, connectors fail to start. User’s tools may be having old CorssWorlds.jar files which may be causing null values to be passed for listeners to ICS server. Null Pointer Exceptions were thrown by controllers and collaborations. The fix handles Null Pointer Exceptions more gracefully so that other threads are not affected.

CrossWorlds.jar

JR28395(95663)

4.3.0.6

WICS does not delete a failed flow for missing AP Queue Message. WICS does not delete a failed flow if it is inconsistencies between the failed events and the AP queue because of unknown reason. With this fix. ICS will deleted the related data in the database even though the related data in AP queue has already been removed, and log some error information in the InterChangeSystem.log,  if you want the resubmit such failed events. WICS should pop a windows shows some warning information and did not remove anything automatically since the related data in the AP queue does not exist. User can remove there redundant data by deleting the events in the flow manager if id it needed.

CrossWorlds.jar

JR28401(95672)

4.3.0.6

SMTP Server caches first IP ,fails to send mail using other SMTP server. Add reconnect mechanism when ICS try to connect to SMTP Server. User can reset the SMTP Server value dynamically when user the JavaMail to send the notification email.

CrossWorlds.jar

JR28516(95788)

4.3.0.6

 WICS failed to boot with java.lang.ArrayIndexOutOfBoundsException: 81. Because  WICS changes an output object's value from 2 to 0 after deploying maps, if the output object in a map end with a return flag "\n", when  WICS get the value from the map definition file, because of the value is "2\n", so when  WICS try to change this value form String object to Integer object,  WICS will encounter an NumberFormatException and then will assign the default value 0 to output object's value, the fix trim this string before change a string object to integer object.

CrossWorlds.jar

JR28669(95937)

4.3.0.6

Time-consuming SQL statement on  WICS recovery. The fix remove the integrity check for performance issue, the “in" sql statement takes much time when recover connectors, and it is not necessary.

CrossWorlds.jar

JR28633(96061)

4.3.0.6

Cannot import Job Schedule from  WICS. Because returned  string does not consistent to the ones in com.ibm.btools.entity.Schedule.RecurrenceType

CrossWorlds.jar

92192

4.3.0.6

cannot kill SNMP agent and  WICS server on Solaris platform. Because the command “fuse” is not in the default user’s PATH on Solaris and HP platform. Add it into user’s PATH in the fix.

ics_manager

JR29543(75465)

4.3.0.6

System Manager showing -ve statistics while using Server Access Interface. The reason is when you restart the collaboration object, the events which not be responded will be lost for Server Access Interchange call. So you need not care such response events.  

CrossWorlds.jar

(JR30148)75703

4.3.0.6

The error handling feature of the iterator does not handle null values and hence causes the problem of unlocking the events abruptly, the fix will check whether there is null values for iterator's BusObj.

CrossWorlds.jar

 

 

 

 

(67193)

4.3.0.5

ControllerStoreAndForwardMode doesn't work

 

(67723)

4.3.0.5

Deploy fails when connector's broker type is set to WMQI or WAS instead of WICS

 

JR24916(68818)

4.3.0.5

ics_manager -stopgraful does not 'stop gracefully'

 

JR24984(68831)

4.3.0.5

The error message of getDouble is wrong

 

JR25426(69013)

4.3.0.5

Memory leak

 

(69093)

4.3.0.5

Resubmit leads to event lost

 

(69261)

4.3.0.5

WIP table is inconsistent

 

(69346)

4.3.0.5

Event lost after restart WICS server

 

(69421)

4.3.0.5

WICS not audit messages of granted operations

 

(73884)

4.3.0.5

The Schedule can not delete from Server object (forward port of 42809)

 

JR22675(74171)

4.3.0.5

RBAC with LDAP fails with upper case user names

 

JR23313(83051)

4.3.0.5

Events not handled correctly for those missing AP queue messages

 

JR23625(83469)

4.3.0.5

CxFailedEventKeys issues

 

(85125)

4.3.0.5

Entries removed for failed events from CXWIPObjects table for the case when no msg exists in the AP queue for that event

 

JR25059(86141)

4.3.0.5

WICS Auditing implementation incomplete and unclear - Deploy

 

JR25060(86142)

4.3.0.5

WICS Auditing implementation incomplete and unclear - ExportConfig

 

JR25061(86143)

4.3.0.5

WICS Auditing implementation incomplete and unclear - Compilation

 

JR25062(86144)

4.3.0.5

WICS Auditing implementation incomplete and unclear - Flow manager

 

JR25063(86145)

4.3.0.5

WICS Auditing implementation incomplete and unclear - Creating user/role

 

JR25064(86146)

4.3.0.5

WICS Auditing implementation incomplete and unclear - logging user Activities

 

JR25065(86147)

4.3.0.5

WICS Auditing implementation incomplete and unclear - define guest user

 

JR25120(86276)

4.3.0.5

BO Deletion

 

JR25121(86286)

4.3.0.5

Deployment hangs at 75% with WICS 4.3.0.3

 

JR25293(86747)

4.3.0.5

error message complaining about missing property should not occur

 

JR25303(86773)

4.3.0.5

CSM Runtime property change causes MsgID:13205 exception in WICS log on restart

 

JR25569(87188)

4.3.0.5

shell scripts missing #!/bin/sh ref CR 86954

 

JR25577(87194)

4.3.0.5

Persistent Monitor does not record synchronous calls to collaborations

 

JR25772(87363)

4.3.0.5

Undesirable effect to Event Sequencing

 

JR25694(87328)

4.3.0.5

WIP Data Inconsistancy

 

JR25820(87522)

4.3.0.5

Adapter using JMS as transport does not delete event from request queue

 

(87930)

4.3.0.5

WICS 4.3.0.3 LAIF13 shutdown at refresh

 

(87977)

4.3.0.5

Msg Id 17067 in WICS 4.3.0.4 should not be of Error Type

 

(87979)

4.3.0.5

Crossworlds copyright needs to be removed

 

(88081)

4.3.0.5

Defect-Collaboration run-time errors dynamic service call(RFS85908)

 

(88277)

4.3.0.5

After switching from RBAC to LDAP not able to add users to roles anymore

 

JR26298(88431)

4.3.0.5

Events become stuck in state 5

 

JR26389(88544)

4.3.0.5

Defect for 88250: Call triggred flows do not show up in historical views

 

JR26472(88656)

4.3.0.5

WICS 4.3.0.4 LAIF 5 "Refresh submit does not close DB connection"

 

JR26474(88695)

4.3.0.5

Cannot "Refresh Submit" deferred events with 4304 LAIF5

 

JR26637(88981)

4.3.0.5

The Memory Checker pauses the adapters when it should not

 

JR26654(89033)

4.3.0.5

CS4304LAIF7: Refresh&Submit deletes events and leaves DB connection open

 

(89083)

4.3.0.5

Duplicate WIP problems in JMS code

 

(89262)

4.3.0.5

CxPBusObjState table not cleaned during WICS startup

 

JR27016(89431)

4.3.0.5

WICS going down with fatal error : unique constraint

 

 

 

 

 

(87082)

4.3.0.4

WICS could not be upgraded successfully if queueIndex is too large (Oracle)

 

JR23803 (68147)

4.3.0.4

SAI for EJB has memory leak when WICS is down

 

JR23919 (68189)

4.3.0.4

Collaboration throws NullPointerException when processing sendEmail()

 

JR24276 (68191)

4.3.0.4

Messages are stuck in the delivery/synch request queue

 

JR24466 (68614)

4.3.0.4

Template compilations behave differently in 4302 and 4303

 

JR24532 (68650)

4.3.0.4

When multiple "Event Owner" for query FlowManager, Oracle ORA-01719 error

 

JR24393 (68558)

4.3.0.4

Trace info is written to log file instead of trace file

 

JR24747 (68756)

4.3.0.4

Deadlock occurring in WICS controller threads

 

JR22143 (72655)

4.3.0.4

RBAC: No users in list when LDAP User Name Attribute set to mail

 

(74167)

4.3.0.4

RBAC ACL Security policy request for scripted / automated role assignment.

 

(74220)

4.3.0.4

CXWORKFLOWCONTEXT table keep growing

 

(74044)

4.3.0.4

Async response intermittently fails with null pointer exception

 

JR24894 (74507)

4.3.0.4

JMS adapter calls map twice when getting async inbound LLBP request

 

JR24954 (74510)

4.3.0.4

Password display in plain text in ICS_manager script

 

(83229)

4.3.0.4

Messages are processed while controller stopped

 

JR23483 (83613)

4.3.0.4

Server.AccessInterfaces.InterchangeAccessSession repeatedly issues a message "MK::InExecuteCollaborationExFmt".

 

JR23677 (84010) 

4.3.0.4

Deadlock errors with WICS LLBP collaboration

 

JR23693 (84066)

4.3.0.4

The controller and the collab mailboxes are growing in size.

 

JR23822 (84170)

4.3.0.4

WICS 4302 RBAC server start user clear text password in InterchangeSystem.cfg

 

JR23775 (84212)

4.3.0.4

CwDBConnection does not clear result set properly

 

JR24082 (84576)

4.3.0.4

MsgID: 2796 incorrect in InterchangeSystem.txt

 

JR24323 (84980)

4.3.0.4

Events with non-unique keys get stuck in the controller buffer

 

JR24774 (85201)

4.3.0.4

java.lang.NullPointerException with Object Activation Daemon

 

85454

4.3.0.4

WICS crashes with db specific error 1205

 

JR24610 (85458)

4.3.0.4

Failed flow resubmission problem

 

JR24844 (85655)

4.3.0.4

Shutdown & Start of a collaboration (Deferred) results in a wipbuf error

 

JR24775 (85682)

4.3.0.4

Calling an Oracle Stored Procedure from a collaboration results in DB error HY00

 

 

 

 

 

66585

4.3.0.3

WICS Server will cast NullPointerException when send a resubmit BO

 

67332

4.3.0.3

OAD should do not work when connector is shut down by clickin

 

67393

4.3.0.3

WICS 4.3.0.1 email.jar cannot be imported

 

67547

4.3.0.3

connector associated map explicit binding lost

 

67582

4.3.0.3

Map exceptions make Collaboration hang when using dynamicSend

 

67628

4.3.0.3

Repos_copy "Unknow type" problem

 

JR22601(67750)

4.3.0.3

errors generated when updating a map trace level

 

67825

4.3.0.3

[WICS] ConcurrentModificationException occur when running map

 

67927

4.3.0.3

small percentage of controllers fail to start

 

67938

4.3.0.3

Event Manager message in WICS log file every 10 mins

 

67978

4.3.0.3

Upgrade to IBM JRE 1.4.2 sr4-2 (Sun JRE 1.4.2-10 for Solaris and HP)

 

71148

4.3.0.3

A Repos_copy failed operation causes DB errors

 

71739

4.3.0.3

collaboration->overview->Total flows wrongly count twice when

 

71846(JR22846),71557

4.3.0.3

Allow connector log/trace file location to come from repository.

 

JR22010  (72272)

4.3.0.3

RBAC does not work with repos_copy command

 

72545

4.3.0.3

Login to WICS fails after LDAP server restarted.  WICS configured with RBAC

 

72599

4.3.0.3

Port HA Fixes made for 4.2.2.x to 4.3.0.1

 

72614

4.3.0.3

Shutdown of request processing connector agent via SM blocks collaboration

 

72644

4.3.0.3

Unable to create part

 

72770

4.3.0.3

In RBAC access rights on components are kept in the db, even if comp is deleted

 

72824

4.3.0.3

WICS crashes because it runs "out of connections"

 

72853

4.3.0.3

WICS throws hundreds of nullpointer exception in WIPTransaction context

 

JR22525  (72907)

4.3.0.3

WIP in-transit information not cleaned up in repos database

 

JR22506 (73176)

4.3.0.3

WICS crashes due to SQL0803N

 

73183

4.3.0.3

CSM hangs after collab w/ blocking type & max evt & queued/proc. evts is stopped

 

73200

4.3.0.3

WBI server process takes 100% occasionally

 

73233

4.3.0.3

Deployment of collab. template fails, if collab. has been removed

 

JR22359  (73313)

4.3.0.3

SQL0204N received when deploying a business object

 

JR22476  (73708)

4.3.0.3

RBAC ICS_manager -stop fails after repos_copy delete removes admin user

 

73718

4.3.0.3

Database Connection management for Oracle RAC failed to destroy stale db connection on db failover.

 

JR22645  (73729)

4.3.0.3

Tools onto hung state once in a while

 

73862

4.3.0.3

Persistent Monitor memory leak/crash  ( forward port of 61972)

 

73881

4.3.0.3

Components not getting compiled/started (email Connector, forward port 36511)

 

73885

4.3.0.3

relationship table name = 18 chars not working (forard port of 43973)

 

JR73267  (74025)

4.3.0.3

MQ connections left dangling when deploying connectors to server

 

74308

4.3.0.3

MQ event inconsistency with the connector controller at high event volumes

 

JR23361  (74419)

4.3.0.3

Track serverside changes for [CR 73617] AF 2.6 behavior during Auto restart

 

74488

4.3.0.3

Events are not being sent to the failed flow when erroring out

 

74544

4.3.0.3

(59056,73969) [MsgID: 11056] [Mesg: The server will be shut down because the collaboration cannot delete event]

 

82823

4.3.0.3

Vector creates IOException during runtime in LLBP, stream closed(CR 58966)

 

JR23808  (83040)

4.3.0.3

Using database connection pools from collaboration during offline backup.

 

83133

4.3.0.3

FFDC Data Capture Phase I for WICS 4.3.0.3 and upward

 

83215

4.3.0.3

Certify WICS 4.3 with DataDirect v3.5 drivers

 

JR23368  (83250)

4.3.0.3

importing user registry with nonexistent file clears user registry

 

JR23378  (83482)

4.3.0.3

RBAC reset passwd for non startuser updates startuser passwd

 

83513

4.3.0.3

During Retry of a databases transaction, commit not called after the retry

 

83521

4.3.0.3

StackTrace Feature Enhancement

 

83659

4.3.0.3

Unique constraint DB error when DEE adapter property=false for JMS

 

83690

4.3.0.3

forward port 44471 - Problem with restart by OAD

 

 

 

 

 

JR22785(62291)

4.3.0.2

 repos_copy fails on export of Schedule 

 

JR22793(66830)

4.3.0.2

LLBP collaboration unable to resubmit event because of resource full

 

66901

4.3.0.2

 ControllerTraceLevel = 1 prints BO in trace 

 

66970

4.3.0.2

When using JMS as DeliveryTransport, the collaboration will not multithread

 

67060, 44861

4.3.0.2

Connectors, maps and relationships have no response after changing status in CSM

 

JR22807(67090)

4.3.0.2

 Connector Configurator can't display Associated Maps after importing from WICS

 

JR22815(67092)

4.3.0.2

 IsServerAlive utility, introduces session leaks in WebSphere Interchange Server.

 

JR22816(67146)

4.3.0.2

 DB connection used with static Cached Relationship 

 

JR22831(72058)

4.3.0.2

 Fault Tolerant IBM ORB

 

JR22817(67212)

4.3.0.2

 The performance problem of the cached relationship initialization

 

JR22825(71285)

4.3.0.2

 4.3.0 WICS log indicates incorrect message 

 

JR22826(71340)

4.3.0.2

 repos_copy export with -f flag can't be re-imported into WICS 4 

 

71473

4.3.0.2

 Toolset: Logviewer BO tree viewing problem 

 

JR22829(71747)

4.3.0.2

 Changing WICS admin password can lock out user - WICS cannot be started any more

 

71815, 71161

4.3.0.2

 WICS shuts down after MQ reconnect due to duplicate WIP entry 

 

JR22833(72140)

4.3.0.2

 MsgId:46018-flow controlled resource is full 

 

JR22834(72142)

4.3.0.2

 Behavior of event sequencing with child 

 

73526

4.3.0.2

 Controller is not consuming message from AP Queue 

 

37471

4.3.0.2

 IsConnectorAgentAlive consumes too much resource 

 

74291

4.3.0.2

 (60059) WICS gets unknown ORACLE error during startup - HY000 ... Reason: 0

 

60474

4.3.0.2

 "Failed to save event state change" - extra/misleading error  

 

JR21632(70557)

4.3.0.2

 MAP cannot be saved  when imported from Server 

 

JR21510 (73862, 61972, 71436, 71358, 71805) 

4.3.0.2

Persistent Monitor memory leak/crash

 

71221, 72599

4.3.0.2

WICS gets stuck or in hung situation - HA fix

 

72853

4.3.0.2

WICS throws hundreds of nullpointer exception in WIPTransaction context

 

 

 

 

 

JR20002 (60364)

4.3.0.1

WICS hangs doing in place migration from 4.1.1.9 to 4.3

 

JR21648 (60959)

4.3.0.1

Dynamic property change in a collabgroup corrupts all collabs in 4.3.0 (CR37770)

 

JR21666(60367)

4.3.0.1

4.2.2 failed flows do not migrate for hierarchical BO's to version 4.3

 

JR21667(60655)

4.3.0.1

ics_manager -stopgraceful -u... -p... not working 

 

JR21668(62007)

4.3.0.1

ics_manager -start does not prevent second instance to start

 

JR21669(45667)

4.3.0.1

Email.jar can't be deployed

 

JR21656(45754)

4.3.0.1

WICS will shutdown immediately after reply success in destination VTC.

 

JR20027 (60416)

4.3.0.1

WICS log reports "[Mesg:XML Exception:UTF8]" after adapter bind

 

32669

4.3.0.1

Connector property MaxEventCapacity must be in the range 1 to 2147483647. The InterChange Server was not enforcing this value range.

 

32728

4.3.0.1

System monitoring of connector state changes sometimes causes errors when the connector is stopped and restarted.

 

42667

4.3.0.1

Error stopping and restarting a map. If the map properties are displayed or modified in CSM while the map is active then the map cannot be stopped and restarted.

 

35582

4.3.0.1

Java StackOverFlow error when attempting to start out of the box collaboration.

 

32474

4.3.0.1

LLBP Async Inbound call fails with ServiceCallException when maps are used.

 

37770

4.3.0.1

Dynamic property change in a collaboration of a collabgroup destroys all collaborations

 

35026

4.3.0.1

getOriginalRequestBO API not working.

 

34661

4.3.0.1

Cannot deploy BO with an attribute default value containing a single quote.

 

34565

4.3.0.1

MsgID:11056 - Server will be shut down because collaboration cannot delete event

 

30073

4.3.0.1

MQ 2033 error message filling up the log files.

 

36763,58347

4.3.0.1

Adapters cannot connect to the WICS after restarting the Persistent Name Server.

 

36874

4.3.0.1

When the Persistent Name Server is running on a separate machine from the WICS server, recovering the name server required copying the IOR repository file from the WICS machine to Name Server machine.  This has been fixed so that there is no need to copy the file.

 

34315

4.3.0.1

WICS server sometimes hangs during map deployment

 

32096,34310

4.3.0.1

Memory leak caused OutOfMemory exception when using an Async Inbound collab with LLBP.

 

33530,33602,34992,

42216,58551

4.3.0.1

Incorrect values are reported for collaboration and connector statistics.

 

35295

4.3.0.1

OAD MQ trigger: multiple boot agent commands spawns multiple Activation threads

 

35933

4.3.0.1

WICS has memory leaks when used with CSM

 

60898

4.3.0.1

Installer provided to install server Fix Pack

 

27261

4.3.0.1

Native Maps not deleted from Registry when all Native Maps are deleted

 

60362

4.3.0.1

ADK loosing connection

 

34598

4.3.0.1

Agent connection to WICS is very slow after WICS has been running a long time.

 

37133

4.3.0.1

Collaboration does not return from recovery.

 

34906

4.3.0.1

Eclipse-based Flow Manager is much slower than the C++ version for the following tasks: resubmitting/deleting failed flows.

 

59657

4.3.0.1

repos_copy -i makes quotes (') two quotes ('') in the repository

 

Back to top

l        WBI Toolset fixes

APAR and Problem tracking numbers

As of Version

Problem Description

Files effected

JR27278(89862)

4.3.0.6

Repository file format changes from xsd to xml cause ClearCase error. The fix will supply the same format with repository file.

datamanager.jar

JR27519(90472)

4.3.0.6

snmpagent_manager -start when running renames current log file. The snmp log file is renamed to -old even when the test for an already running process detects that the process is alive, it creates a new log and moves the current to -old.

snmpagent_manager

IY98229(95395)

4.3.0.6

.pid file prevents process from starting ref rfs . Using a pid file as a lock to prevent a duplicate instance of a program to start will fail when another unrelated program is assigned the pid number. The fix checks whether this process is truly WICS or SNMP process.

snmpagent_manager

 JR28372(95632)

4.3.0.6

Cannot start SNMP agent as a Windows service without IP address provided

wbisnmpagent.jar

JR28598(95868)

4.3.0.6

System Manager 4.3.0.5 feature xml is not configured properly

feature.xml

91948 

4.3.0.6

ICSConfig.bat crashed after email notification enabled. Because the required mail.jar under ICS_HOME\lib\javamail is not imported in ICSCOnfig.bat script.

ICSConfig.bat

92069 

4.3.0.6

The VTC in ITE cannot connect to WICS after apply AF2.6.0.11. Because ffdc is enabled from AF2.6.0.8  with the fix VTC start up script was changed to add ffdc related jars in the classpath when starting VTC.

Start_VTConnector.bat

92187

4.3.0.6

In Web-based failed failed events manager, in order to query failed events by date, in the select date category and year field, user can only select year between 1996 and 2010.  There is a limitation for user to use this function after 2010.  the fix extend the year selection list to 2015.

CWDashboard.war

92377

4.3.0.6

Can't registering a New webservice using UDDI registry

Since some UDDI registry sites are not available any more, an exception is thrown. The fix will catch the exception and print proper message

Webservices.jar

92323

4.3.0.6

When Create an environment properties then delete it. If try to create another environment properties with this name. it can not be saved.

Csm.jar

 

 

 

 

69184

4.3.0.5

CrossWorlds Software Copyright should be removed from CxCommon2.dll

 

69280

4.3.0.5

Test Connector throw NullPointerException

 

69327

4.3.0.5

ODA connection problem after some operation

 

69550

4.3.0.5

Adapter Framework upgrade 2608 causes the VTC to throw a java.lang.NoClassDefFound

 

69630

4.3.0.5

SNMP Manager Host should accept a fully qualified name

 

69831

4.3.0.5

snmpagent_manager.sh to assign listener host with -ip host option.

 

69799

4.3.0.5

snmpagent_manager on unix produces error MsgID: 50090 on startup

 

86876

4.3.0.5

Fail to load correct collaboration template bind port information

 

87289

4.3.0.5

SNMP message is incomplete

 

87614

4.3.0.5

Collab statistics do not record the correct info

 

88187

4.3.0.5

SNMP Agent can be started with WICS' name

 

88736

4.3.0.5

CR 88606 Display IP address and port the snmp agent is listening on the console

 

89245

4.3.0.5

snmpagent_manager on unix produces error MsgID: 50090 on startup

 

 

 

 

 

JR25347 (86857)

4.3.0.4

StringIndexOutOfBoundsException when importing jar into activity settings

 

JR24693 (85518)

4.3.0.4

System Manager 4.3.0.3 Please wait ... Completing the install.

 

JR24026 (84529)

4.3.0.4

BODesigner that accesses SAPODA remotely throws errors

 

JR23825 (84286)

4.3.0.4

Deployment of same relationship to same DB by different schema doesn't work

 

68419

4.3.0.4

Auto mapping only works for the first time operation

 

 

 

 

 

56110

4.3.0.3

When using repos_copy with -xdi option on a unix system, org/eclipse/core/runtime/CoreException

 

67923

4.3.0.3

Indicator shows 0% progress during re-submission or deletion of more than 100 events in Flow Manager

 

71152

4.3.0.3

Flow Manager: Incorrect sorting order for “time” column

 

72264

4.3.0.3

Map Designer: All maps are not deleted

 

73135

4.3.0.3

Collaboration Message files are not being deployed to server using repos_copy

 

73351

4.3.0.3

Inprogress and queued events are not displayed for synchronous collabs

 

JR22483 (73709)

4.3.0.3

Validate checks out all components in ICL if they are in clearcase but does not check back in.

 

JR23061 (74282)

4.3.0.3

Database connection pool is not accepting the Database value with ‘-‘ character.

 

JR23931  (84400)

4.3.0.3

Web based FEM Not sorted

 

74528

4.3.0.3

Activity Editor code generation issue

 

82930

4.3.0.3

Difficulty with password when creating new DB conn pool on 4.3 fixpack2

 

83194

4.3.0.3

RBAC, “user is not authorized” message is printed multiple times

 

 JR23401 (83209)

4.3.0.3

Map limits 30 chars for WICS userID during testing

 

67947

4.3.0.3

File path validation in Connector Configurator Tool

 

JR23517  (83559)

4.3.0.3

Could not edit TCPIP configuration using Connector Configurator

 

JR23848  (84313)

4.3.0.3

DB connection pool error for SQLServer 2000 host\instance setting not allowed

 

 

 

 

 

JR22839(73641)

4.3.0.2

Change password fails when password contains ! ok with reset password

 

JR21865(66945)

4.3.0.2

The problem of the code generated by Activity Editor

 

70954

4.3.0.2

Overwriting an existing BO using "save as" w/ BO designer throws exception/crash

 

JR22836(72389)

4.3.0.2

BOs do not get updated in System Manager-BO General ASI

 

JR22791(66665)

4.3.0.2

sub attr of webservice adapter could not take effect in deployment descriptor

 

JR22828(71681)

4.3.0.2

ReposDependencies not generated properly

 

67502

4.3.0.2

Collaboration dependency problem when creating collaboration group

 

JR22830(71968)

4.3.0.2

When using deployment descriptor, System manager hangs with 100% CPU usage

 

JR22837(72611)

4.3.0.2

Deleting 15000 deferred events marked for recovery takes a lifetime

 

JR22795(66875)

4.3.0.2

Version information of toolset 4301 is not correct

 

JR22823(71236)

4.3.0.2

Activity Editor generates erroneous code when using temporary objects

 

JR22824(71256)

4.3.0.2

Multiple associations of same attrib. if automatic mapping used twice (or more)

 

JR22832(72060)

4.3.0.2

Process Designer text box can't be edited.

 

67593

4.3.0.2

Problem with repos_copy with deployment descriptor

 

JR22796(66879)

4.3.0.2

Test Connector problem with the Child BO <CxIgnore> Display

 

JR22784(55180)

4.3.0.2

Values under Deployment config are hard to read

 

73167

4.3.0.2

HCG_BIDI: No support for WAS broker in Connector Configurator.

 

JR22835(72221)

4.3.0.2

Appended connector-specific property disappeared after 4.3.0.1 upgrade.

 

JR22841(73888)

4.3.0.2

ConnectorConfigurator slow loading BO.

 

JR22840(73790)

4.3.0.2

Implementation version no not included for the system monitor

 

71616

4.3.0.2

Flow manager GUI problemview of lines number

 

JR22827(71548)

4.3.0.2

Start/stop on deploy state flag in user project disappears after restart

 

JR22818(67308)

4.3.0.2

Sort order isn't preserved in Web-Based System Monitor

 

JR22820(67593)

4.3.0.2

Problem with repos_copy with deployment descriptor

 

JR22838(73410)

4.3.0.2

Password displayed in plain text.

 

74277

4.3.0.2

(71545)ClearCase plugin for system manager not keeping version history

 

74279

4.3.0.2

(70818)4.2.2.5 Connector Configurator flattens hierarchical configuration files

 

45463

4.3.0.2

Connector Configurator won't load customers' template for the 2nd time.

 

74280

4.3.0.2

(71926)Connector Designer 4225 issues with HTTPConnector 1.0

 

74275

4.3.0.2

(71141)Wrong translation in activity editor copies empty BO on populated BO.

 

74278

4.3.0.2

(35232)Problem with trace/log files when Locale is French

 

 

 

 

 

JR20837(61638)

4.3.0.1

Reverse map functionality will crash Map designer in certain cases.

 

JR20843(61649)

4.3.0.1

Map Designer - Activity Editor: My Collection is not available for other Collaboration templates.

 

JR21016(61981)

4.3.0.1

Configuring InterChange Server with System Manager 4.3 - unable to set multiple email recipients

 

JR21048(62182)

4.3.0.1

Performance slowness with Business Object designer 4.3

 

JR20732(61342)

4.3.0.1

ICL projects disappear from System Manager

 

JR19437(45188)

4.3.0.1

DB Connection properties cannot be configured with Edit Deployment Descriptor functionality

 

JR19259(44811)

4.3.0.1

System Monitor 4.3 in Solaris environment - Cannot use 1.3.x ORB with a 1.4.x JDK error

 

JR19443(45276)

4.3.0.1

Map Designer: Error in Maths package using temp Objects

 

JR19141(44696)

4.3.0.1

Activity Editor did not generate code for “Equal”

 

JR20299(60726)

4.3.0.1

Cannot launch Log Viewer by specifying the log file as an argument.

 

JR19250(44805)

4.3.0.1

The "iterator" of Business Object Array generate error code in Activity Editor

 

JR20672(61190)

4.3.0.1

BO level App-Specific info disappearing on the restart of BO designer

 

JR19414(45150)

4.3.0.1

Generated java code in Activity Editor seems incorrect

 

JR20785(61561)

4.3.0.1

4.3.0 Web Services client incorrectly reads WSDLs from Expose Collaboration

 

JR21583(62251)

4.3.0.1

WSDL From Collaboration with 2 TLOs only creates one operation

 

JR20779(61492)

4.3.0.1

Business Object Probes fail during high volume/concurrent events

 

35774

4.3.0.1

FlowManager was hanging when a find operation was performed against 1000's of records. The 'event number' column was not resizable in the resulting tabular view. This CR fixes both the problems.

 

43925

4.3.0.1

The MQ HOST_NAME was not allowed to be blank. This fix will allow the hostname to be set to a blank value.

 

44314

4.3.0.1

When BO's were saved from LogViewer the closing tag, '>' was missing in the created file. This problem is fixed now. The created BO's can be opened properly.

 

44394

4.3.0.1

In System Manager right click on a collaboration and expose it as a webservice. When this webservice is imported into WSAD5.1, it gives an error because the System Manager missed a couple of tags in the generated xml file corresponding to the collaboration. This fix solves that problem.

 

59991

4.3.0.1

While editing static relationship in Relationship Manager, the original value disappears when we switch to a different row and come back.

 

60249

4.3.0.1

The Connector Configurator could not load App properties template file when the user uses it to open an existing connector file. This will result in potential problems such as Connector Configurator not knowing any useful info (for example valid values, and length limitation for a String type property) which are configured in App properties template file. The fix will enable Connector Configurator to load its corresponding App properties template file while opening an existing connector file.

 

44866

4.3.0.1

The changes made to Relationships using Relationship Designer was not reflected when seen through System Manager. If a relation is changed from Static to Dynamic, it'll be shown under correct folder now after the fix.

 

44907

4.3.0.1

In Connector Configurator when a user wants to set a range for a Connector-Specific property whose type is Time, the two border values of this range should comply with the format of time ie.. hh:mm and should not be random values. This fix implements that validation.

 

44908

4.3.0.1

In Connector Configurator the Connector-specific property whose type is Time should validate the Range of values. Previously even after setting a specific Range, the property was allowing entry of values outside of the range. Now this fix validates the values to fall within the set Range

 

44909

4.3.0.1

In Connector Configurator the Connector-Specific property whose type is int, should allow only values set between the range. This fix validates the range and does not allow for entry of values outside the configured range.

 

 58757

4.3.0.1

Recurring Events should not be shown as expired events. This fix solves that problem

 

 44384

4.3.0.1

In system manager, when you right click a user project and choose to deploy to WAS, and you choose "Export to a Directory",
the moment you start typing "c:", a error message pops up saying: "c: already exists, do you want to overwrite it?". That error handling needs to be moved to only run after the user finishes typing the whole path and clicks FINISH. This fix solves that problem

 

58623

4.3.0.1

 When a subdirectory is created in the directory where all the BOs of a component library are stored (usually %CROSSWORLDS%\Tools\WSWB203\Workspace\<your_ICL>\BusinessObjects, and you run "refresh view" in SystemManager and start BO Designer afterwards out of SystemManager, it will crash with a C++ error. This fix solves that problem

 

 58943

4.3.0.1

If System Manager disconnects from an Interchange Server and tries to reconnect after PersistentNameServer and WICS have been restarted, System Manager gets an exception - org.omg.CORBA.OBJECT_NOT_EXIST:BAD_SERVER_ID:

 

 58626

4.3.0.1

If a subdirectory was created under %Crossworlds%\Tools\WSWB203\Workspace\<ICL>\BusinessObjects folder, the process designer did not allow choosing of BO in collaboration template. This fix will solve that problem.

 

 59596

4.3.0.1

In System Manager, System view does not refresh itself when the WICS is stopped\shutdown. The System View reflects the status of WICS properly only after the System Manager is closed and reopened. This fix solves that problem.

 

 60746

4.3.0.1

The current FlowManager does not have confirm delete as a default setting. This fix makes it default.

 

 45082

4.3.0.1

This fix will force the Connector Configurator to adopt the time format of 24-hour. This will avoid those potential errors caused by different locale's time format configuration

 

44868

4.3.0.1

The Flow Manager does not delete server and user that were deleted through the Option Window - The dialog that comes up when option button is clicked. Now this fix solves that problem.

 

61100

4.3.0.1

In system Manager while importing components from WICS into a project the progress bar was not working. This fix solves that problem.

 

44380

4.3.0.1

Connector Configurator/System Manager:
The MaxEventCapacity property of a connector was not validated in the range from 1 to 2147483647 in both Connector Configurator as well as the Property dialog of a connector in the Server Component view.  Consequently, the invalid values of "blank" and zero of this property were entered without a warning or error message.
Fixing notes: The MaxEventCapacity property is validated in range >  0 and <= 2147483647 in both Connector Configurator and System Manager.

 

43976

4.3.0.1

Business Object Designer:
An Integration Component Libraries (ICL) project that had been already deleted in System Manager still existed in the left panel of Business Object Designer, even after invoking Refresh action.
Fixing notes: By applying Refresh action. all ICL projects that has no longer existed in System Manger disappear from Business Object Designer.

 

42501

4.3.0.1

System Manager:
Problem occurs when exporting solution using a user-defined (non-default) directory. Part of a solution is still exported to the default directory and later can not be found. 
Fixed path to export complete solution in a user-defined directory.

 

42169

4.3.0.1

Connector Configurator:
"Save as" in Connector Configurator does not work normally:
When user open a connector and save it to project as a new connector, the Configurator system will create a new CXRConnectorXML instance which should have the new connector properties, but the pConnector still point to the old CXRConnectorXML instance.  When we change the GUI properties, they will be put to the old CXRConnectorXML instance. When user saves the new connector again, pDoc will get the new CXRConnectorXML instance which has no change. So user looks lost his updates.

 

42134

4.3.0.1

Map Designer:
Maps saved with names > 76 chars cannot be deployed.
Fixing notes: The MapDesigner was checking for 80 characters as the limit for map names. It has been changed to 76 characters to be in sync with the WICS.

 

37765

4.3.0.1

Activity Editor:
When doing Business object (BusObj) assignments, Activity Editor generates code that uses the BusObj.setContent() to assign the value of one business object to another business object.  However, the BusObj.setContent() method do only a shallow copying and will make the destination business object and the source business object share the underlying content.  Thus, after the assignment, any further change in the source business object will also reflect in the destination business object.  This would cause a problem for a synchronous collaboration if the triggeringBusObj is changed after assignment.  This fix will replace the API that is used for business object assignment from BusObj.setContent() to BusObj.copy(), which will do a full copy of the underlying business object values.

 

37373

4.3.0.1

Repos Copy:
The issue  was the import from a repository jar file was failing when a collaboration Template's message files were named without locale as the suffix.
For example, if a Template was named WrapperFoundation , it had corresponding entries in a repository jar file when exported out of the server or System Manager:
1)WrapperFoundation.cwt
2)WrapperFoundation.java
3) one or more WrapperFoundation_en_US.txt (i.e. WrapperFoundation<locale>.txt files).
Some customers had repositories where the message files were named WrapperFoundation.txt without <locale> suffix.
The SystemManager was failing when the user tries to import this jar into an Integrated Component Library.
The Server was also failing when we repos_copy into the server.
Fixing notes: this fix is on the Tools side and will allow the user to import the jar into an ICL.  The Server side fix, which allows the user to import (repos_copy) the jar file into the server,  belongs to the Server side.

 

36851

4.3.0.1

System Manager:
Unable to create part error in WICS System View 4.2.2.2.
Fixing notes: Overflow occurred when integer type was used to store time values. Replaced integer types with long types so that overflow doesn't occur.

 

36393

4.3.0.1

System Manager/Properties:
When a connector has many Supported BOs and maps (on the order of 100) it takes a long time (180 seconds) to display the dynamic properties in System Manager.  During this time, the WICS experiences 100% CPU usage. Customers typically need to access this window on a production system in order to change log/trace settings or flow settings for the connector.
Fixing notes:  When user need display or change log/trace settings of connector properties, the dynamic properties of the connector will be displayed in system manager faster than before. When users click Associated Map tab of the connector properties dialog, the response time will be long to load its supported BOs and maps.

 

36078

4.3.0.1

Business Object Designer:
Business Object Designer automatically fixes attributes with MaxLength = 0 to MaxLength = 255. This fix is to turn off this behavior but still requires a manual change from users:
1) Open file %CROSSWORLDS%\bin\cwtools.cfg
2) Add the following segment at the end of this file:
    [preferences]
    AllowZeroLengthAttr = true

Fixing notes: This is a preliminary fix and the implementation may change later on (e.g. instead of editing cwtools.cfg you'll have to use the UI).

 

35677

4.3.0.1

Connector Configurator:
Exception occurs when saving to project after switching brokers:
When user switches a connector's broker type from WMQI to WAS or from WAS to WMQI, an exception will occur. This will prevent user from switching a  connector's broker type between WMQI and WAS once this connector has been created.

 

35029

4.3.0.1

Dashboard:
In System Monitor if changing the Display items for a table and having the Refresh Rate in 'Set Options' set to greater then 0, then the auto refresh would not work properly. This has been fixed.

 

34906

4.3.0.1

Flow Manager:
Eclipse-based Flow Manager is much slower than the C++ version for the following tasks: resubmitting/deleting failed flows.

 

34342

4.3.0.1

Business Object Designer:
Business Object Designer isn't showing the child business object's application specific information (ASI) properly.

 

34184

4.3.0.1

Map Designer:
Map Designer join dialog cannot display long attribute name.
Fixing notes: The cells that display the attribute name are provided with cursors to move to the invisible area. Tool tip is also provided to see the entire string.

 

33735

4.3.0.1

SNMP:
SNMP manager does not receive the host name from the SNMP agent.
The traps sent out by the SNMP Agent did not contain the correct origination host name of the trap.  The origination host name for traps are all set to "localhost", which results in whatever machine name the network manager is on to be displayed.  The correct origination host name of the trap should be the host name that the SNMP Agent is running on.  This has been fixed in the 4.2.2.3 patch.

 

32841

4.3.0.1

System Manager:
When there is more than one GBO in the collaboration ( the map names are explicitly bound in the connector)  the Tree and the graphical views in the SM show the incorrect map name for the collaboration.

 

Back to top

Prerequisites

1.       You must have WICS V4.3.0 and/or WBI Toolset installed in order to install this fix pack.

Note: to install WICS V4.3.0 and apply WICS V4.3.0.6 fix pack  on AIX® version 6.1 / Solaris® 10 /Red Hat® Enterprise Linux 4/ Red Hat Enterprise Linux 5/SUSE® Linux Enterprise Server 10/Windows® server 2008 or later you must start the installer with the parameter: 

        -W invalidPlatform.active="False"

Example:

        ./setup.bin -W invalidPlatform.active="False"

2.     For UNIX platforms you must have an Xwindows environment to run the fix pack installer. Silent installation is not supported for the fix pack installer.

3.     WebSphere Business Integration Adapter Framework 2.6.0.12

Back to top

Upgrade Instructions 

 

Installer restriction for AIX, HP-UX®, and Solaris®:

To install this fix pack on AIX, HP_UX, or Solaris you must install from the same user that was used to install the base WICS V4.3.0 product.

 

Installer restriction for Solaris:

To install this fix pack on Solaris you must not install from the root user.

 

To apply this Fix Pack on a Windows system:

1.       The Fix Pack Installer for Windows is a combined installer for both WICS and WBI Toolset Fix Pack.  The installer will apply the fix pack for the WICS or WBI Toolset or both depending on what you have installed.

2.      If both server and Toolset are installed on the same system they must have been installed to the same directory.

3.      Shut down the server if it is installed and running on the same system.

4.      Back up the files listed in the table below for the WICS or WBI Toolset or both depending on what you have installed.  This enables the fix pack to be uninstalled.

5.      Download and run the fix pack Installer

To apply this Fix Pack on a UNIX or Linux system:

1.      Restriction: to install this fix pack on UNIX or Linux, you must install from the same user that was used to install the base WICS V4.3.0 product.

2.      The Fix Pack Installer for UNIX and Linux systems is for WICS only since the WBI Toolset is not supported on these systems.

3.      Shut down the server if it is running.

4.      Back up the files listed in the table below for WICS and WBI Toolset. This enables the fix pack to be uninstalled.

5.      Download and run the Fix pack Installer corresponding to the Operating System on which the WICS is installed.

Back to top

l         Table of WICS files installed by this fix pack

Platform [Win32;Solaris;AIX;HP_UX;XLINUX]

Add / Replace / Remove

File (Starting from WICS installation directory)

Associated Feature

(File is installed only if the associated feature was installed)

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

Messages/InterchangeSystem.txt

Server

Solaris:AIX:HP_UX :XLINUX

Replace

bin/snmpagent_manager

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

bin/CC001616J040300.sys

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

bin/CC000976J040300.sys

ICSAccess for EJB

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

bin/CC001133J040300.sys

ICSAccess

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

bin/CC001351J040300.sys

ICSAccess for Connectors

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/xwbase.jar      

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/xworacle.jar    

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/xwsqlserver.jar              

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/xwutil.jar          

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/CrossWorlds.jar            

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/datamanager.jar 

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

lib/cworion.jar 

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

repository/Email.jar

Server

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

WBSM/CWDashboard.war

Server – DashBoard Monitor

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

WBFEM/WAS/FailedEvents.war

Server – DashBoard Monitor

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

WBFEM/FailedEvents.jar

Server – DashBoard Monitor

Win32:Solaris:AIX:HP_UX :XLINUX

Replace

jre/*

Server – JRE

Solaris:AIX:HP_UX :XLINUX

Replace

bin/ics_manager

Server

Solaris:AIX:HP_UX :XLINUX

Replace

bin/PersistentNameServer.sh

Server

Solaris:AIX:HP_UX :XLINUX

Replace

/bin/CosNameServer_Dump.sh

Server

Solaris:AIX:HP_UX :XLINUX

Replace

/bin/JarVersion.sh

Server

Solaris:AIX:HP_UX :XLINUX

Replace

/bin/testMQ.sh 

Server

Solaris:AIX:HP_UX :XLINUX

Replace

/bin/check_path.sh

Server

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/J2EE/EJB/samples/CwSample.java

ICSAccessEJB

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/J2EE/EJB/samples/CwSampleBean.java

ICSAccessEJB

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/J2EE/EJB/samples/CwSampleClient.java

ICSAccessEJB

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/J2EE/EJB/samples/CwSampleHome.java

ICSAccessEJB

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/J2EE/EJB/samples/xmlServlet.java

ICSAccessEJB

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/sadk/ServerAccessInterfaces/AccessSample/ATPServlet.java

ICSAccess

Solaris:AIX:HP_UX :XLINUX

Replace

/DevelopmentKits/sadk/ServerAccessInterfaces/AccessSample/HtmlDataHandler.java

ICSAccess

Win32:AIX

Replace

copyright

Server – JRE 

Win32

Replace

docs/*

Server – JRE 

Win32

Replace

bin/PersistentNameServer.bat

Server – Fault Tolerant ORB

AIX

Replace

license/*

Server – JRE 

Win32

Add

bin/IsNameServerAlive.bat

Server

Solaris:AIX:HP_UX :XLINUX

Add

bin/IsNameServerAlive.sh

Server

AIX 

Add

jre/bin/orbd

Server – Fault Tolerant ORB

AIX

Add

jre/bin/libioser12.a

Server – Fault Tolerant ORB

AIX

Add

jre/lib/pns/pns.jar

Server – Fault Tolerant ORB

XLINUX

Add

jre/bin/orbd

Server – Fault Tolerant ORB

XLINUX

Add

jre/bin/libioser12.so

Server – Fault Tolerant ORB

XLINUX

Add

jre/lib/pns/pns.jar

Server – Fault Tolerant ORB

Win32

Add

jre/bin/orbd.bat

Server – Fault Tolerant ORB

Win32

Add

jre/bin/ioser12.dll

Server – Fault Tolerant ORB

Win32

Add

jre/lib/pns/pns.jar

Server – Fault Tolerant ORB

Back to top

l          Table of WBI Toolset files installed by this fix pack – For Windows installations only:

Platform

Add / Replace / Remove

File (Starting from WICS installation directory)

Associated Feature

(File is installed only if the associated feature was installed)

 

 

 

 

Win32

Replace

Bin/Start_VTConnector.bat

Tools

 

 

 

 

Win32

Replace

Tools/eclipse/plugins\com.ibm.btools.webservices\plugin.xml

Tools

Win32

Replace

Lib/csm.jar

Tools

Win32

Replace

Lib/Webservice.jar

Tools

Win32

Replace

com.ibm.btools.csm.help\plugin.xml

Tools

Win32

Replace

bin\ICSConfig.bat

Tools

Win32

Replace

Tools\eclipse\plugins\com.ibm.btools.itools.testingenv\configs\rmiconn.bat

Tools

Win32

Replace

bin/Data/Std/StdConnProps.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_chs_chn.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_cht_twn.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_deu_deu.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_esn_esp.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_fra_fra.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_ita_ita.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_jpn_jpn.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_kor_kor.xml

Tools

Win32

Replace

bin/Data/Std/StdConnProps_ptb_bra.xml

Tools

Win32

Replace

bin/BusObjDesigner.exe

Tools

Win32

Replace

bin/ConnDesigner.exe

Tools

Win32

Replace

bin/MapDesigner.exe

Tools

Win32

Replace

bin/LogViewer.exe

Tools

Win32

Replace

bin/ProcessDesigner.exe

Tools

Win32

Replace

bin/enu_usa/ConnDesignerRes.dll

Tools

Win32

Replace

bin/chs_chn/ConnDesignerRes.dll

Tools

Win32

Replace

bin/fra_fra/ConnDesignerRes.dll

Tools

Win32

Replace

bin/jpn_jpn/ConnDesignerRes.dll

Tools

Win32

Replace

bin/cht_twn/ConnDesignerRes.dll

Tools

Win32

Replace

bin/ita_ita/ConnDesignerRes.dll

Tools

Win32

Replace

bin/deu_deu/ConnDesignerRes.dll

Tools

Win32

Replace

bin/esn_esp/ConnDesignerRes.dll

Tools

Win32

Replace

bin/ptb_bra/ConnDesignerRes.dll

Tools

Win32

Replace

bin/kor_kor/ConnDesignerRes.dll

Tools

Win32

Replace

bin/enu_usa/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/chs_chn/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/fra_fra/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/jpn_jpn/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/cht_twn/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/ita_ita/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/deu_deu/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/esn_esp/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/ptb_bra/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/kor_kor/ProcessDesignerRes.dll

Tools

Win32

Replace

bin/Utils.dll

Tools

Win32

Replace

bin/ActivityEditor.dll

Tools

Win32

Replace

bin/CxCommon2.dll

Tools

Win32

Replace

bin/ServerConnection.dll

Tools

Win32

Replace

bin/XRmi.dll

Tools

Win32

Replace

bin/SMInterface.dll

Tools

Win32

Replace

bin/CC001224W040300.sys

Tools

Win32

Replace

lib/CrossWorlds.jar

Tools

Win32

Replace

lib/datamanager.jar

Tools

Win32

Replace

lib/ConfigWizard.jar

Tools

Win32

Replace

lib/flowmanager.jar

Tools

Win32

Replace

lib/relmgr.jar

Tools

Win32

Replace

lib/vtc.jar

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.csm

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.common

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.codeGen

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.ae.settings

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.cwconverter

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.datamanager

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.msg.importer

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.collaboration.debugger

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.testingenv

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.itools.wsdlgen

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.adaptermonitor

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.bdm

Tools

Win32

Replace

Tools/eclipse/plugins/com.ibm.btools.dashboard.assemblewizard

Tools

Win32

Replace

lib/wbisnmpagent.jar

Tools

Win32

Replace

lib/wbisnmpconfigmgmt.jar

Tools

 

Back to top

Uninstall Instructions

When installing the fix pack, you should first back up all the old files that are being replaced. To uninstall this fix pack, replace the new files with the backed-up files, and drop PBusObjStateIndex5 if you are rolling back to 4.3.0 or 4.3.0.1, 4.3.0.2, 4.3.0.3 from 4.3.0.6. You must uninstall the fix pack on both WICS and WBI Toolset installations.

Instruction how to drop PBusObjStateIndex5 index on DB2

      1. From DB2 Control Center, expand the object tree until you find the Indexes folder.

      2. Click Indexes folder. Any existing indexes are displayed in the pane on the right side of the window.

      3. Select PBusObjStateIndex5.

      4. Right-click on PBusObjStateIndex5 and select Drop from the pop-up menu.

      5. Use the Confirmation window to confirm that you want to delete the index.

For how to delete PBusObjStateIndex5 on Oracle database or SQL Server, please refer to Oracle or SQL Server documentation or get help from database administrator

© 2005 IBM Corporation. Proprietary and Confidential. All Rights Reserved.

 Back to top