From: Chris R. <chr...@me...> - 2001-02-06 19:25:29
|
Clif Harden <cl...@di...> wrote: >> >> 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. That's possible, and it is also used as a general "no I'm not going to do that", which the DSA is pretty much at liberty to return for any operation. Perhaps you can describe the operation that caused the error? Cheers, Chris |