Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Painel
borderColor#f2f2f2
bgColor#f2f2f2

Once SmartSync is installed on the server, you must configure it with the Active Directory directories so that synchronization of users and/or groups can be initiated.

There are two processes running for SmartSync:

  • SmartsyncApplication: responsible for monitoring all incoming and outgoing data to Identity, where user and group synchronization is managed.
  • SmartsyncWebApi: responsible for the visual aspect of SmartSync, where you can view statuses, configure settings, and download logs.

After installing and configuring SmartSync, you must keep the SmartsyncApplication process running.

Painel
borderColor#fdf7e8
bgColor#fdf7e8
HTML
<div class="lms">
	<div class="lms-callout">
		<div class="lms-callout-image">
			<img class="lms-callout-thumb" src="http://tdn.totvs.com/download/thumbnails/286221066/importante.png" width="24" height="24">
		</div>
		<div class="lms-callout-body">
			<p class="lms-callout-text"><b>PLEASE NOTE!</b><br>SmartSync creates Windows services automatically at the time of installation. However, if you need to create it manually, the steps are in the <b>Windows Service Manual Creation</b> section of this documentation.
</p>
		</div>
	</div>
</div>


Windows Service Manual Creation

...

SmartSync creates Windows services automatically at the time of installation.

01. Access the Windows prompt (cmd) and enter the following command to install the Windows service.

Bloco de código
sc create "SmartSync.Application" binpath="C:\Program Files\TOTVS\SmartSync\Application\SmartSync.Application.exe"

02. Still at the Windows prompt, type the command below to start the service.

Bloco de código
sc start "SmartSync.Application"


SmartSync initial setup

...

To perform this action, SmartSync must be installed and running on the server..

...