Please enable JavaScript to view this site.

User manual

In order to ensure that the JobRouter App works smoothly with your JobRouter installation, various aspects must be considered during installation and configuration.

Internet / Intranet

The mobile device (client) on which the JobRouter App is installed and the JobRouter backend (server) are communicating over the the HTTP(S) protocol. Therefore, both the server and the client must be on the same network.

JobRouter URL

The JobRouter URL must support the Socket Secure Layer (SSL), therefore the URL must start with https://. In addition, the complete URL must always be included (FQDN) and no abbreviated URL may be used in which, for example, the domain specification does not occur.

Wrong:
http://example/jobrouter

Right:
https://www.example.org/jobrouter

Single-Sign-On

If you want to use the integrated Windows authentication (Single-Sign-On) in JobRouter, it is recommended to apply the NTLM folder, especially when using the JobRouter App. For detailed instructions, see the Tech Doc chapter Configure the NTLM Authentication Method in the customizing area.

Troubleshooting

In case of errors the JobRouter App offers the possibility to send a log file via e-mail (for example to the administrator).

To test whether the mobile device can communicate with the JobRouter server, it is possible to call the following URL in the Web browser of the mobile client:
 
Example:
 
https://www.example.org/jobrouter/api/rest/v2/application/connections/verify
 
If a response is returned in this form, the call of the JobRouter server was successful.
 
{"connections":{"jobRouterVersion":"5.0.0"}}