Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

At 12:53 pm -0700 21/5/06, Paul Berkowitz wrote:

>property pRefDate : "1/1/2003 00:00:01"
>
>
>set pReferenceDate to date pRefDate
>
>
>You'd avoid the problem that way, even if you forget to re-compile and save
>on future updates. But you'll still run into trouble if any of your users do
>use the yyyy-mm-dd or similar year-first short date format on their
>computers. You'd need to make a special version for them. Or use the other
>(current date) method.

         property pRefDate : "1 ja 03 0"
         set pReferenceDate to date pRefDate

No trouble.

JD