Upgrading Synchronization Server (.NET)

Upgrading your Synchronization components running in a .NET Web application involves copying JAR files and DLLs into your installation.

Procedure

  1. Open Internet Information Services (IIS) Manager.
  2. Go to the Web application where you installed Synchronization.
  3. Access the Online Marketing Explorer installation media.
  4. Navigate to the Content Delivery\roles\synchronization\dotNet\bin and copy the following DLLs to the bin folder of your Web application:
    • Tridion.Tracking.Core.dll
    • Tridion.Tracking.Interop.dll
    • Tridion.Tracking.Synchronization.dll
  5. Navigate to the folder Content Delivery\roles\synchronization\java\lib and copy the following JAR file to the lib subdirectory:
    • tracking_core.jar
  6. Navigate to the folder Content Delivery\java\third-party-lib and copy the following JAR file into the lib subdirectory:
    • servlet-api.jar
  7. Navigate to the folder Content Delivery\roles\synchronization\dotNet and copy the Webtrackingsync.aspx file to a directory in your Web application, for example syncComponent/.
  8. Restart IIS.