Follow these steps to start the data migration process:
If the CertiFlow.Migrate.SAM.exe.config file has the report option enabled, a report file named CertiFlow.Migrate.SAM.Report_dd-MM-yyyyy_HH-mm-ss.csv will be created automatically in the directory with the migration utility.
An example of the contents of a report file opened using Microsoft Excel:
Data migration success or failure events can be logged on the CertiFlow server.
To log migration events to the CertiFlow server, you must use the CertiFlow.EventLog.Proxy component, which allows you to log events to the server log from remote workstations (other CertiFlow servers or the SAM server where the migration utility is running).
To configure the migration utility to record events in the event log of the CertiFlow server, follow these steps:
password - password of the service account used to connect
<proxyServer url="https://server2012r2.demo.local/eventlogproxy" userName="DEMO\Administrator" password="P@ssw0rd" /> |
Open the C:\inetpub\wwwroot\eventlogproxy\Web.config file as an administrator in a text editor (for example, Notepad) and specify the credentials for accessing the eventlogproxy service in the authorization section.
<authorization> <deny users="?" /> <allow users="DEMO\Administrator"/> <deny users="*" /> </authorization> |