These are some basic tests you can use to check if Syspro's WCF Service is up and running.
- Open a web browser and go to a URL such as:
http://example.com:97/SYSPROWCFService/Rest
You should see something like this:
- Open a web browser and go to a URL such as:
http://example.com:97/SYSPROWCFService/Rest/GetVersion
You should receive a text file called GetVersion containing the version number of the WCF Service, e.g. 7.0.0.3. - Can you ping the Syspro server (provided the Syspro server responds to ICMP ping requests)?
- Telnet to the server and port, then hit ENTER a few times, e.g.
telnet example.com 99
If you get this:
Connecting To example.com...Could not open connection to the host, on port 99: Connection failed
then you didn't get a connection at all. This could happen if you had the wrong port or IP address.
However, if you got a clear screen, then when you hit ENTER the telnet session terminated, then you got a connection OK.
"Actively refused" means that you got at least as far as a TCP Connect packet arriving at the named server.
- From an elevated command prompt (i.e. run CMD as Administrator), run this command:
netstat -ano | findstr 9999
where 9999 is the process number or port number you are interested in.
You should see your process and port listed.
- Check the Event Log for any error messages: in the Event Viewer, look under Application and Services Logs / SYSPROWCF.
No comments:
Post a Comment