######################################################################## # # # COMPONENT_NAME: WebSphere MQ Integrator Broker # # # # FILE: MEMO.PTF # # # # Program Number 5724-D07 # # (C) COPYRIGHT International Business Machines Corp. 1999, 2000, 2001 # # 2002 # # All Rights Reserved # # Licensed Material - Property of IBM # # # # US Government Users Restricted Rights - Use, duplication or # # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # # ######################################################################## PTF Memo for IBM WebSphere MQ Integrator Broker V2.1 for Multiplatforms ----------------------------------------------------------------------- The memo.ptf file contains information you need for updating IBM WebSphere MQ Integrator Broker Version 2.1. This memo.ptf file corresponds to CSD03 which is defined as the following PTFs :- - U200179 for Windows NT/2000 - U483830 for AIX - U483937 for Sun Solaris - U483938 for HP-UX This memo.ptf file is divided into the following sections: o Installation and maintenance information o Documentation changes o Special information o Service and technical support o CSD history ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ INSTALLATION AND MAINTENANCE INFORMATION ---------------------------------------- Maintenance updates are supplied on CD in the form of a Program Temporary Fix (PTF), referred to as a Corrective Service Diskette (CSD). You can find the latest information about available CSDs on the Internet, at this address: http://www.ibm.com/software/ts/mqseries/ You can also download CSDs from this web site. APPLYING THE MAINTENANCE INFORMATION ____________________________________ The instructions for applying and removing maintenance can be found in the Applying Maintenance Appendix of the WebSphere MQ Integrator Broker Installation Guide, but must be amended by any changes documented below. Migration to CSD03. In order to activate new options within the Control Center, the Config Manager must be deleted and re-created. This is done as follows 1) Stop the Config Manager mqsistop ConfigMgr 2) Delete the Config Manager preserving the configuration and message repository. mqsideleteconfigmgr Use no options on this command. 3) Re-create the Config Manager mqsicreateconfigmgr Use all the options that were used when the Config Manager was last created. 4) Start the Config Manager mqsistart ConfigMgr 5) Restart the Control Center and the new options will be available. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DOCUMENTATION CHANGES --------------------- Working with Messages refreshed - SC34-6174-01 Note that WWM translations will be delayed by not more than 1 month from US_English availability with CSD03. CSD Release Guide - SC34-6203-00 This new book reflects new and updated information available after the product GA in US_English. Refer to the GA books (dated June 2002) for all information that is not amended by the CSD Release Guide. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ IC34391 - DB2 INSTANCE PARAMETERS MAXAGENTS AND MAXAPPLS NEED TO BE SET The WMQI V2.1 documentation does not specify that the maxagents parameter needs to be set at the same time as the maxappls parameter. The following books will be amended to specify that the maxagents parameter needs to be set at the same time as the maxappls parameter. WebSphere MQ Integrator Administration Guide V2.1 (SC34579206), Chapter 3; The broker, Defining and authorizing a broker database, Creating a broker database, Broker database connections. WebSphere MQ Integrator Using the Control Center V2.1 (SC34560205), Chapter 5; Working with message flows, Creating a message flow, Managing database resources. WebSphere MQ Integrator Problem Determination Guide V2.1 (GC345920-01), Chapter 5; Dealing with problems during administration, Problems with databases, Message SQL1040N. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ IC30627 - EXPLANATION OF CARDINALITY FUNCTION IS INCOMPLETE AND INCONSISTENT IN USING THE CONTROL CENTER The examples supplied in the Using the Control Center manual are lacking and/or incorrect in clarifying how things actually work with regards to the Cardinality function and XML messages that contain pcdata, white space characters, attributes etc. The following information on the Cardinality function will be added to the WebSphere MQ Integrator Using the Control Center manual, SC34-5602-02, Chapter 16 - Concepts of XML messages :- WMQI V2 treats XML pcdata, attributes and sub-elements as children of the element. The ESQL Cardinality function returns the number of children of a parent in the message tree. This means it counts pcdata, attributes and sub-elements together, therefore when using the Cardinality function with XML messages that contain pcdata, white space characters, attributes etc. you need to distinguish what you are determining the Cardinality of. For example, to get the Cardinality of the number of elements (tags), you would replace .* with .(XML.tag) The MOVE statement will also navigate to such fields in an XML tree when dealing with FIRSTCHILD, LASTCHILD, PREVIOUSSIBLING and NEXTSIBLING. In CSD02 the TYPE and NAME clauses were added to allow target fields of a specific NAME or TYPE meaning that 'non-data' fields in the tree can be skipped over. The WebSphere MQ Integrator ESQL Reference V2.1 (SC34592302), Chapter 4; ESQL Statements, MOVE will be update to emphasise this point. The fourth paragraph currently states :- If a TYPE clause, NAME clause or both are present, the target is again moved in the direction specified (PREVIOUSSIBLING or NEXTSIBLING or FIRSTCHILD or LASTCHILD) but to a field with the given type, name or both. If the specified move cannot be made ....... This will be added to as follows :- If a TYPE clause, NAME clause or both are present, the target is again moved in the direction specified (PREVIOUSSIBLING or NEXTSIBLING or FIRSTCHILD or LASTCHILD) but to a field with the given type, name or both. This is particularly useful when the name and/or type of the target field is known because this will reduce the number of MOVE statements required to navigate to a field. This is because fields that do not match the criteria will be 'skipped' over, and this could also include unexpected message tree fields such as those representing whitespace. If the specified move cannot be made ........ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PQ62125 - NEED DOCUMENTED GUIDELINES ON LOGGING 1GB LOB COLUMNS. The following information will be added to the WebSphere MQ Integrator for z/OS Customization and Administration Guide Version 2.1 (SC34-5919-01), Chapter 2; Customization, Customizing a broker, Step 7. Create the broker database p39 Considerations with WMQI usage of large objects in DB2 tables on z/OS. 1) DB2 needs to allocate auxiliary tables to hold large objects (LOBs). By default WMQI tables are created with CURRENT RULES = 'STD'. With this option set, DB2 implicitly defines a LOB table space, an auxiliary table and unique index for each LOB column (using default sizes). The default sizes of these tables may be too small for your particular requirements. This can mean that the maximum number of extents for the table space is quickly used up. If these tables have large and frequent updates the BIPDBTB member in the CNTL library for the broker should be edited as follows :- 1.1) The line SET CURRENT RULES = 'STD'; should be commented out 1.2) For all tables using LOB columns, including the following tables :- BSUBSCRIPTIONS, BRETAINEDPUBS, BACLENTRIES, BMQPSTOPOLOGY, BROKERAAEG, BROKERRESOURCES, BRMRTDINFO, BRMPHYSICALRES and BAGGREGATE a) Add a ROWID column to each of the create table definitions. e.g. ROW_ID ROWID NOT NULL GENERATED ALWAYS; b) Create a table space and table to hold the LOB data. The table space and table are called a LOB table space and an auxiliary table. One LOB table space and one auxiliary table must be created for each LOB column. Create these objects using the CREATE LOB TABLESPACE and CREATE AUXILIARY TABLE statements. For the create table space statement the following should be taken into consideration. PRIQTY n Specifies the minimum primary space allocation for a DB2-managed data set. The primary space allocation is at least the integer n in kilobytes, the actual value will vary depending on the page size for the buffer pool used. If PRIQTY is omitted, n is 200, 400, 800, or 1600 for 4KB, 8KB, 16KB and 32KB page sizes, respectively. SECQTY n Specifies the minimum secondary space allocation for a DB2-managed data set. The secondary space allocation is at least the integer n in kilobytes. This will again vary with respect to the page size for the buffer pool used. If SECQTY is omitted, n is either 10% of PRIQTY or 50 times the page size of the table space, whichever is larger. c) Create an index on the auxiliary table. The DSNTEJ7 sample shipped with DB2 demonstrates the above. For existing brokers a DB2 utility tools such as RUNSTATS and REORG can be used on the default named table spaces to increase the primary and secondary quantities respectively. 2) LOBs defined with a maximum size of > 1GB are not logged by DB2. This means that if you restore a backup copy of a database with LOBs > 1 GB, DB2 will not recover changes to that table at restart. To log changes to LOB columns you will need to reduce the size of the LOB column to less than or equal to 1 GB and specify LOG YES on the CREATE LOB TABLESPACE statement. Be aware that this may affect the performance of the updates to these tables. If you do not wish a LOB column to be logged, that is not greater than 1 GB, you will need to specify LOG NO for the table space concerned. Migration from an existing broker to one that supports logging of LOB columns will require the recreation of the broker. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SPECIAL INFORMATION ------------------- PLEASE REVIEW THE README.TXT FILE WHICH HAS BEEN UPDATED IN THIS MAINTENANCE RELEASE. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SERVICE AND TECHNICAL SUPPORT ----------------------------- This is the first release of WebSphere MQ Integrator Broker Version 2.1. The following APARs have been incorporated into it. Name Abstract IC26734 - SQL ERRORS OCCUR WHEN WORKING WITH DATABASEUPDATE NODE IC26799 - BIP2293 WHEN DEPLOYING A MESSAGE USING PLUG-IN PARSER IC26880 - FAILURE TO START/STOP ALL MESSAGE FLOWS FOR AN EXECUTION GRP IC26952 - CREATION OF RESPONSE MSG FAILS DUE TO NULL NAMEVALUECCSID IC27033 - TRACE DOES NOT SHOW CORRECT DATA - XML STATEMENT WITH A NULL IC27038 - ADD MAPPING IN AN OUTPUT MESSAGE COMPUTE NODE IS NOT POSSIBLE IC27068 - REGISTER A SUBSCRIPTION GIVES THE EVENT ERROR 7053 -UNEXPECTED IC27301 - SETTING MQMD.EXPIRY FIELD TO AN ABSOLUTE VALUE IN COMPUTE NODE IC27350 - RFH2 THAT IS ADDED AFTER THE BODY OF THE MESSAGE SHOULD NOT BE IC27394 - INCOMPATIBILITY BETWEEN MQSI-TIMESTAMP-DATATYPE AND THE FORMAT IC27806 - DATA FLOW ENGINE WILL NOT RECOVER FROM ERRORS DURING DELETION IC27959 - DELETING A DATABASE REFERENCE FROM A COMPUTE NODE DOES NOT STO IC28174 - COMPOUND NODE OF A FLOW CONTAINING LABELS CANNOT BE INCLUDED IC28312 - FLOAT DATA TYPES OF LENGTH 8 ARE NOT HANDLED CORRECTLY WHEN SE IC28324 - COBOL COPYBOOK IMPORT PROBLEM, MESSAGE BIP1812S RECEIVED. IC28401 - BIP2211E ERROR OCCURRED BY USING BYUSERID IN ORDER MODE OF INP IC28443 - BIP1812S RECEIVED USING THE CONTROL CENTER GENERATE FUNCTION I IC28446 - INSTALL GUIDE DOES NOT DISCUSS ABOUT MQSI_PARAMETERS_FILE VARI IC28447 - INSTALL GUIDE PAGE 129/130 HAVE INCORRECT NAMES FOR NT CONSIST IC28452 - RULES NODE - SUBSCRIPTION REFORMAT OPERATION IS IGNORING THE IN IC28518 - 1. CREATING A BITSTREAM THAT CONTAINS A REPEATING SEGMENT OF IC28520 - LOOP ON COMPUTE NODE - REPEATING ELEMENT USES A REPEAT COUNT IC28605 - MESSAGE FLOW LOOP WITH MSGBIP2608I MSGBIP2623I AND MSGBIP2611I IC28607 - HEX FF VALUES NOT VALID FOR STRING TYPES IC28724 - IMPORT OF COBOL COPY BOOK THAT DOES NOT HAVE A COMPLETELY ASCE IC28810 - SUBSCRIPTIONS WON T SHOW UP FOR A SINGLE USERID IC28926 - SIGNED PACKED DECIMALS WILL ACCEPT F AS WELL AS C AND D IC29022 - BIP1812E CAUSED DURING A DEPLOY IN STRUCTURES WITH MANY EBMEDD IC29033 - MQSI V201 USING DUPLICATE FLOW FEATURE TO CREATE MESSAGE FLOW IC29180 - THE INTERVAL DATETIME TYPE DOESN T WORK AS DOCUMENTED IC29184 - XML-PARSE ENVIRONMENT INCORRECT IC29200 - XML MESSAGE GETTING TRUNCATED AFTER PROCESSING THROUGH COMPUTE IC29210 - MQSIMRMCOPYMSGSET CHANGES TWO ATTRIBUTES OF THE COPY IT MAKES IC29235 - SPURIOUS ESQL SYNTAX ERROR IN COMPUTE NODE WHEN SETTING A FIELD IC29371 - MQSI DOES NOT PROPERLY CONVERT HEX VALUE FOR UNICODE CODE-POINT IC29387 - MESSAGE TRANSLATION INTERFACE SEEMS TO HAVE A PROBLEM WITH THE IC29416 - COMPUTE NODE ADD MAPPING TO MRM LAYOUT GENERATES BAD ESQL IC29489 - DBCS MESSAGES WERE NOT CONVERT CORRECTLY FROM PC CODEPAGE TO H IC29506 - MQSI SUPERUSER IBMMQSI2 CAN CHECKOUT RESOURCES, BUT GETS AN ERR IC29632 - MQSI - INCORRECT STRUCLENGTH AND NAMEVALUELENGTH IN RFH2 LOOP IC29775 - MQSI BROKER DO NOT PASS THE MQMD CONTEXT INFORMATION WHEN A IC29789 - IT APPEARS THAT A CDATA SECTION IS MARKED AS "SPECIAL" IN THEXM IC29801 - MQSI V2 FAILS TO RECONNECT AFTER ORACLE HAS BEEN BOUNCED IC29992 - IF DEFAULTHEX IN THE DB TABLE HAS 1000 BYTES OR MORE THEN SPACE IC30171 - REORDER OF ELEMENTS FOR A MESSAGE SET, WITHIN A COMPOUND TYPE IC30173 - MQINPUT CATCH TERMINAL DOES NOT COMMIT DATABASE LOCKS. IC30195 - EG ABEND WHEN USING TWO MESSAGES OF THE SAME STRUCTURE WITHIN IC30350 - CONFIGMGR NOT DETECTING A COMM LINK FAILURE TO DB2, GIVES IC30424 - AFTER APPLIED CSD2, THE MESSAGE BROKER INTERNAL PROBLEM ERROR O IC30497 - ERRORS OCCURRING DURING MQSI GUI CONNECTION TO ORACLE 8.1.6 NE IC30653 - WHEN YOU UNSET A PROMOTED PROPERTY, DEFAULT IS LOST IC30673 - SQL SYNTAX CHECKER REPORTS ERROR ON VALID SYNTAX WHICH DEPLOYS IC31150 - GETTING AN ERROR BIP1835E. THE CREATE RUNTIME MESSAGE DIC. IC31345 - COBOL IMPORT PROBLEM WHEN LEVEL NUMBERS FIELDS NOT ASCENDING IC31362 - MESSAGE GROUPING FUNCTION ONLY PROCEED THE FIRST MESSAGE IC31445 - DEFINING A STRING MRM-MESSAGE ELEMENT AS NULL-TERMINATED WITHIN IC31766 - MQSIREPORTTRACE DOES NOT WORK CORRECTLY WITH USERNAMESERVER COM IC31787 - MQSICHANGEUSERNAMESERVER ACCEPTS INVALID USERID, AND CHANGES IC31802 - GETTING PARSING ERRORS WHILE USING REPEATING FIELDS WITH SECOND IC31806 - PROBLEM IMPORTING COBOL COPYBOOK. IMPORTER DOESN T LIKE EXTRA IC31825 - BOTHRESH AND BOQNAME NOT WORKING PROPERLY WHEN ERROR OCCURS ON IC31916 - MESSAGE CONVERSTION TROUBLE (SI/SO HANDLING) WITH MQSI IC32037 - MQSI ERROR RFH2 MESSAGE FAILS TO CONVERT. REASON 2116 - IC32047 - CONTROL CENTER HANG DURING IMPORT AND/OR DEPLOY LARGE NUMBER OF IC32309 - WITHIN THE COMPUTE NODE, WHEN CODING A PASSTHRU FUNCTION IC32427 - V201 AND V202 TO V2.1 MRM MIGRATION AND COEXISTENCE IC32690 - BIP5502E FAILURE UNDER MQSI V210. IC32828 - RUNTIME ERROR EXPERIENCED BY SETTING AN EXTENDED DECIMAL FIELD IC32868 - ERROR BIP1812S IS RECEIVED WHEN IMPORTING C HEADER FILE. IC32871 - USING ALT+CTRL+SUPP DOEN NOT REBOOT THE MACHINE DUE TO 2 EG IC32896 - IMPORTING A C HEADER FILE ON A REMOTE CM FAILS IF A LOCAL IC32918 - BIPCONFIGMGR.EXE TERMINATES ABNORMALLY WHEN MACHINE IS REBOOTED IC32929 - ESQL STATEMENT IS DELETED IF COMMENT DOESN'T MATCH CC LOCALE IC33053 - ERROR BIP0067E WHEN SWITCHING THE CONTROL CENTER ON THE MACHINE IC33066 - MQE NODES SENDING DUPLICATE MESSAGES IC33135 - BIP1350 CONTROL CENTER TIME OUT, CONFIGMGR NOT RESPONDING IY12651 - DATA FLOW ENGINE WILL NOT RECOVER FROM ERRORS DURING DELETION IY13621 - MQSI MRM MESSAGE IS CAUSING THE BROKER TO SPIN IY14540 - AIX BROKER CONFIGURATION LIBPATH MODIFICATION MISSING IN DOCUM IY14660 - MEMORY CORRUPTION ON AIX USING DB2 VIA TCP/IP WITH NIS ENABLED IY14720 - MSGBIP2301E WHEN A BROKER TRIES TO LOAD THE MQSI SAMPLE PLUGIN IY14970 - DOCUMENTATION INCORRECT/NEEDS CHANGE ON COMPILERS SUPPORTED BY IY15310 - MEMORY LEAK AND THROUGHPUT DEGREDATION IY16379 - EXECUTION GROUP TERMINATES ON STARTUP WITH BIP2123 IY16620 - MQSI CORE DUMP CAUSED BY ADDRESS ALIGHNMENT ISSUE WHEN BINDING IY16679 - INADEQUATE ERROR MESSAGE PRODUCED FOR EXECUTION GROUP FAILURE IY16738 - START OF BROKER CONFIGURED TO USE ORACLE GIVES AN ERROR - UNABL IY16970 - DFE STOPS PROCESSING MESSAGES FOR A FLOW. INCOMING MESSAGES BA IY17486 - COBOL STRUCTURES, CONTAINING SIGNED DECIMAL NUMBERS (PIC S9), IY17561 - RULES NODE NOT PROCESSING A MQS EXPIRY NO PROPAGATE FIELD IN SU IY17772 - AFTER UPGRADE MQSI VERSION F/V1.1 T/V2.0.1, MQSI BROKER HANG IY17780 - DFE NOT STARTING PROCESSING OF MESSAGES ON THE INPUT QUEUES IY17806 - WHEN BROKER HAS LONG CONNECTION TO DATABASE, SOMETIMES THE CONN IY17808 - XML PARSER ADD TRUE TO THE END OF XML DECLARATION. IY18104 - CAST FUNCTION INTERMITTENTLY FAILING IY18245 - PERFORMANCE FIX TO ADDRESS INEFFICENCY IN BIT STREAM FOR IY18458 - ERROR PUT TO DLQ BY THROW NODE IS UNREADABLE - 4048 ERROR AND IY19242 - LOCAL_TIMEZONE ESQL IS RETURN 239/241 INSTEAD OF 240 ABOUT 50% IY19382 - DATAFLOWENGINE LOOP IY19787 - BIP1205E DATABASE EXCEPTION SQL0302N ON DEPLOY IY20050 - ERROR WHEN OUTPUT TERMINAL THAT IS LABELLED WITH A NAME THAT IY21179 - DFE COSUMING HIGH CPU AND HANGING WITH NO ERRORS IY21734 - MQSI CRASHED WHEN ADDITIONAL INSTANCES OF A MESSAGE-FLOW WERE IY22261 - BROKER IN AIX SMP ENVIRONMENT MEMORY MANAGEMENT VULNERABLE TO F IY23087 - EXCESSIVE CASHING PERFORMED BY MQSI CAN LEAD TO MEMORY HEAP IY24362 - CONVERSION INCORROUT FROM OS/390 TO OS/400. IY25465 - SCADA NODE STOPS TRANSMITTING MESSAGES THROUGH FLOW IY26160 - BIP2088E AND BIP2106E AT DEPLOYMENT OPERATION. IY26427 - A BROKER RUNNING WITH A SCADA NODE LOCKS UP IY28384 - CONTROL CENTER FOR V2.01 INCORRECTLY IMPORT VIRTUAL IY29050 - ORA-03113: DFE TERMINATES AFTER A LOSS OF COMMUNICATION WITH DB The WebSphere MQ support page is located at: http://www.ibm.com/software/ts/mqseries/support from which you can obtain the latest information about various WebSphere MQ topics including :- - Hints and Tips - APARs and Fix Packages - FAQs - Support downloads - Newsgroups For the latest versions of WebSphere MQ Integrator product documentation see the following Web page on the MQSeries Web site: http://www.ibm.com/software/ts/mqseries/library/manualsa/ The README file shipped with WebSphere MQ Integrator products contains information that was current at that time. The very latest information is available at:- http://www.ibm.com/software/ts/mqseries/support/readme/index.html ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CSD HISTORY =========== CSD03 _____ This is CSD03 for WebSphere MQ Integrator Broker Version 2.1. It is delivered via the following PTFs:- - U200179 for Windows NT/2000 - U483830 for AIX - U483937 for Sun Solaris - U483938 for HP-UX It contains fixes for ALL the problems listed below: Name - Abstract IC33925 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR NT IY32346 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR AIX IY32347 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR HP-U IY32349 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR SUN PQ62540 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR Z/OS PQ63435 - CUMUL MAINT 01 FOR WEBSPHERE MQ INTEGRATOR BROKER V2.1 FOR Z/OS IC28837 - RENAME A DEPLOYED FLOW, DEPLOY EXEC GROUP SHOWS NEW FLOW NAME I IC29837 - COMMIT BY GROUPID DOCUMENTATION NOT CLEAR ABOUT ROLLBACK IC30627 - EXPLANATION OF CARDINALITY FUNCTION IS INCOMPLETE AN IC30970 - GLOBALLY CO-ORDINATED FLOW INVOKING NEON PARSER CAUSE XA PROBLE IC31219 - MQSI STACK OVERFLOW BY MESSAGE FLOW THAT LOOPS IC31421 - IN MQSI 2.0.2 USERIDENTIFIER IN MSG CONTEXT GETS SET THE USERI IC32774 - PROBLEM WITH COPY MSG HEADERS IN COMPUTE NODE IC32883 - BIP5341 ERROR IS THROWN WHEN ASSIGNING DATE VALUES TO THE MRM IC33120 - IMPROVE DOCUMENTATION ON THE NEW BEHAVIOUR OF PARSERS IC33126 - INCORRECT COPYBOOK IMPORT CAUSES CONFIGMGR TO HANG IC33163 - MQI V2.1 MRM CWF PARSER BEHAVIOUR NEEDS TO BE CHANGED TO OPERAT IC33180 - THE MRM PARSER WILL NOT ACCEPT AN MRM FOLDER THAT HAS ANY FIEL IC33382 - TDS PARSER THROWING ERRORS FOR REPEATING FIELDS. IC33383 - INSTALLING THE CSD02 ON A CONTROL CENTER MACHINE ONLY GIVES IC33412 - XML TO IDOC CONVERSION RESULTS IN TIMESTAMP PROBLEM IC33445 - VISUAL DEBUGGER CAN'T HANDLE MESSAGE FLOWS IN WHICH THE MQINPUT IC33480 - BIP5009 PARSER ERROR - VISUAL DEBUGGER ADDS SPURIOUS END TAG IC33490 - COBOL IMPORTER INCORRECTLY SETS THE PADDING AND JUSTIFICATION IC33549 - AIX BROKER CSD02 UNABLE TO PARSE TAD/DELIMITED MESSAGE - TREATI IC33588 - EXTENSIONS TO MQSIIMPEXPMSGSET TO HANDLE ERRORNEOUS COBOL IC33610 - BIP0068E CONTROL CENTER STARTUP PROBLEM IC33627 - CCI_EXCEPTION PLUGIN SAMPLE TO BE UPDATED TO INCLUDED AN EXAMPL IC33693 - BIP1812S WHEN IMPORTING COBOL COPYBOOK ON MQ V5.2 IC33699 - DEFAULT VALUE FOR THE DATE IS NOT BEING UNDERSTOOD BY ONE OF TH IC33728 - MRXCOBOL.DLL OMITTED ON CC ONLY INSTALLATION. IC33871 - WMQI TRIMMING FIXED LENGTH ELEMENTS IS CAUSING PROBLEMS. IC33959 - MQSIREADLOG/MQSIFORMATLOG GIVES BIP8029E ERROR WHEN USERI IC33962 - MRXYYYY.DLL'S BEING UNLOADED AS MSG SETS ARE BEING WORKED ON IC34041 - CONTINOUS PUBLICATION NODE RESULTING IN EG FAILURE WITH BOOTSTR IC34060 - PROBLEM WITH ESQL EDITOR IN THE COMPUTE NODE WHEN ENTERING WHEN IC34115 - COBOL SIGN KEYWORDS NOT USED ON DECIMALS DURING IMPORT IC34191 - COBOL COPYBOOK IMPORTER SETS MINOCCURS INCORRECTLY IC34206 - SCADA SUBSCRIPTION FAILS ON 2ND BROKER IN A COLLECTIVE IC34246 - BIP2461E WHEN INTERNALLY CASTING CHAR TO DECIMAL IC34289 - WHEN AN EXECUTION GROUP IS RENAMED - IT REVERTS TO THE OLD NAME IC34391 - DB2 INSTANCE PARAMETERS MAXAGENTS AND MAXAPPLS NEED TO BE SET IY21834 - case#1274377 CHAR CONVERSION NOT PERFORMED ON CLOBS PASSE IY26056 - ADDING MQCIH HEADER TO THE MESSAGE AND ENCODING AND CCSID VALUE IY27441 - MQSI V202 BROKER CAN T RESET BIP2135E STATUS ONCE THE MESSAGE IY28005 - LOOP ON MSG BIP2609E BIP2608E BIP2610E IF THE MQINPUT NODE IS A IY28995 - BIPSERVICE TERMINATING ON AIX IN AN ENVIRONMENT WITH LOT OF MQS IY29128 - BROKER 'CONFIGURATION MESSAGES' ARE SENT TO THE MQSERIES DEA IY29419 - BROKER EXITING EARLY BEFORE CONFIGURATION MESSAGE ARRIVE FROM E IY29461 - ADD TO DOCUMENTATION THAT IT S NECESSARY TO HAVE A MATCHINGCALL IY30451 - BROKER ABENDS WHEN PARSING AN XML MESSAGE AGAINST A MESSAGE IY30965 - WMQI V2.1 PARSER LOOPS IF NO MESSAGE BODY TO AN XML DOCUMENT IY32778 - MQSILIST COMMAND SHOWS NO RESULT OR ERROR IY32888 - PROBLEMS WITH DEPLOYING THE EXECUTION GROUPS THAT ARE IN INVALI IY33138 - INPUT MQRFH2 MCD FOLDER DETAILS INCORRECTLY USED IN RCD NODE IY33268 - EXECUTION GROUP ABENDS AFTER SELECTING THE CONTINUE WHEN A FLOW IY33912 - MESSAGES GO TO DEAD LETTER QUEUE WITH DLH REASON CODE 65536 PQ56571 - MQSICREATEBROKER ON Z/OS FAILS WITH INCORRECT INSTALL PATH PQ57687 - SETTING FOR ICU_DATA IS ERRONEOUS PQ59154 - RUNNING MQSICUSTOMISE CAUSES DATA TO BE APPENDED TO BOTTOM OF PQ60310 - 0C1 ABEND WHEN STARTING WMQI DATAFLOW ENGINE PQ60976 - LARGE MESSAGES IN MESSAGE FLOW CAUSE DEBUGGER TO LOSE PQ61201 - 'LOCAL ENVIRONMENT' IS BEING CALLED 'DESTINATION LIST'BY DEBUGG PQ62125 - NEED DOCUMENTED GUIDELINES ON LOGGING 1GB LOB COLUMNS. f13552 - Improved Flow of Control in SQL f13638 - Improve ConfigMgr Role Management f14155.1- MRM dictionary validation f14313 - Relocatable runtime capability needed on UNIX f18003 - Unable to insert BLOBs/CLOBs of >4k in oracle f19256.4.1 - Implement indexes on non-390 platforms f19256.4.3 - Make broker table lock switchable f19604.2- Performance enhancements: DataFlowEngine f20573 - Exit to flow NT domain info from Control Center f23727.1- Reduce AdminAgents memory requirements on deploy f23841 - Enhanced BITSTREAM function f24881 - Improve scalability of large message processing f24911 - Upgrade MQSeries Everyplace to latest level f25127.2- Enhanced THROW statement f25879 - Optionally disable comment in MRM-XML f25959 - Allow amount fields to contain a trailing comma f25963 - Parsing using regular expressions f25967 - mqsiimpexpmsgset defaults reset f26060 - ModelMessages.properties correction f26066 - Datetime defaults inconsistent between CWF and TDS/XML f26081 - GenXML: Enable quotes in Processing Instructions f26087 - General feature for the SWIFT messageset work f26106 - Error Message Architecture review for MRM f26124.1- Generate runtime objects for SQL f26172.1- Minimise UnicodeString use in dataconv f26172.2- Remove UnicodeString from bitstreamworkerstatechecker f26309 - A set of User/Group Plug-ins to improve Performance f26336 - Optimized (small) jar for MQe clients f26480 - CSD03: ship new WMQI license text f26613 - Support for E format floats in TDS f27332 - Customers want to access the database from inside SQL routines f7631.3 - Allow zero or more input terminals in the plugin wizard 10775 - BIP2212: Error message does not say which node caused the error 11522 - mqsicreate... qmgr exists but no DLQ 11721 - C & P. Cross-msg-set warning is insufficiently selective 13040.4 - Allow format field of header to be set for IDO 14996 - Change default setting in export preferences 15614 - Errors written to event log when catch terminal is connected. 15624 - MQInput node catch terminal changes the exception list 15869 - Smartguides : Element no removed from list if added to Summary 16522 - Inconsistent behaviour if renaming broker & checked in Topology 17516.3 - CWF Padding char different on 2.1 from 202 17877 - MRM-Properties Pane History and Description Tab entries lost 18047 - MRM-BIP0074E 1. presentation inconsistent 2. Inappropriate wor 18229 - Database Node message now appearing on Failure Terminal 19266 - MRM msg BIP0707E text 19501 - Broker subscriptions cannot be deleted using the delete key. 19508 - Default domain list for MQInput, MQeInput etc needs JMSdomains 19557 - Help window doesn't close when Argo is shut down 19575 - Help "Tour" window close when Argo is shut down 20175 - Need to characterise behaviour of XA with 2 DSNs resolving to a 20256 - spaces in physical format name causes problems 20501 - cut and paste of elements not working for XML layer in CC. 20583 - String "PublicGroupRef" not translated in Topic View 20676 - DFE startup trace cannot be obtained. 20715 - Cannot access 'Refresh' using shortcut key 20999 - Testing TDS properties values unitary, MRM refuse EUI right val 21369 - MRM: When changing properties of a type within a sequence type, 21446 - Command-line usage is inconsistent with other products 21459 - loop back connections hidden if nodes are rotate 21565 - List option gives wrong error message 21640 - CC Syntax Checker rejects UUIDASxxxx functions on RHS of !! fn. 21715 - CAST decimal to decimal fails 21770 - Consistency between Syntax Check of BITSTREAM and FIELDNAME fns 21826 - tdsextractor: Incorrect text in warning message - PT_WARNING 21989.1 - Validation of CWF pad character 22077 - Improve ImbLanguage tracing 22367 - Tidy up ImbConsoleParser code 22506 - Debug node shown in Add Message Flow list only on Assignments 22514 - 'Undo' does not fully work on Assignments page 22594 - Remove Delete of element under elementQualifier should disable 22607 - Missing mnemonics Value Constraint/Language Binding/Physical Fo 22612 - Create an element with an existing name should be forbidden 22672 - Messages 9141 & 9142 should be informational 22854 - Wrong logo for warning message in Topics properties 22930 - ERRMSG: BIP5511: inserts wrong, raw conversion error code 22980 - ERRMSG: MRM BIP5180 message text 22983 - ERRMSG: MRM BIP5505 message content 23060.1 - Remove use of MQSI_DONT_XA_UNENLIST 23130 - TDS floats don't use non-standard negative signs on output 23436 - BIP9177I is misleading. 23456 - MRM-Check-out confusion follows Finalize Failure 23514 - Progresss bar in Visual Debugger title contains MQSI reference 23550 - FIELDVALUE function badly neede 23623 - ERRMSG: MRM BIP5199 message content 23729 - Length of element.Tag value should equal parent type.Tag Length 23761 - dump of BAGGRGEATE table does not correctly show NULL data 23764 - insert missing from message - so produced wrong value 23794 - The message BIP8137 is uninformative 23931 - Copy message flow after compute node properties 23988 - 2.1->2.02: Relax broker to allow bytes for Ext Dec Length Units 24007 - Message in rstclog written incorrectly. 24037 - Create Broker uses -k flag with diff meaning to 2.1 24090 - Semaphore can be left locked if exceptions are thrown 24116 - RFH2 Parser is very slow 24149 - Message BIP9172E should be BIP9172I. 24232 - MRM-4 MRMBxx22 testcases are failing 24287 - BIP2163 text missing apostrophe 24344 - MRM Generate messagebook xtrcterr.log content 24414 - Import MFs - Wrong displayed BIP0662W when there's MF category 24433 - Debugger - No mnemonic for the Settings in Actions menu 24434 - Debugger - Mnemonic "O" is used twice in Actions menu 24464 - Plugin Node - After drag and drop , attribute duplication 24499 - OS390: 2060 should be sent to the console by default. 24575 - Inconsistent behaviour when more than one choice in message. 24589 - Repeating compound type >max occurs not output correctly in CWF 24694 - Type-o in scripts/...template/dsnaoini SUBSYSTEME 24733 - Aggregated response contains data from another group 24805 - MtiImbSyntaxElement::copyElement(ImbSyntaxElement* source) 24861 - MRM Skip count does not work for compound elements 24997 - Messages BIP2206I, BIP2282W, and BIP2320W are obsolete. 24998 - Message BIP3902I is obsolete. 25045 - Check for correct ODBC driver level 25072 - Aggregation node gives DB2 error 25178 - TDS doesn't output default values for missing fixed elements 25369 - Multipart: Message embedded in choice failing for AED/VL/FL 25427 - TDS Fixed length output incorrectly for repeating choice. 25431 - Using DBCS name does not seemed to work 25456 - ERRMSG: Wording of BIP5429E needs amending 25527 - Bad error message when saving log 25559 - MRM BIP5168 message content 25573 - -l option iseen n help text for configmgr commands 25590 - Invalid field values in MQM 25600 - RecoverableException ?????????? 0 ?????????? 25652 - MQeMbMsgObject's priority field set incorrectly 25672 - MQMD field values differ between MQe & MQSI 25673 - Exception on setting value 9996 into Feddback field for Mb msg 25735 - setUniqueId declared as public in MQeMbMsgObject 25746 - MRM- Null Handling CWF Integer Extend Dec Padded Literal Null 25748 - ERRMSG: CWF General Error BIP5167 insertions are muddled up 25754 - GUI allows TDS esc of more than one char 25758 - Data conversion to code page 932 (double byte) and back to 437 25824 - MRM TDS and multipart message keys 25830 - Select As Function is wrong flagge 25835 - Call to execute a Stored Procedures fails on z/os. 25842 - MRM- Null Handling TDS Fix Length Float NullLog / Pad confusion 25857.1 - XML Schema Extensions and Restrictions 25899 - Changes with 25636 coming up in English on NLV 25903 - Not seeing Control Center log if security exits set MCAUserI 25914 - MRM:No hourglass cursor while expanding large message subtree 25925 - EVAL cannot execute a CALL statement 25934 - CWF:Multiple levels of unresolved messages/choice not supporte 25939 - Add message popupmenu item only available on Compoun 25978 - TDS Validator to check for unbounded repeats 25986 - PrivateRegistry causes MQeInputNode failure 25993 - Deploy failures cause a cascade of failures 26002 - Unable to add panes for nested multipart msgs in compute node 26003 - In the EUI, Attributes cannot be specified on the XML Root Tag 26014 - BIP5355 messgae content 26016 - STRESS: BIP8303 produced by broker during cache update 26019 - Syslog does not report failure to load lils 26022 - Insert missing in BIP9170E when compcif not found. 26024 - Aggregation stress test abends after 20 mins 26042 - MRM- Broker Abend due to 'StrToDatetime' metho 26046 - MRM TDS Message Format with NULLs not Parsing Correctly on 390 26054 - MRM-Trace node stops tracing tree at an unresolved choice. 26075 - MRM-CWF IEEE floats not as accurate on 390 as they should be 26076 - Stack overflow in TDS parser 26084 - Certain MRM tests fail on AIX and Solaris. 26086.1 - Covering TDS Parser side of 26086 26091 - Incorrect length of ISA 26096 - Regression breaking plugin input nodes with MRM messages 26097 - Stopped flow not recreated on broker stop/restart 26109 - Broker abends when parsing an XML message 26127 - broker crashes if java node accesses GlobalEnvironment 26130 - MQe/SCADA Participant tables are not protected by a semaphore 26131 - In testing for repeating tags look for group in 26133 - MRM CWF setting to null unexpected short message 26134 - mqsimrmimpexp - mispelling in help instructions 26137 - MRM TDS Data lost on output 26138 - BIP2011 message content 26140 - NT handling of 390 floats has regresse 26155 - ERRMSG: BIP5004 full of meaningless numbers and terms 26160 - Multiple topics import incorrectly 26181.2 - CC not prevent user to repeat element in simple unordered type 26182 - Poor diagnosis of missing length count 26185 - Pubsub expiry tests failing since clock change to BST 26189 - DTD Importer-Imports mixed content model as ordered set 26190 - Abend of DFE when a message set is deploye 26193 - Use of 16S as group terminator failing in TDS 26198 - MRM- XML Schema Importer incorrect treatment of "fixed" 26203 - MRM- XML Schema Importer namespace errors 26225 - MRM- XML Schema Importer NOTATION datatype not recognise 26226 - MRM- XML Schema Importer Name datatype not recognise 26227 - looks like a syntax error in ImbPointer.hpp 26237.1 - CMI: (stddi) BIP5323, BIP5323 defined in wrong place. 26237.2 - CMI: (bsutils) New PWFCh & PWFString implementation breaks CMI 26237.3 - CMI: (stddi) StdDictionaryIterator uses ImbOwnedLogSource 26237.4 - CMI: (cwf) CWF worker specific CMI resync changes 26239 - MRM- XML Schema Importer "use" clause on attribute not importe 26247 - Sample DB2 switch load file must be rebuilt for MQ 5.3 26248 - MRM- XML Schema Importer wrong treatment of recursive import 26249 - GenericPropertyParser class name should bt upper case 26272 - Parsing of empty 16R 16S sequence fails 26307 - DFE fails to start with 0c1, if region size too small 26317 - MRM- XML Schema Importer MaxExclusive for STRING wrong 26321 - Change abend code from 2C3 to 2C1 26322 - MRM- 5354E MTI Internal Error with TDS layer 26324 - CWF parameter 'First Week of Year' in message sets on C 26339 - MRM- XML Schema Importer "nil" namespace prefix 26343 - MRM- XML Schema Importer using Finalized Message Set 26380 - MRM- TDS Writer Internal Error BIP5432 26384 - Performance inline 26398 - e-fix2961:Broker abend with TDS containing embedded message 26425 - TDS with VDP set and explicit decimal gives incorrect output 26431 - Parsing of LX loops in X12 not correct 26439 - mqsi_setupdatabase creates link for wrong libraries 26447 - Glossary generates the German version. 26454 - HOT: MRM-Certain chars in doctype text cause serious CC errors 26460 - Import Topics enabled and processed when Topics not checked-out 26471 - Multipart messages with absolute paths cause abends 26475 - MRM- Broker Abend when writing to TDS with Base & Simple Types 26491 - MRM DTD Generator and Choice elements 26499 - mqsideploy -r doesn't work in Japanese environment (CCSID=932) 26502 - No retry on BSUBSCRIPTIONS table lock. 26503 - Hang in JVM during DFE termination. 26536.1 - Disable Member Rendering for Compound Elements 26572 - I enter a direct setting to a float in the ESQL of a compute no 26594 - Syntax checker flags CREATE ... AS X as error 26616 - Registry setting needed for trace file size 26628 - Exception for TDS input of multipart recursive message 26645 - ESQL statement deleted if comment was defined in another Locale 26646 - 'Reply Queue*' fields NOT disabled when 'Request' is unselecte 26664 - Unknown locale "null" causes core file 26672 - load failure of brokerprincipalsg110 when broker security set 26691 - Priroty being allocated to higher level repeats in X12 26700 - MRM- Datetime Element Value does not allow 24hr clock times 26717 - Oracle package names not recognised on CALL of external (store 26725 - Warning 2235 generated during broker deploy 26738 - Arguements not being passed properly 26744 - Need way to call JVM signal handler on aben 26747 - XML - Inconsistent xmi.label for Suppress Timestamp Comment 26779 - oracle9i changes for solaris and HPUX in mqsi_setupdatabase 26787 - Invalid CCSID causes aben 26796 - configmgr jvm heap size goes negative 26805 - MRM- DateTime template value constraints can't be deploye 26820 - MRM- Decimal Output incorrectly truncated - REG 26822 - MRM- Decimal TDS Precision not working correctly 26865 - Precision should not be applied to float or decimal on iput 26867 - S210M-L20529_D solaris MRM m/set deploys fail. 26869 - Incorrect conversion of MbXException to ImbRecoverableException 26871 - Missing text continuation characters in ModelMessages file 26881 - A call to getData() on a MtiImbSyntaxElement Usertrace error 26883 - Package new UserGroup plugins 26890 - When creating the execution group, it appears to pass although 26892 - bipconfigmgr.exe dies when connection from Control Center attem 26898 - Plugin Sample code causes exception violation. (STILL) 26904 - ImbParserManager.cpp", line 76.100 26916 - Never deleting iMutex in ImbConfigurationNode::Transaction 26924 - Japanese translation error on MRProject_ja.properties 26926 - MRM-XML Suppress Timestamp Comment should be Yes/No dropdown 26931 - Unable to use new version of MA88 in Java node. 26935 - MRM-MRMB3426 causes dfe to enter tight loop 26938 - MRM-Can no longer import old message set 26950 - Params_ko.properties needs fixing 26953 - MRMBVT failing 26958 - BIP2160 abend on tdsparseitem.cpp 26964 - ClassNotFoundException when using JNDI in Java node. 26970 - MRM-2 simple consecutive compute nodes cause BIP5502E 26974 - DECIMAL paramters in stored procs don't work 26977 - BIP2110 during thread cleanup 26986 - MRM- Regression in Null Handling of FLOAT 26991 - Hyphen can be typed in the message identifier, although it is n 26996 - Length Encoded Length flagged wrong 27004 - CREATE AS does not set MODIFIABLE on Field Ref 27008 - SegV When null datasource specifie 27019 - DTDImporter- Orphan elements' type member mishandling 27034 - Remove extraneous material from DTD Importer GUI 27041 - Looping in that while loop again 27045 - looks like a problem with tdsparseitem.cpp 27052 - Problems adding to an element of CT message 27063 - With Validate set back to None - wrong values at runtime 27065 - MRM-The vast majority of MRM testcases failing on all platforms 27073 - Remove redundent compile flag MTINLS for 390 27080 - MRM-All MRM testcases still failing on all platforms 27082 - MRM- Length of Encoded Length Fiel 27086 - REGR: BIP2329 in RCD node 27087 - mqsicompcif missing from 390 tape install 27128 - SELECT fails when called from within a procedure / function 27143 - Invalid xml in deploy causes invalid flow deployment 27144 - MRM- CWF 1 Byte Integer wont accept values > 127 27145 - SELECTed CLOBS on Oracle are corrupted when > 2000 Chars 27147 - Element Qualification tab disappering for Element under Message 27153 - Missing SqlParser.tables for feature 13552.1 27154 - Lots of Errors in /MTI/MTIforBroker/MtiImbParser2 27156 - Invalid Control Center title for Event Broker version 27161 - Default Values 27171 - ERRMSG BIP 5199 Insertion not working 27184 - Create bip5448.msg in S210 27190 - MRM- Validation exceeding maxOccurs gives 5371 instead of 5375 27191 - MRM- Validation BIP5374E Insertion for MinOccurs is out by 1 27199 - Create bip5447.msg in S210 27200 - InputDestinationList correlation name not working 27201 - MRM-"SET OutputRoot=InputRoot;" causes MRM XML msg to be parse 27204 - MTIParser.cpp: Operand for "->" must be a pointer or array 27207 - Incorrect handling of NULL's in + - * / operations 27208 - DFE abend with character class regular expression 27209 - spurious delimiters occur in variable elements delimited mess 27215 - wmqpsreporttrace -e returning unexpected default trace size 27217 - MRM- Validation not carried out for flow: MQInput->MQOutput 27218 - Correct path for MtiImbValueValidator 27222 - Fixed Al3 not outputting ? 27239 - Last thread returned to thread pool in plugin input node 27245 - Good Bye FUNCTION TRACE 27246 - MRM- Tagged Delimited discards Binary el data 27248 - MRM- Interaction of Datetime Template with "I" format string 27250 - Can't deploy Fixed Length parent with Use Data Pattern chil 27253 - Too many bipmsgs for missing mandatories on output 27257 - MRM- Control Center cursor control causes craziness 27258 - MRM Validation - incomplete TDS message written with validation 27261 - Still errors in MTIImbParser.cpp 27268 - "pattern" role icon is missing 27269 - Exception caught on changebroker when serviceid not correct 27274 - Problem using reclaimed syntax elements. 27277 - SELECT with WHERE and XML.attribute does not work 27280 - ImbAbend not initialize 27286 - Closed message working like open define 27296 - Merant driver bug fixes 27297 - SOLARIS Sybase 12.5 requires update to mqsi_setupdatabase. 27302 - MRM- Broker Abend in TDS Writer 27304 - Missing initial value for Default Time Zone ID (TDS & XML) 27308 - DFE abend when using regexp 'non-greedy' ? construct 27311 - Abend in TDSParser when testing closed validation 27317 - Fix up tdsmsgnumbers.h 27319 - Debugger gives message BIP0642 after breakpoint 27342 - New AIX UserGroup Plugins cannot be loade 27348 - MRM-Abend as TDS msg (with exponent. notation floats) is parse 27351 - Self defining element at beginning of message failing 27352 - Extraneous elements in MRM tree 27360 - Choice dictionary error 27373 - New DomainAware functionality does not work as expected. 27380 - COBOL Importer fieldname containing Group 27385 - Adding PSService node to workspace 27390 - Ensure that a XML delete message always works 27401 - Writer stuck in infinite loop 27403 - Problem resolving choices with embedded seq 27404 - Validation of embedded compound types 27407 - Error handler does not print le message inserts 27413 - ConfigMgr HeapSize should check for 2045 not 4045 27422 - lookahead parameter not being rest 27428 - MRM- BIP5354 MTI Internal Error shouldnt be put in usertrace 27431 - Broker gives STL port error for SET... = UUIDASBLOB(); 27439 - bip5502 internal error if DBCS data passed to TDS with DataPatt 27466 - Skip count omitted from choice length calculations 27467 - Skip count not extracted for compound elements 27468 - EndMessageContent sent before root tag encountere 27470 - MRM BIP2160 exercising EDIFACT TDS message 27471 - Error found in zh_TW mrmtoxmlmsgs.rc file 27476 - BIP2110 during thread cleanup 27485 - Abend when finding string length in PWFDateTimeFormatter 27487 - Error found in Pt-BR msg file bip9206 27491 - Sun's java symbol appears in Warning message box 27509 - validation tab in wrong place 27510 - Empty elements not editable in debugger 27525 - cpi/bsutils/RegExp... should be in Release CP210 27533 - Sample odbc file needs updating 27541 - MRM-Validation causes ELEM ON TREE WITHOUT VALUE internal error 27564 - Validation - Remove Timing from Compute node & alter defaults 27569 - Validate Escape Character atrribute 27585 - Repeated Java exc after multi EG startup or seq num recovery 27597 - Escaped Seg Terminator should not be interprete 27603 - MRM- REG Choice Variable Length All Elements Delimite 27619 - MRM- TDS Extractor should warn if Boolean reps are dift lengths 27624 - Memory cleanup and MQe multibroker fix 27626 - MRM- REG TDS Tagged Delimited repeating children within choice 27630 - Memory leaks in convertData in tdsparser.cpp 27631 - GetCompoundLength not coping with embedded types 27633 - min and max occurs not validated at compute node 27636 - STRESS: Oracle8.1.7 fails XA test (HY000) 27637 - Treat booleans as fixed in VED if all lengths are equal 27639 - Data pattern field wiping incorrectly. 27661 - Problem with wrong assertion check in MTIDict 27662 - Regular Expressions do not seem to be working well on AIX 27673 - Wrong index used in stddict getvalue calls 27674 - Change unsupported database message to a warning (BIP2112) 27683 - mqsidelete command with -q option fails 27686 - Incorrect .jar file on mqsilccsedm.bat file 27695 - MRM TDWF Length of Encoded Length not correctly greyed out 27702 - fields out of sequence following regular expression choice 27705 - Incorrect behaviour for CCI_SQL_TRANSACTION_COMMIT 27716 - NullPadFill Input for TDS Fixed Length not recognise 27718 - pattern role icon is missing 27722.1 - Disable CASE statement 27723 - FOR All/Some fails to deploy (FILTER) 27731 - Null permitted not being extracted for compounds with a base ty 27733 - MRM BIP5374 Message text 27751 - Configmgr does not start with BIP1161S 27759 - Tagged encoded lengths not output correctly 27761 - Dynamic Schema Name Resolution (DSNR) 27766 - Reduce occurance of BIP2061, BIP2062, BIP2063, BIP2064 27772 - Add new files to UNIX packages 27811 - Java problems connecting to cfgmgr from control centre AGAIN. 27814 - XML/TDS prperties added in F26066 are inconsistent with CWF 27816 - Errors in ImbContextSwitch 27821 - Errors in track 27705 27822 - ABEND: EXCEPTION_ACCESS_VIOLATION 27824 - VDB BIP0642 with large message 27834 - ODE pkg.parse.mk rules error in 390 service packaging 27836 - BIP4280: Control center losses connection to visual debugger 27868 - Broker internal error when DELETE cursor followed by ATTACH 27883 - pattern role icon is missing 27899 - Setting on service trace causes 0C4 abend. 27975 - MRM TDS Boolean Extractor warnings 28004 - 390 Stored Procedure test failure 28017 - MRM- Abending TDS writer 28029 - Creation of EG - UNS cores 28039 - 0c4 abend in libMessageservices.a 28058 - Japanese install bipihlpw.chm has error ####### ------- end of file MEMO.PTF ------------#######################