Knowledge Base

Knowledge Base2022-09-29T11:19:04+10:00

FAQ

Answers to common questions.

Please get in touch of you are still experiencing issues.

GET IN TOUCH
OpenVPN connects, but cannot reach devices at remote site2023-04-06T21:25:36+10:00
Sometimes when a computer has more than one network interface, Windows gets its routing confused on the client side. The first fix to try is a reboot.
If that doesn’t work:
We’ve seen situations where the VPN will only work correctly over Wifi or Ethernet but not both. If you have both Wifi and Ethernet, could you please try:
  • Disable wifi and disconnect / reconnect the VPN.
If that doesn’t work:
  • Enable Wifi, unplug the Ethernet cable, and disconnect / reconnect the VPN.
OpenVPN – netsh command failed: returned error code 12023-04-04T19:05:23+10:00

This could be for a variety of reasons.

  1. The most common fix is a simple reboot.
  2. If that fails, try running the OpenVPN client as Administrator
  3. If that fails, check your network interfaces for an interface of the type “TAP Windows Adapter V9”. Note its current name, and try changing this to tun0.

Step 1 or 2 typically fixes things. 3 is something we rarely have to try, and should only be attempted after trying 1 and 2.

OpenVPN Cloud – setup new client2023-03-23T21:08:47+11:00

Download and install the OpenVPN Connect client from

Launch the OpenVPN Connect app when it’s installed.

To set up a VPN connection, click the “plus” icon in the bottom-right of the app window.

You were either given a VPN address (url) or a configuration file.

If you were given an address, enter the url in the “url” field. and click “Next”. Follow the prompts, entering your assigned username and password.

If you were given a file, click “File” near the top-right of the app window. Drag and drop the file into the window, and click “Connect”. Use your assigned username and password.

 

 

PQ Sapphire – Exporting Data2023-04-06T13:04:07+10:00

Here’s our guide for data exports from PQ Sapphire.

Databones PQSapphire – PQZip Export Rev0

Fernhill SCADA – Install Client2022-11-09T15:53:58+11:00

Often, the Fernhill SCADA client will be used offsite. In this case, you’ll need to have VPN access set up before you use Fernhill SCADA. You’ll also need to know the hostname or IP address of the Fernhill SCADA server, and your login username and password.

Download the latest client from their download page. On Windows, you probably want the Runtime version. You can also download for various device (iOS, Android) if you have devices with site access.

If you haven’t already, connect to the site via VPN.

Install and launch the client. You’ll be presented with the option to “Add Host”. Select this, and use the hostname or IP address of the SCADA server, and your login credentials. The client will remember the connection details for future sessions.

Fernhill SCADA – Operator Interface fails to launch: “LoadLibrary failed with error 126: The specified module could not be found.”2022-09-29T13:49:00+10:00

This could be a problem loading OpenGL on the Windows client PC.

Try changing the graphics mode. For example, running the operator interface from the command line:

“C:\Program Files\Fernhill Software\Fernhill SCADA\FHViewApp.exe” –GraphicMode=Direct3D

Or if that doesn’t work:

“C:\Program Files\Fernhill Software\Fernhill SCADA\FHViewApp.exe” –GraphicMode=GDI

The log files for the Operator Interface might contain more information about the LoadLibrary error. These can be found in:

C:\Users\AppData\Local\Fernhill Software\Fernhill SCADA\FHViewApp

Go to Top