Warning! The trial version of MassTransit installs Apache web server and PHP version 5 within the MassTransit Server folder. If you want to upgrade to a fully functional production MassTransit server, you need to use an IIS web server and also a different version of PHP.
To upgrade from a trial to a production server:
C:\Program Files (x86)\Acronis\MassTransit Server
C:\Program Files\Group Logic\MassTransit Server
C:\Program Files (x86)\Group Logic\MassTransit Server
C:\Program Files\Group Logic\MassTransit Server 7
C:\Program Files (x86)\Group Logic\MassTransit Server 7
This will stop and remove the MassTransit Apache Web Server service. The MassTransit Server\PHP and MassTransit Server\WebServer folders will be deleted.
Note: Since trial version servers use different PHP versions from the production ones, you must delete the currently installed version of PHP and download the applicable one from MassTransit Latest Releases web page.
When the following warning message appears, click any button to continue uninstalling Apache web server. If you don't want to remove Apache, press the keyboard shortcut Ctrl C:
Warning: If the PHP or WebServer folders are still present after running the RemoveApache.bat file, double-click the .bat file again to remove these folders completely.
When installing MassTransit on the Windows Server 2012 Datacenter edition, you must do the following:
Note: All other editions of Windows Server 2012 don't require these special steps.
Find the following line:
# sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Change it to:
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Save the changes to the my.ini file. Verify that you have removed the # symbol.