[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Problems trying to run a report and query with dates :-(
From: |
Leonardo.Araujo |
Subject: |
RE: Problems trying to run a report and query with dates :-( |
Date: |
Wed, 25 Jul 2001 16:24:04 -0400 |
<<You could try this from a UNIX machine and/or a Windows machine:
timshel:~$ tclsh
% socket localhost 1529...
>>
Hi Rick,
Thanks again for the prompt reply. I got the following results from the
tclsh console:
% socket myhost 1530
sock156
% gets sock156
200 myhost GNATS server 3.106 ready.
% puts sock156 "ARAF 2001-07-12 00:00"
% flush sock156
% gets sock156
468 Cannot parse the date: 2001-07-12 00:00.
% close sock
% exit
Any ideas???
Also, when you say TkGnats doesn't support printing in Windows that means I
can print at all??? Not even if I apply some patch or something. Is Windows
that terrible ;).
Thanks,
-Leo
> -----Original Message-----
> From: Rick Macdonald [SMTP:rickm@vsl.com]
> Sent: Wednesday, July 25, 2001 3:47 PM
> To: Leonardo.Araujo
> Cc: 'bug-gnats@gnu.org'
> Subject: RE: Problems trying to run a report and query with dates :-(
>
> On Wed, 25 Jul 2001, Leonardo.Araujo wrote:
>
> > Rick Macdonald wrote:
> > << TkGnats doesn't support printing on NT. >>
> >
> > Hi Rick,
> >
> > I switch computer (from NT to Windows 95) and I still get the same
> message:
>
> Sorry, I should have said TkGnats doesn't support printing in Windows
> (only UNIX).
>
> > Also, for security reasons, our sysadmin disable the telnet service on
> this
> > machine and I can't telnet it. Is there any other things I can try
> before
> > beg to the sysadmin to unable this service?
> >
> > << telnet localhost 1529 >>
>
> You could try this from a UNIX machine and/or a Windows machine:
>
> timshel:~$ tclsh
> % socket localhost 1529
> sock3
> % gets sock3
> 200 timshel GNATS server 3.113 ready.
> % puts sock3 "ARAF 2001-07-12 00:00"
> % flush sock3
> % gets sock3
> 210 Ok.
> % close sock3
> % exit
> timshel:~$
>
> ...RickM...