Subject: | Problem with SetAuthorityRecord on MQ V6 |
Date: | Mon, 26 Mar 2007 09:42:01 +0000 |
To: | bug-MQSeries [...] rt.cpan.org |
From: | Jean-Yves Baudy <jy.baudy [...] free.fr> |
Hi,
When I try the SetAuthorityRecord with MQ V6 (Windows/Linux) I got this
error :
Command 'SetAuthorityRecord' failed (Reason = 3014) at xxxx line xx
SetAuthorityRecord: Command failed. : 0
After some investigations I saw that the cause is the order of the
parameters. If I change the order like this it works
(RequestParameterRequired.pl).
SetAuthorityRecord =>
{
ObjectType => 2, # 1
ProfileName => 1, # 2 ProfileName must be the first
},
It is an issue or a wrong used ?
Perl : v5.8.4
MQSeries : 1.25
Regards,