Installing yuuvis® RAD agent
yuuvis® RAD agent is an optional component of yuuvis® RAD, which can be installed on a Windows workstation to manage document files on the local workstation in direct connection with yuuvis® RAD core-service and coordinate editing with local applications. yuuvis® RAD agent enables, for example, the direct transfer of files from these applications by working with Office and Outlook add-ins. As a browser application, yuuvis® RAD client alone only supports the downloading and uploading of document files.
Installation and Connections
yuuvis® RAD agent is installed via the MSI file yuuvis_rad_agent_setup_<Version>.msi
on the workstations. yuuvis® RAD agent is activated as a startup program and integrated in the Windows desktop task bar, from which it is also called up.
yuuvis® RAD agent requires a connection to yuuvis® RAD core-service.

For the connection between yuuvis® RAD agent and yuuvis® RAD core-service, administrators can distribute connection profiles via the connections.json
file. The file must be created at the workstations in the %appdata%\yuuvisRAD agent\store\
directory.
Multiple connection profiles can be specified. A connection can be established automatically via the isConnected
parameter. When updating previous versions, their connection profiles are adopted. Additional connection profiles can be added via the connections.json
file.
The user is automatically connected for NTLM authentication via the "NTLM": true parameter. Otherwise the user will need to verify his or her identify as a yuuvis® user for authentication purposes.

connections.json
:
[{
"id": "<String>"
"alias": "Profilbezeichnung",
"files": [],
"gatewayUrl": "http://<gateway-URL>",
"isConnected": true,
"selfsigned": false,
"NTLM": true,
"webClientPath": "/<client/>"
},
{...}
]
Multiple connections can be specified. Each one needs a unique ID. yuuvis® RAD agent uses the files parameter to save information about managed files. It must be specified as above. "selfsigned": true is necessary if the certificate was self-signed for HTTPS.
Connection profiles allocated via the connections.json
file cannot be deleted or edited on the workstation using yuuvis® RAD agent. Changes to the file require yuuvis® RAD agent to be restarted.

Connection profiles can be created by the user on the workstation:
- Open yuuvis® RAD agent via the task bar icon.
- Open the list of connections via the
Menu icon + Connections.
- Open the connection dialog via New.
-
Enter the name, gateway URL, and path to yuuvis® RAD client.
Enable Single Sign-on, if desired.
- Click Save.
The connection profile is saved.
Via the connection profile from yuuvis® RAD agent, users can open yuuvis® RAD client.
Establishing a Connection
The user can establish a connection from yuuvis® RAD client or yuuvis® RAD agent.
The system administrator can use the configuration file extend.json to configure that new users in yuuvis® RAD client are immediately connected to yuuvis® RAD agent. Depending on the configuration of the connections in yuuvis® RAD agent, the connection is established or the yuuvis® RAD agent connection dialog is opened.
Entry in the extend.json file:
{
"agent":{
"autoconnect":true
}
}
Log Files
The log files are created by yuuvis® RAD agent in the following directory:
C:\Users\<User name>\AppData\Roaming\yuuvisRAD agent\logs\
Uninstalling
You can uninstall yuuvis® RAD agent via the Windows Control Panel.
Updates
For information on updating components, see Release Information.