The OneConnexx is available in a 32-bit and a 64-bit version. It is recommended to use the 64-bit version of the OneConnexx on a 64-bit operating system, unless an add-in requires 32-bit mode. The add-ins run automatically as 32-bit or 64-bit processes, depending on the version of the OneConnexx.
Installation packages are provided by Sevitec in the form of 7-zip archives. The following packages are required:
Copy all required installation packages onto the server in the directory <drive>:\OneConnexx\Install.
If only one OneConnexx instance is installed, extract the content of ocx-service.7z to <drive>:\OneConnexx\OneConnexxService, and the content of ocx-addins.7z in a subdirectory AddIns.
If several instances are planned (e.g. test and productive), it is recommended to unzip the installation packages in a subfolder <drive>:\OneConnexx\<InstanceName>.
The following directory structure should then be available:
\OneConnexx
|-<InstanceName>
|-AddIns
|-Config
|-Pipeline
The OneConnexx Windows service is installed per installation via the command prompt (Windows console). The command prompt must be opened as an administrator. The name under which the service is installed must be given on the command line. If different instances (e.g. test and productive) are to be installed on the same server, a unique name must be used for each instance.
Change to the root directory of the OneConnexx and install the service:
cd \OneConnexx\OneConnexxService
OneConnexx.exe –install –servicename=OneConnexx
To uninstall:
OneConnexx.exe –uninstall –servicename=OneConnexx
-servicename=OneConnexx is replaced by the selected unique name of the instance.
In a company network, it is recommended to create a separate user for the OneConnexx under which the service is installed. To run the service under this user, proceed as follows:
sc config OneConnexx obj= "<Benutzername>" password= "<Passwort>"
obj=
and password=
resp.If the OneConnexx service is not installed under the local system account (Local System), the <OneConnexx-User> must be granted full authorization for the directory <Drive>:\OneConnexx and all subfolders. In this example, OneConnexx was installed under C:\OneConnexx under a user named ocxservice:
icacls C:\OneConnexx /grant ocxservice:(OI)(CI)RW
Since various files are stored in the %ProgramData%\Sevitec\OneConnexx , it must be ensured during the first installation that normal users have write access to this directory. The following commands create this directory and grant the required permission:
mkdir "%ProgramData%\Sevitec\OneConnexx"
icacls %ProgramData%\Sevitec\OneConnexx /grant Users:(OI)(CI)RW
The following parameters must be configured in the configuration file <Drive>:\OneConnexx\OneConnexxService\OneConnexx.exe.config:
All other configuration parameters should not be changed!
The logging of the OneConnexx service and the add-ins can be configured in the configuration file <Drive>:\OneConnexx\OneConnexxService\Config\nlog.config. Normally nothing needs to be changed in the logging. The standard configuration is: