Sorry,
hit "send" too quick...
These
would work with the given
rule...
ETSB.EDIFACT.INBOUND
ETSB_EDIFACT.INBOUNDETSB.EDIFACT_INBOUND
ETSBXYZ.EDIFACT_INBOUND
ETSB.ABC.EDIFACT_INBOUND
ETSB.ABC_EDIFACT_INBOUND
Anything beginning with with ETSB and containing
a dot and at least one more character would work with this
rule.
Alternately, rules that would work for this
queue would include...
ETSB_*
ETSB_**
Note the lack of a dot character in these
rules.
--
T.Rob
-----Original Message-----
From: Wyatt, T Rob
Sent: Wednesday, June 30, 2004 10:19 AM
To: 'MQSeries List'
Subject: RE: Problems with authorities on SolarisAndreas,Your rule specifies that the queue name must have at least two nodes where the node separator is a dot " . " and not an underscore " _ ". So...These would work...ETSB.EDIFACT_INBOUND-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED]On Behalf Of Haggkvist, Andreas
Sent: Wednesday, June 30, 2004 9:12 AM
To: [EMAIL PROTECTED]
Subject: Problems with authorities on SolarisHi,we are running MQ 5.3 CSD06 on Solaris 8. Currently we have an issue with access to a specific queue. We have set authorities using this command:setmqaut -m <QMGR> -t queue -n ETSB*.** -g eai +browse +inq +get +put +dsp +chgHowever when one of our applications tries to put a message to a queue called ETSB_EDIFACT_INBOUND they get RC=2035.On windows (using the same version of MQ) I can see in one of the MQ logfiles what rights is missing when you get RC=2035, but not on Solaris.Has anybody any ideas?RegardsAndreas