|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Route Node For IIB V9.0.0.8 |
« View previous topic :: View next topic » |
Author |
Message
|
Martand |
Posted: Sun Apr 15, 2018 6:12 am Post subject: Route Node For IIB V9.0.0.8 |
|
|
Newbie
Joined: 22 Mar 2018 Posts: 6
|
Once we moved IIB from V9.0.0.4 to V9.0.0.8,
Route node started causing issues.
With intial Fix Pack 4, following xpath was written to compare input value stored in Environment.Variable,
$Environment/Variables/Version >= 2.0
Type of data stored in Environment.Variables.Version is character and above statement was working as expected. (May be Version value stored in Environment.Variables casted internally to the value being compared to)
Now that we moved to Fix pack 8, above statement didn't match and routed to default terminal.
Once the value that we store in Environment.Variables.Version was casted to float explicitly, this statement started working fine.
SET Environment.Variables.Version = CAST(InputRoot.SOAP.Body.XX AS FLOAT);
*Where XX represents input element.
Question 1: How to know these kind of changes in fix pack as below link that we went through did not specify anything with respect to route node. We also checked for Fix Pack 5,6,7.
Link : http://www-01.ibm.com/support/docview.wss?uid=swg27040484
Question 2 : How to know if there are any other changes of these kinds that's not being specified in the link provided. |
|
Back to top |
|
 |
abhi_thri |
Posted: Mon Apr 16, 2018 12:00 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
Hi..short answer is unless it is not explicitly documented by IBM (at infocenter, Apars etc) there is no way for others to know what exactly has changed.
So if you are seeing -ve behavioral change between two fixpacks for the same code the best way is to get a PMR raised for IBM to look at. IBM can then determine whether the change was intentional (if so justify it) otherwise provide a fix for the issue which will help other clients as well. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|