From: Clif H. <cl...@di...> - 2001-02-06 18:23:25
|
> > Hello. In the perl script, I have the following codes: > > print $mesg->code . "\n"; > print $mesg->error; > > and the result is: > 53 > DSA is unwilling to perform > > It seems to me that the message code is "53", but what does "DSA is unwilling to perfom"? > > Can someone help me out? Thank you very much in advance. > > Best, > George > > You are telling you DSA to change something it is not allowed to do. You could be trying to change one of the operational attributes like creatTimeStamp etc. Regards, Clif Harden |