Upgrading Synchronization Server (Contacts)
Upgrade the components in your .NET or Java web application that synchronize Contact and Segment data for Audience Manager.
Procedure
- Go to your website that is running your Synchronization Server components for Contact Synchronization.
- Upgrade your Content Delivery—the files you need to upgrade are delivered as part of the Content Delivery API Server Role:
- In a .NET web application, replace your JAR files and DLLs
- In a Java web application, replace your JAR files
- Access the SDL Tridion Sites installation media.
- In a .NET web application:
- Update the DLLs for Contact Synchronization, Tracking and Tracking retrieval: navigate to Audience Manager\role\api\in-process\dotnet\synchronization\bin and copy and replace the existing DLLs in the \bin folder of your website.
- Update ASPs for Contact Synchronization: navigate to Audience Manager\roles\api\in-process\dotnet\synchronization\ and copy and replace your existing
Profilesync.aspxandProfilesync.aspx.cspages. - Update JARs: navigate to Audience Manager\roles\api\in-process\dotnet\lib and copy and replace the existing JAR files in your website \lib directory.
- In a Java web application:
- Update JARs for Contact Synchronization: navigate to the Audience Manager\roles\api\in-process\Java\subscription directory and copy and replace the existing JAR files in your website \lib directory.
- Update the JSP for Contact Synchronization: navigate to Audience Manager\roles\api\in-process\Java\subscription\Web and copy and replace your existing
profilesync.jsppage.
- Test the installation by opening a browser and running the
profilesyncpage.