3.8 New in V1.2.6
The following bug fixes and features were added as of V1.2.6.
Bugs:
• Although the detail for the <NoConvert> flag says that MQGMO_CONVERT is the default behaviour for MsgTest in fact this was not the case and so rather than potentially break a whole series of existing scripts the flag has been renamed to <Convert> and existing behaviour whereby the messages are untranslated will remain in effect.
• There was an error in the conversion of the length values in the RFH2 header that was causing an error on the MQPUT. Also the Encoding and CCSID of a message retrieved by <GetMsg> was not being preserved.
Features:
• Changed the <NoConvert> flag to <Convert> to reflect actual program behaviour.
3.9 New in V1.2.7
The following bug fixes and features were added as of V1.27.
Bugs:
• Fixed a bug that caused incorrect behaviour of <If> statements inside a loop in that once a TRUE condition had occured it wasn't reset for the next iteration.
• Fixed a bug in the IntervalInfoRec initialisation that was causing segment exceptions to occur in Linux.
• Fixed a bug in the internal handling of MsgId and CorrelId that was causing errors when one of the script substution characters "%", "[" and "]" occurred in the MsgId or CorrelId.
• Fixed a bug in the handling of <For> loop incrementing where for example a loop <For Name="I" From="1" To="4" Incr="2"> resulted in an iteration with a value of I=5 being run. Note the loop still ends with I=5 but the contents are no longer executed.
Features:
• Added the ability to access system Environment variables from within a script.
• Changed code so it issues a warning, rather than failing, when an attempt is made to connect to the same queue manager more than once.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum