General

<< Click to Display Table of Contents >>

RayManageSoft Unified Endpoint Manager > 3.1 > User Guide > Site-Administration > Tenants > Edit a Tenant 

General

In the General tab of the Edit Tenant dialog the following details for the tenant are defined:

 

EditTenantGeneral

 

NAME: This field contains the name of the tenant. This field is mandatory.

PICTURE: A custom picture for the tenant can be uploaded by clicking the Image button and opening an image from the browser (the following file formats are supported: .gif, .jpg, .jpeg, and .png).

IS ACTIVE: This checkbox defines if the tenant is active or deactivated.

CONNECTION STRING: This field contains the connection string to the database the tenant is using. The connection string should look like the following examples:

oIn order to connect to a SQL Server instance
Server=myServerAddress\myInstanceName;Database=myDataBase;User Id=myUsername;Password=myPassword;

oIn order to use a trusted connection
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;