Author |
Message
|
dinaasruthy |
Posted: Mon Mar 12, 2018 1:38 pm Post subject: How to set MQSI_XSLT_USE_JRE_PROCESSOR in Broker |
|
|
Newbie
Joined: 12 Mar 2018 Posts: 5
|
I have a XSLT that uses node-set function to calculate the cost and amount.
When it tries to process a large message I'm getting the below exception.
"No more DTM IDs are available"
I checked IBM reference article which mentioned about setting the environment variable MQSI_XSLT_USE_JRE_PROCESSOR in Broker.
Can someone help on what value we must set it to? |
|
Back to top |
|
 |
abhi_thri |
Posted: Tue Mar 13, 2018 1:37 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
Assuming this is one of the IBM java options you can try setting it as 'export IBM_JAVA_OPTIONS=-DMQSI_XSLT_USE_JRE_PROCESSOR=1' and see it works (restart the node).
What broker version are you using at the moment, guess it need to be at least at 9.0.0.3 level for this to work.
Regards, Abhi |
|
Back to top |
|
 |
dinaasruthy |
Posted: Tue Mar 13, 2018 7:35 am Post subject: |
|
|
Newbie
Joined: 12 Mar 2018 Posts: 5
|
I'm using IIB version 10. Sure, let me check with 1.
Also, where do I set this value? in mqsiprofile? |
|
Back to top |
|
 |
abhi_thri |
Posted: Wed Mar 14, 2018 1:25 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
Yes, either at the broker user's profile or at mqsiprofile, if '1' doesn't work try with 'true'...if that also fails try raising a PMR and IBM should be able to provide the exact instructions. |
|
Back to top |
|
 |
dinaasruthy |
Posted: Wed Mar 14, 2018 8:11 am Post subject: |
|
|
Newbie
Joined: 12 Mar 2018 Posts: 5
|
1 didnt work. Let me try with true. |
|
Back to top |
|
 |
dinaasruthy |
Posted: Wed Mar 14, 2018 11:08 am Post subject: |
|
|
Newbie
Joined: 12 Mar 2018 Posts: 5
|
Setting it to true didn't work either  |
|
Back to top |
|
 |
abhi_thri |
Posted: Thu Mar 15, 2018 1:35 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
Hi...I assume you restarted the node after setting the variable?
Try setting it directly and see that helps,
export MQSI_XSLT_USE_JRE_PROCESSOR=1 |
|
Back to top |
|
 |
dinaasruthy |
Posted: Fri Mar 16, 2018 11:47 am Post subject: |
|
|
Newbie
Joined: 12 Mar 2018 Posts: 5
|
Yes, restarted the broker. But that didn't work either. |
|
Back to top |
|
 |
abhi_thri |
Posted: Mon Mar 19, 2018 1:15 am Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
Raise a P4 PMR for IBM and they should be able to put you out of your misery, we do raise quite a few PMRs when infocenter is bit vague on details.
PS: Please do let us know once it is fixed and the details. |
|
Back to top |
|
 |
|