The Higher Logic Thrive Marketing Enterprise (Thrive Marketing Enterprise) Universal Webservices is a service that is deployed for Thrive Marketing Enterprise integrations.
This article details how to encrypt the Real Magnet Integration Web Service.
NOTE: "Real Magnet" is a prior name of Thrive Marketing Enterprise.
Encryption steps
- Download the encryption tool .ZIP file that is attached at the bottom of this article.
- Save the file to the server where Universal Webservices is installed.
- Log in to your remote server and halt the Real Magnet Integration Web Service.
- Run the command prompt as Administrator.
- Navigate to the directory where the Universal Webservices is stored.
- Decrypt the connection strings by calling the encryption config tool.
EncryptConfigTool.exe -f RealMagnet.Integrations.RemoteWebService.StandaloneHost.exe -s connectionStrings -decrypt
- Open the config file in a text editor (e.g., Notepad).
- Make the change to the connection string.
- To add a new connection string, navigate to the <connectionStrings> element, copy the previously created connectionString, and paste it below the current string.
- The value of "name" should be the Mail User ID provided.
- Be sure to save.
- Encrypt the service.
- Return to your open command prompt, remove the -decrypt string, and press Enter.
EncryptConfigTool.exe -f RealMagnet.Integrations.RemoteWebService.StandaloneHost.exe -s connectionStrings
This will encrypt your Real Magnet Integration Web Service.
- Restart the Real Magnet Integration Web Service.