Shared Favorites during upgrade
- Last UpdatedFeb 12, 2024
- 1 minute read
Shared favorites are read from the project XML during upgrade and a SQL insert script is prepared to insert the Shared favorites into new tables. This prepared script is executed in Data DB during the Initialize Database event of DataRepository. This is dependent on the value of the Auto-upgrade property of the DataRepository item in the Studio project.
|
Auto-upgrade value |
What happens |
|---|---|
|
True |
If the Auto-upgrade value for DataRepository item is True during upgrade, the Initialize Database event will be called automatically during upgrade. |
|
False |
If the Auto-upgrade value for DataRepository item is False during upgrade, then you will need to manually execute Initialize Database by right clicking on the DataRepository item. This will cause Shared favorites to be copied to Data DB. |
Important If the AutoUpgrade value is False during upgrade, and you start the DataRepository item without manually running Initialize Database, the Shared Favorites will not be available until you run Initialize Database.