Media Service Installation

Media Service Installation

This section explains the installation and configuration of the eRecruiter Media Service.

Installation

The eRecruiter Media Service has a one-click installation script, that needs to be executed with administration priviledges. The script is located in the eRecruiter Media Service installation folder and called service-install.bat.

Configuration

After the service has been installed it needs some additional configuration in the Windows Services configuration.
  1. General
    1. Startup Type: Automatic
  2. LogOn
    1. Set the account to the same account the eRecruiter IIS application pools are executed with.
  3. Recovery:
    1. First failure: Restart the Service
    2. Second failure: Restart the Service
    3. Subsequent failures: Restart the Service

Proxy Configuration

If you using a proxy server to connect to the internet, in some cases the eRecruiter Media Service isn't able to establish a outgoing connection. Therefor you get an error message like "Failed to add HTML: Page load timed out.; Gecko engine hit an error that it was unable to recover from. Possible causes: XULRunner folder is corrupt or is from another version of ABCpdf." To solve this problem you can add the default proxy adress to the Media Service config file (ePunkt.FileServer.exe.config).
Here's an example configuration for a proxy server with the ip adress "192.168.1.100" and port "3128":
<?xml version="1.0"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
  </startup>
  <system.net>
        <defaultProxy>
          <proxy
            proxyaddress="http://192.168.1.100:3128"
            bypassonlocal="true"
          />
        </defaultProxy>
    </system.net>
</configuration>
    • Related Articles

    • Application Installation

      This section will explain how to acquire the installation package and copy the application into the proper directories. The link for installation package download will be provided by the eRecruiter consultant or support upon request as it will ensure ...
    • Self Service Zone

      Das Bewerberportal bietet den Bewerbern die Möglichkeit ein Bewerberprofil anzulegen, welches diese kontinuierlich selbstständig mit Daten aktualisieren können. Interessiert sich ein Bewerber für das Unternehmen oder einen Job, so steht es ihm frei ...
    • Cron Worker Installation

      The eRecruiter Cron Worker is an application which should run automatically at regular intervals to perform tasks. These include the sending of (auto) mails, deleting temporary files, synchronization tasks and the execution of tasks within the ...
    • Update

      Preparation Update the application server The following software has to be installed/updated on the application server before an update of the eRecruiter is being performed: IIS Modules: URL Rewrite and Application Request Routing .NET Core 3.1 (in ...
    • Preparation

      In the step the server will be prepared for the installation. In order to start with this step the eRecruiter setup package and eRecruiter setup support package are required. These packages will be submitted by the eRecruiter operations team along ...