- Upgrade the Soiree plugin to 4.3.0
- Upgrade your Java projects
- Right click on the project name in the package explorer.
- Select ‘Soiree Project Configuration’
- Update the Library Files
- Intall the Soiree table definitions
- Clean your project
- Modify the definition of some Soiree system tables.
- Drop these tables
DROP TABLE SoireeScaledImageInt; DROP TABLE SoireeScaledImageExt; DROP TABLE SoireePerfLogProcess; DROP TABLE SoireeNotificationScenes; (if it exists in your DB) DROP TABLE SoireeNotificationType; (if it exists in your DB) DROP TABLE SoireeGroup; DROP TABLE SoireeGroupScene;
- Use the provided Soiree table definition files to re-create the following tables which were modified for this release.
- SoireePerfLogProcess
- SoireeNotificationScenes
- SoireeNotificationType
- SoireeNotificationClient
- SoireeNotifications
- SoireeNotificationsMobileLog
- SoireeNotificationSolution
- SoireeNotificationUser
- SoireeNotificationUserPrefs
- SoireeGroup
- SoireeGroupScene
- SoireeGroupRight
- Drop these tables
You can obtain the Android, iOS, and Server runtime libraries here: Soiree Downloads