0

I Have MQFSH as a backend,but the Queue is not yet created. As a result the transaction is failing with an error of 2085 "unknown object".

Even after this failure , I can see there is no error rule getting triggered in the probe.

May I know the reason ?

JoshMc
  • 10,239
  • 2
  • 19
  • 38
sreevathsa a
  • 149
  • 13

1 Answers1

0

After looking in to various blogs,got to know that there is a settings under Advaced as " Process Backend Errors". After setting it "Off" , the error rule started getting triggered.

Thanks & regards, Sreevathsa A

sreevathsa a
  • 149
  • 13
  • Sreevathsa, could you please mention under which component's advance setting it should be set as off ? – trilawney May 25 '16 at 09:51
  • It can been seen in MPGW - > Advanced Process Backend Errors In some cases, the backend server returns a response code that indicates an error. When enabled, the default, the service ignores the error condition and processes the response rule. If successful, returns the successful response to the client. When disabled, the DataPower service notices the error condition and processes the error rule. If successful, propagates the response code from the backend server to the client. – sreevathsa a May 26 '16 at 04:52