by
Krull >> Mon, 11 Sep 2000 22:06:02 GMT
I ran netstat before and after starting service and captured output to file. Both are the same, in content, and indecipherability. Any pointers towards what I am looking for?
If you didn't see a new entry after stating the service, then it sounds like jadserv is not offering a TCP listen connection. When you start the JADE database server, either as a RAP (jadrap) or service (jadserv), netstat -a should show an entry similar to the following:
Proto Local Address
Foreign Address State
TCP <computer name>:<port number> 0.0.0.0:0 LISTENING
where <port number> is the TCP listen port you specified via jadrap or directly in the JADE INI file.
If you are on 5.0.16, did you check that you have the jomsrvr.dll update as mentioned in a prior post?