RE: Error -6301 / -6302 - Can not write to GUI
"Everett Mills" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <1910058F54FE504F8CCBD840ED2B822BDC46F3@nbpdc-fs1.corpnbp.nationalbeef.com> |
Tarik- What nslookup does is to see if an IP address is associated with a host name. Your problem is apparently that your server doesn't know what address is associated with your client's host name (what appears in the $FGLSERVER environment variable). Since your nslookup read only your hosts file (DNS must not be enabled), you need to add your client's host name and IP address to your server's hosts file. --EEM > -----Original Message----- > From: Tarik Jose Maluf [mailto:[email protected]] > Sent: Thursday, July 28, 2005 1:04 PM > To: [email protected] > Subject: RES: [fourjs-users] Error -6301 / -6302 - Can not write to GUI > > Richard, > > I disabled the firewall, but the nothing happens. > With the "ping" command, the IP answered with no problems. > > ******************* > Everest Mills, > > I checked the rhosts file, and it's ok withou any missing and corrupted > line, but trying to execute the nslookup command, the server answered: > Using /etc/hosts on: [server_ip] > looking up FILES > > *** No Address information is available for "[client_ip]:0" > > Is it a message of not connection?? > I've never used this command (nslookup). > > > > Thanks again for your help! > > PS: I'm thinking to use the worst solution... format the machine... > > > -----Mensagem original----- > De: Everett Mills [mailto:[email protected]] > Enviada em: quinta-feira, 28 de julho de 2005 14:01 > Para: [email protected] > Assunto: RE: [fourjs-users] Error -6301 / -6302 - Can not write to GUI > > Tarik- > You may also want to check the C:\windows\rhosts file where 4Js > keeps its permissions. A corrupt rhosts will exhibit this behavior. It > should look like this: > > NBPDC_PR ueem > NBPLI_PR ueem > NBPKC_PR ueem > > The first entry is a hostname and the second is the user allowed to > connect. > > A corrupted one will have a missing end of line and look like this: > > NBPDC_PR ueemNBPLI_PR ueem > NBPKC_PR ueem > > This makes all of the connect permissions disappear. > > Also, have you tried this from your host computer? > > Login as the user who needs to connect and execute: > > nslookup $FGLSERVER (or nslookup %FGLSERVER%, if the host is windoze) > > If your host can't resolve the FGLSERVER, you would not be able to > connect. > > --EEM > > > -----Original Message----- > > From: Richard Turner [mailto:[email protected]] > > Sent: Thursday, July 28, 2005 11:35 AM > > To: [email protected] > > Subject: RE: [fourjs-users] Error -6301 / -6302 - Can not write to GUI > > > > Hi Tarik, > > > > Sounds odd but if it is only happening on one PC, that may help narrow > > down the problem. It's completely a shot in the dark. But you could > try > > temporarily disabling the firewall to see if the issue goes away. > > > > From the application server, can you "ping" the IP of the PC?? > > > > > > Richard > > > > > > > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > On > > Behalf Of Tarik Jose Maluf > > Sent: Thursday, July 28, 2005 12:07 PM > > To: [email protected] > > Subject: RES: [fourjs-users] Error -6301 / -6302 - Can not write to > GUI > > > > > > Hi Richard, > > > > the application goes up if I unset FGLGUI (FGLGUI=0). > > The main problem is exactly with the application in GUI mode > (FGLGUI=1) > > > > About the ports, I checked it and the application uses port 6400 (not > > 6401 or other). This port is allowed in my firewall, and I haven't had > > any problems with this so far. > > > > Do you have any other ideia about this? > > > > I think the problem is in the client machine, but I don't know what it > > could be. The other client stations connect normally in the > application > > without problems. > > > > Thanks for your help! > > > > Rgs > > Tarik > > > > -----Mensagem original----- > > De: Richard Turner [mailto:[email protected]] > > Enviada em: quinta-feira, 28 de julho de 2005 12:20 > > Para: [email protected] > > Assunto: RE: [fourjs-users] Error -6301 / -6302 - Can not write to GUI > > > > Hi Tarik, > > > > Does the software come up in character mode if you unset FGLGUI? > > > > Something you could verify is the value set in $FGLSERVER. This > should > > be the IP of the client. Also, check to see which port the "Windows > > Front End" is starting on. It should default to port 6400 BUT, if > > something else is already using this port number, the client will > > automatically start on a different port number (6401 perhaps?). > Anyhow, > > if you find that the Front End is starting on 6401, you need to make > > sure $FGLSERVER knows about this (FGLSERVER=$FGLSERVER:1;export > > FGLSERVER). > > > > > > Richard > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > On > > Behalf Of Tarik Jose Maluf > > Sent: Thursday, July 28, 2005 10:33 AM > > To: [email protected] > > Subject: [fourjs-users] Error -6301 / -6302 - Can not write to GUI > > > > > > Hi everyone, > > > > I've searched in Kwoledge Database from 4Js Mailing List, and found > many > > results about my problem. > > > > I have the problem "ERROR number -6301" / "Can not write [read] to > GUI". > > > > Reading the answers in KB, I found many answers about the FGLSERVER > > variable, and test it, but the problem still happen. > > > > Is anybody found the answer for this problem??? > > > > Thanks! > > > > Tarik Maluf