function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SteveHSteveH 

Running as a Windows service on a DMZ server

I created a Windows service to update an Oracle database when a Contract is finalized. The service works fine when I run it on my PC and on a test server, but when running on a DMZ server the "getUpdated" method of the binding object returns the error "Unable to connect to the remote server". My login method appears to be working because the Login History shows "Success". I am logging in as an "API Only User". Anybody have any ideas?

 

Thanks

Steve