Enterprise Glossary User Manual
v2026.3 v2026.2 v2026.1 v2025.2 v2025.1 v2024.1 v2023.2 v2023.1
Auto Light Dark
Auto Light Dark
v2026.3 v2026.2 v2026.1 v2025.2 v2025.1 v2024.1 v2023.2 v2023.1 English
Breadcrumbs

Update

Update Synchronization Service

To update the Synchronization Service, stop the Enterprise Glossary Sync Service in the Windows Service overview. Now unzip the new files and copy them to the directory, where your service runs. If you get a message that there are files with the same name in the destination, click Replace files in destination. Finally, you can start the services again.

Update Enterprise Glossary

1. Start update

Before you start the update, you should terminate the application pool. To do this, start the Internet Information Services (IIS) Manager and click Application Pools > DefaultPool > Exit

If several websites/applications are used on the web server, it is recommended to create a separate application pool.

0.png

To update the Enterprise Glossary, do the following. Select the Default Web Site.

1.png

Right-clicking on the menu item will take you to the Deploy function. In the next step, select Import Application.

2.png

2. Select Zip-file

A new window opens where you can specify your package path to the zip file. Here, click Browse and select the corresponding zip file. After that, click Next.

3.png

3. Application path

In the next step, you need to specify the same application path as during the installation and then confirm with Next.
(Here the Field should remain empty, if the application is called via the Default Web Site)

4.png

4. Overwriting existing Files

Before the required files are copied from the zip file to the destination directory, another notification is displayed.
To ensure that all your previously used configuration data is still available after the update, select the first setting.

5.png

In the second setting, all files and folders that are not present in the zip file are deleted. This includes the database connection settings, all uploaded images and files.
If you call the Enterprise Glossary again afterwards, you have to go through the setup routine again. Your data in the database will still exist.

6.png

5. Update finished

When all files have been copied successfully, you will see a Summary in a new window. To complete the update, click Finish.

7.png

5.1 Optional: Customize index file

If you have adjusted the application path in the previous step (3), the index.html must be adjusted after completing the wizard.

The index.html is located under ClientApp\dist.

index_location.png?version=1&modificationDate=1649402061820&cacheVersion=1&api=v2

In the initial situation, the Index.html looks like this:

index_01.png?version=1&modificationDate=1649402061875&cacheVersion=1&api=v2

The <base href = "/"> must be changed to <base href = "/application path/">, for example, <base href = "/EnterpriseGlossary/"> if "EnterpriseGlossary" was selected as the application path.

index_02.png?version=1&modificationDate=1649402061927&cacheVersion=1&api=v2