On Thu, Apr 12, 2001 at 10:09:11AM -0400, Eric Nichols wrote:
> I'm doing some searches on a Netscape server which has poor
> communications.
>
> These are the error codes I get back:
>
> $sourcemsg->code returns 1 (Operations Error)
>
> $sourcemsg->error returns :
> I/O Error Unknown error
> 494f3a3a536f636b65743a3a494e45543d474c4f422830783165623734663429
>
> Any ideas?
Convert::ASN1 had problems reading a packet from the socket.
The text "Unknown error" is what "$!" returns, so it is unclear
exactly what happend. The hex values are what asn_read has
already read og the PDU.
Does ths happen on a regular basis ?
Graham.
|