I am facing a problem in using a Neon formatter in my message flow which
uses a predefined rules and formatter database .This database is supposedly existing with MQSI version 1.1 .I have checked the existance
of this rules and formatter database and have used a batch file existing with the MQSI version 2 to create and import the predeined formats and rules into the database.However I am unable to use the Neon to transform
the input message which is of certain type to that of the target type.
According to the IBM manual the Neon message can be put into the input queue by runnning an exe which i have done successfully.It expects the
message to be entered by the user .The message expects 2 variables say
First name and Last Name which it will transform into reverse order with caps.However even after importing the rules and formats into the database and instantiating the database I am unable to send the message
out .
I assume you're using 2.x.x as you mention message flows.
I guess you'll have a message flow which contains a NEONRules node.
Are the queues defined in the message flow (input queue) and the target queue from the rule created in MQSeries (Obvious I know!)?
Have you run the mqsinrfreload command (this recaches the broker against the NEON DB)?
What happens to the mesage you put onto the input q? Does it go to your failure or nohit queue?
I guess the exe you talk about is putting a MQRFH hyeader on the message data? The NEONRules node requires the Opt_App_Grp & Opt_Msg_Type values to be passed in from this structure. The values in this structure should tie up with the application group and message type in the rule.
Are you getting any NEON logging information written (either to NEONetStatusLog or syslog?)
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