Agat Content Manager Installation
Overview:
Content Manager version 1.0.0.0 support only in Ethical Wall and therefore is Installation is much more simple, so for Content Manager version 1.0.0.0 ignore the section of Version 1.1.0.0.
Content Manager version 1.1.0.0 support DLP and Ethical Wall, so for Content Manager version 1.1.0.0 skip the section of Version 1.0.0.0. Agat Content Manager Service need to run in new User. Step 1: create new User in the AD called: "AGATContentManager" Step 2: Set permissions to "AGATContentManager" user: in the same server with AGAT Content Manager Service - usually Front-End: theConnectionStringin the app.config file (or AgatContentManagerService.exe.config file) need to contains the user: "AgatDBNotificationsUser" explanation: SQL has a user named: "AgatDBNotificationsUser" and he has the following permissions: After Content Manager first running, the Connection-string has been encrypted, so if you already run it and the Service failed and the failure was due to incorrect Connection String. in the following section, I show you how to fix it. The file: "AgatContentManagerService.exe.Config" (app.config) should look like this before first running (after compilation): in the red rectangle, you can see the connection-string as plane-text. in the blue rectangle, you can see the connection-string under comment. After first running: in the red rectangle, you can see the connection-string after encryption. in the blue rectangle, you can see the connection-string before encryption and under comment. Delete all the red area and replace it with the blue area (I suggest to save the blue area for backup so just copy it, not cut it) uncomment the blue area and change the credentials In Access Portal -> settings ->File Handling: you need to fill: Front End Pool and Collaboration Content Directory. Front End Pool: you can find the Front End Pool nameinthe FE server -> Skype For Business Topology Builder: Collaboration Content Directory: you can find the Collaboration Content Directory in the FE server -> Skype For Business Topology Builder -> Shared Components -> File store: you need to find the directory: "CollabContent", usually you just need to append: "\1-WebServices-1\CollabContent". copy the Directory AgatContentManager to the FE Pre-installation: Agat Content Manager Service need to run in new User. Step 1: create new User in the AD called: "AGATContentManager" Step 2: Set permissions to "AGATContentManager" user: in the same server with AGAT Content Manager Service - usually Front-End: theConnectionStringin the app.config file (or AgatContentManagerService.exe.config file) need to contains the user: "AgatDBNotificationsUser" explanation: SQL has a user named: "AgatDBNotificationsUser" and he has the following permissions: After Content Manager first running, the Connection-string has been encrypted, so if you already run it and the Service failed and the failure was due to incorrect Connection String. in the following section, I show you how to fix it. The file: "AgatContentManagerService.exe.Config" (app.config) should look like this before first running (after compilation): in the red rectangle, you can see the connection-string as plane-text. in the blue rectangle, you can see the connection-string under comment. After first running: in the red rectangle, you can see the connection-string after encryption. in the blue rectangle, you can see the connection-string before encryption and under comment. Delete all the red area and replace it with the blue area (I suggest to save the blue area for backup so just copy it, not cut it) uncomment the blue area and change the credentials In Access Portal -> settings ->File Handling: you need to fill: Front End Pool and Collaboration Content Directory. Front End Pool: you can find the Front End Pool name in the FE server -> Skype For Business Topology Builder: Collaboration Content Directory: you can find the Collaboration Content Directory in the FE server -> Skype For Business Topology Builder -> Shared Components -> File store: you need to find the directory: "CollabContent", usually you just need to append: "\1-WebServices-1\CollabContent". in case of support P2P conversation, you also need to install a trusted application, go to this page: UCMA General Information, and follow the installation instructions. important note: if the trusted application is already installed on the server, so you just need to configure in Access-Portal: you can see we 2 OwnerUrn SkypeShieldTrustedApp and SIPfilterTrustedApp, so you need to take only the sip address (without the "sip:") of SkypeShieldTrustedApp, note that in the Sip-Filter yaml file you also need to make sure that Lync site is configured:version 1.0.0.0
Pre-installation:
example for a script:
net user "AGATContentManager" <password> /ADD
net localgroup "RTCComponentUniversalServices" "<domain>\AGATContentManager" /add
NetFrameworkConfigurationKey
example for script:
icacls "C:\Agat\AgatContentManager" /grant "<domain>\AGATContentManager":(OI)(CI)F /T
icacls "C:\Agat" /grant "<domain>\AGATContentManager":(OI)(CI)F /T
icacls "C:\ProgramData\Microsoft\Skype for Business Server\WebConferencing\Temp" /grant "<Domain>\AGATContentManager":(OI)(CI)F /T
net localgroup "RTC Component Local Group" "<domain>\AGATContentManager" /add
net localgroup "RTC Local Administrators" "<domain>\AGATContentManager" /add
net localgroup "RTC Server Applications" "<domain>\AGATContentManager" /add
net localgroup "RTC Local User Administrators" "<domain>\AGATContentManager" /add
cd %systemroot%\Microsoft.NET\Framework64\v4.0.30319\
aspnet_regiis -pa "NetFrameworkConfigurationKey" "<domain>\AGATContentManager"
Otherwise, one of the exception you'll get:
Exception: "An error occurred executing the configuration section handler for connectionStrings."
Inner Exception: "Failed to encrypt the section 'connectionStrings' using provider 'RsaProtectedConfigurationProvider'. Error message from the provider: Object already exists.\r\n"
Access Portal Configuration (both versions)
Connection-String:
Access-Portal:
in the example above, the Collaboration Content Directory will be: "\\sql.agatwork.com\SkypeShare\1-WebServices-1\CollabContent".Service Configuration
installation:
version 1.1.0.0
example for a script: net user "AGATContentManager" <password> /ADD
net localgroup "RTCComponentUniversalServices" "<domain>\AGATContentManager" /add
NetFrameworkConfigurationKey
example for script:
icacls "C:\Program Files\AgatContentManager" /grant "<domain>\AGATContentManager":(OI)(CI)F /T
icacls "C:\Agat" /grant "<domain>\AGATContentManager":(OI)(CI)F /T
icacls "C:\ProgramData\Microsoft\Skype for Business Server\WebConferencing\Temp" /grant "AGATWORK\AGATContentManager":(OI)(CI)F /T
net localgroup "RTC Component Local Group" "<domain>\AGATContentManager" /add
net localgroup "RTC Local Administrators" "<domain>\AGATContentManager" /add
net localgroup "RTC Server Applications" "<domain>\AGATContentManager" /add
net localgroup "RTC Local User Administrators" "<domain>\AGATContentManager" /add
cd %systemroot%\Microsoft.NET\Framework64\v4.0.30319\
aspnet_regiis -pa "NetFrameworkConfigurationKey" "<domain>\AGATContentManager"
Otherwise, one of the exception you'll get:Exception: "An error occurred executing the configuration section handler for connectionStrings."
Inner Exception: "Failed to encrypt the section 'connectionStrings' using provider 'RsaProtectedConfigurationProvider'. Error message from the provider: Object already exists.\r\n"
Access Portal Configuration (both versions)
Connection-String:
Access-Portal:
in the example above, the Collaboration Content Directory will be: "\\sql.agatwork.com\SkypeShare\1-WebServices-1\CollabContent".P2P conversation:
Get-CsApplicationEndpoint
in this example, we take only the string: "alert@agatwork.com".Service Configuration
installation:
Version 1.0.0.0
This version support only Ethical Wall, not DLP.
The package should include:
AGAT Content Manager | SipFilter | Access Portal | SQL |
---|---|---|---|
1.0.0.0 | 1.6.7.0 | 3.4.8.3 | 3.4.8.3 |
Version 1.1.0.0
This version supports Ethical Wall and DLP.
The package should include:
AGAT Content Manager | SipFilter | Access Portal | SQL |
---|---|---|---|
1.1.0.0 | 1.7.0 | 3.4.12 | 3.4.12 |
if there no Access Portal version 3.4.12 yet, you can just run in SQL the scripts here: \\fs\share\Users\Yinon Bloch\scripts for ACM 1.1.0.0