RE: FourJs for Win2003
"David N. Heydon" <[email protected]> Fri, 20 Jan 2006 14:58:24 -0000
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <90F148FB45DCD8118E7D00508B444C23042D90@srvnts03.langdonsystems.com> |
Hi, According to the Informix error list -931 means the service could not been found. Assuming you are using IDS make sure turbo is in %systemroot%\system32\drivers\etc\services. Informix on Windows uses the registry for stuff like sqlhosts. This is controlled via a utility called setnet32. I suggest you run this (on the server) where ATRLS is and ensure the following are set:- Environment: informixdir=c:\informix informixserver=ol_myserver informixsqlhosts=\\servername If present tick the "use my settings" tickbox. Server information: hostname=servername (no backslashes!) protocol=olsoctcp (assuming ids) servicename=turbo (assuming ids, should exist in services file as mentioned above) Host information: username/password etc for a valid windows account (i.e. informix/informix) Suggest you mail me off the list if you still can't get it to work. Cheers, David -----Original Message----- From: Neu, Gerhard [mailto:[email protected]] Sent: 20 January 2006 13:21 To: [email protected] Cc: Huemer, Artur Subject: [fourjs-users] FourJs for Win2003 Hello, We have a problem starting a 4JS-application on a windows 2003 server (database: informix). First we were using a single-user mks-toolkit (version 6.1), which offers a telnet & rlogin service - everything is ok, but our customer needs more licences & they are a bit too expensive, so we wanted to try something else - for example the ATRLS (Ataman, Version 4.0). When starting the application on any windows client, the program stops with a informix -931 error !? I have no problem starting dbaccess or fglrun -V on these clients. I have no sqlexec entry in the services-file & no sqlhosts file in the %INFORMIXDIR%/etc directory. MKS doesn't seem to need it, why does ATRLS ??? Many thanks for your help, Gerhard Neu