Model, Component, and Package Management > Model Manager > Add Enabler Mapping for Scheduled Tasks (Model Manager)
  
Add Enabler Mapping for Scheduled Tasks (Model Manager)
To add an entry to the Mappings.ini file, (which maps an Enabler reference to a SQL reference), perform the following:
1. Right-click the database, and select Add Enabler Mapping.
2. In the ModelerATF directory, create a Mappings.ini file. The directory resides in the following location:
C:\ProgramData\PTC Integrity Modeler\ModelerATFiles
3. For each repository, create a mapping entry using the following format:

[MAPPINGS]
<old-server>\<old-repository>=<new-instance>\<new-database>
<old-server>\<old-repository2>=<new-instance>\<new-database2>
<old-server>— specifies the name of the old Enabler server.
<old-repository>— specifies the name of the old repository.
<new-instance>— specifies the name of the new SQL Server instance in the following format: <machine-name>@<instance-name>
<new-database>— specifies the name of the new database.