Question
Royal Bank of Canada
CA
Last activity: 24 May 2018 21:00 EDT
MQ Server issue
Hi,
I created one MQ Server data instance and entered the Host Name, Port and Channel. User ID and password are not entered.But When I am trying to Test Connectivity, it is throwing the below 12 errors. Before this I had updated the pegarules/compiler/defaultclasses DSS with "com.ibm.mq.MQException" value and restarted the server. Using Pega 7.1.5.
Hi,
I created one MQ Server data instance and entered the Host Name, Port and Channel. User ID and password are not entered.But When I am trying to Test Connectivity, it is throwing the below 12 errors. Before this I had updated the pegarules/compiler/defaultclasses DSS with "com.ibm.mq.MQException" value and restarted the server. Using Pega 7.1.5.
Failed to compile generated Java com.pegarules.generated.activity.ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70: ----------
1. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 371) com.ibm.mq.MQEnvironment.properties.put(com.ibm.mq.MQC.TRANSPORT_PROPERTY,com.ibm.mq.MQC.TRANSPORT_MQSERIES_BINDINGS); ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
2. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 371) com.ibm.mq.MQEnvironment.properties.put(com.ibm.mq.MQC.TRANSPORT_PROPERTY,com.ibm.mq.MQC.TRANSPORT_MQSERIES_BINDINGS); ^^^^^^^^^^^^^^ com.ibm.mq.MQC cannot be resolved ----------
3. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 371) com.ibm.mq.MQEnvironment.properties.put(com.ibm.mq.MQC.TRANSPORT_PROPERTY,com.ibm.mq.MQC.TRANSPORT_MQSERIES_BINDINGS); ^^^^^^^^^^^^^^ com.ibm.mq.MQC cannot be resolved ----------
4. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 372) com.ibm.mq.MQEnvironment.userID = username; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
5. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 373) com.ibm.mq.MQEnvironment.password = password; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
6. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 377) com.ibm.mq.MQEnvironment.hostname = hostName; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
7. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 378) com.ibm.mq.MQEnvironment.channel = channel; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
8. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 379) com.ibm.mq.MQEnvironment.port = port; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
9. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 380) com.ibm.mq.MQEnvironment.userID = username; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
10. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 381) com.ibm.mq.MQEnvironment.password = password; ^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQEnvironment cannot be resolved ----------
11. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 383) com.ibm.mq.MQQueueManager qMgr = null; ^^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQQueueManager cannot be resolved to a type ----------
12. ERROR in com/pegarules/generated/activity/ra_action_validateinfrastructuremq_25b5373b5b507963850b15ecdba6cb70.java (at line 390) qMgr = new com.ibm.mq.MQQueueManager(""); ^^^^^^^^^^^^^^^^^^^^^^^^^ com.ibm.mq.MQQueueManager cannot be resolved to a type ----------
12 problems (12 errors)