Author |
Message
|
paustin_ours |
Posted: Fri Nov 11, 2005 2:55 pm Post subject: subscriber |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
i am using rfhutil to register a subscription, whenever i use a filter value, it hangs my execution group that has my publication flow.
BIP2080E F9D0BRK 0 EXECUTION GROUP F9D0EX01 FAILED TO RETURN AN INTE
AL CONFIGURATION Start MESSAGE RESPONSE WITHIN A 60 SECOND TIME PERIOD
i used the same example given in the documentation
Body.Name LIKE 'Smit%' in the filter tab of my rfhutil
any thoughts? |
|
Back to top |
|
 |
fschofer |
Posted: Mon Nov 14, 2005 8:26 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
which broker version, csd level, platform ... ?
Greetings
Frank |
|
Back to top |
|
 |
paustin_ours |
Posted: Mon Nov 14, 2005 8:28 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
Version 5 CSD4 Z/OS still no clue. |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Nov 14, 2005 8:59 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Just a thought - could it be that the database is simply taking a long time to respond? What happens if the filter is more specific? |
|
Back to top |
|
 |
paustin_ours |
Posted: Mon Nov 14, 2005 10:12 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
the same thing. do i have to have a username server for this content based-filtering feature?
Instead of using rfhutil when i have something like this
SET OutputRoot.MQMD.Format = 'MQHRF2';
SET OutputRoot.MQRFH2.psc.Command = 'RegSub';
SET OutputRoot.MQRFH2.psc.Topic = 'TEST';
SET OutputRoot.MQRFH2.psc.QName = 'TESTQ.IN';
SET OutputRoot.MQRFH2.psc.Filter = "InputBody"."Book"."Title" LIKE 'N%';
i connect this code to the debugger and i dont see the psc filter tag populate atall. |
|
Back to top |
|
 |
paustin_ours |
Posted: Mon Nov 14, 2005 2:45 pm Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
any clear documentation of how to use content filtering while subscribing? |
|
Back to top |
|
 |
|