Follow these steps to start the data migration process:
If the IndeedCM.Migrate.SAM.exe.config file has the report option enabled, a report file named IndeedCM.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 Indeed Certificate Manager server.
To log migration events to the Indeed CM server, you must use the IndeedCM.EventLog.Proxy component, which allows you to log events to the server log from remote workstations (other Indeed CM 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 Indeed CM 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> |