STP Documents can be used as an archive system for ReNoStar. You can configure the interface between ReNoStar and STP Documents in the file ziu80.ini located in the directory ReNoStar\Renodat\ on the workstation computer and in the file STP.Ecm.Remoting Server.exe.config in the program directory on the server.
Note
The changed configuration will be evaluated when the service STP LEXolution.DMS Server is restarted.
Configuration Files
You can find the configuration files here:
C:\Renostar\Renodat\ziu80.ini on the [workstation computer]
-
…\STP AG\LEXolution\ECM Remoting Server\STP.Ecm.Remoting Server.exe.config
or …\STP AG\LEXolution.DMS Server\STP.Ecm.Remoting Server.exe.config on the server.
ActionTransmission Folder
Create the ActionTransmissionFolder on the server and share the folder with all ReNoStar users with modify access rights.
STP.Ecm.Remoting Server.exe.config
Open the file STP.Ecm.Remoting Server.exe.config in the program directory on the server with a text editor.
Edit the following lines in the <appSettings> section:
<add key="ActionTransmitterEnabled" value="True" />
<add key="ActionTransmissionFolder" value="<ActionTransmissionFolder>" />
ActionTransmitter Enabled
Enter the value True here to enable the interface between ReNoStar and STP Documents.
Enter the value False here to disable the interface between ReNoStar and STP Documents.
Example
<add key="ActionTransmitterEnabled" value="True" />
ActionTransmission Folder
Enter the path to the Action Transmission Folder (local or on a network share) for the ReNoStar interface of STP Documents. The directory must be created in the Windows file system and shared with all users of STP Documents.
Example
<add key="ActionTransmissionFolder" value="\\MyServer\ActionTransmissionFolder" />
Note
The changed configuration will be evaluated when the service STP LEXolution.DMS Server is restarted.
ziu80.ini
Open the file ziu80.ini in the directory C:\Renostar\Renodat\ on the [workstation computer] with a text editor.
Edit the following lines in the [ZIU80] section:
Connectivity=LEXOLUTION
LEX4=1
LexAction=<ActionTransmissionFolder>
LEX4Com=<CommunicationPath>
LEXolutionServer=<ComputerName>
Connectivity
Enter the value LEXOLUTION here.
Example: Connectivity=LEXOLUTION
LEX4
Enter the value 1 here.
Example: LEX4=1
LexAction
Enter the path to the Action Transmission Folder (local or on a network share) for the ReNoStar interface of STP Documents. The directory must be created in the Windows file system and shared with all users of STP Documents.
Example: LexAction=\\MyServer\ActionTransmissionFolder\ReNoStar
Note
This path must match the ActionTransmissionFolder entry from the file STP.Ecm.Remoting Server.exe.config. In the file zui80.ini, the subdirectory ReNoStar must also be specified.
LEX4Com
Enter the path to the local communication path for the external interface of STP Documents.
Example: LEX4Com=C:\Users\<Username>\AppData\Local\Temp\1\STP AG\LEXolution\ExtIntfCommunication
Note
A network share cannot be used here!
The system variable %LOCALAPPDATA% cannot be used here.
The ReNoStar-STP-Documents interface only works for the user <Username> used in LEX4COM.
LEXolutionServer
Enter the computer name of the server where the service STP LEXolution.DMS Server is running.
Example: LEXolutionServer=MyServer
Related to