Posted: Wed Jun 22, 2005 9:33 am Post subject: Pub/sub registration issue - when using content based filter
Apprentice
Joined: 06 Oct 2004 Posts: 42
Hi All,
I am receiving IDOCs from SAP and wanted to implement pub/sub for routing the IDOCs to multiple subscribers based on the content of one of the fields within IDOC. When I try to register the subscriber using filter, I receive the following error:
Code:
BIP7087I: Node 'PubSubControlMsgFlow.ControlNode': The Publish/Subscribe service has received an error code 3150.
The error is because the filter expression is not valid, thats what the Programming guide says.
The filter expression I am using is:
Code:
Set OutputRoot.MQRFH2.psc.Filter = "SAP.IC.E2CSKSM003"."SAP.IF.E2CSKSM003"."SAP.E2CSKSM003.BUKRS" IN ('0111 ','0109')
Is the fields with their names having dots ('.') causing the problem?
However the following filter expression works:
Code:
"SAP.IC.E2CSKSM003" IN ('0111 ','0109')
But when I try to use more than 1 such field in the expression, I am facing the problem. I am using MQSI 2.1 with CSD 04 on AIX.
Did any of you guys faced this issue? Please help me if you could solve it.
regards
Leo _________________ IBM Certified System Administrator - Websphere MQ V5.3
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