From: Zhu George-C. <Geo...@mo...> - 2001-02-06 19:25:06
|
Clif, Thanks a bunch! Actually, I am just doing a query. But I may did something else, and I will double check that. Regards, George -----Original Message----- From: Clif Harden [mailto:cl...@di...] Sent: Tuesday, February 06, 2001 12:25 PM To: George.Z.Zhu Cc: per...@li... Subject: Re: DSA is unwilling to perform > > 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 |