Alerts and info during the upgrade process (from 14500 and above )

Alerts and info during the upgrade process (from 14500 and above )

Sharing the below pop up which appear during the upgrade of 14.5 and above 

1. 


Please exclude the pgsql.exe process, logs folder, and pgsql folder from the antivirus scanner, as stated in the warning message as this can interfere with the performance. All other items in the MSP folder can be scanned. For further information, please refer to the provided link. This will not affect the server or application.

2.


SDPMSP-22013 : Copy Default Settings option is removed. Sites that are already configured with Copy Default Settings option will be updated with Custom Settings configuration to organize and maintain separate configurations for each site. Default site settings will not influence other sites going forward.
These sites which are under the Copy site settings , will automatically be converted to Custom sites with relevant configurations

Kindly refer to the ReadMe on product updates

3.


Sometimes, the search functionality in modules such as Requests and Solutions may not function properly. To resolve this issue within the ServiceDesk Plus-MSP console, it is necessary to reindex all database data. For this reason, the search feature in requests and solutions has been improved by reindexing. The reindexing process will not take much time, and there will be no negative impact. Please wait until the reindexing is complete before performing any search operations to ensure more efficient searching within the application.

4.

When the "Custom" site is changed to the "Refer" site, the entries in the DB will deleted and the support groups under the custom site will be considered inactive.

The alert during the upgrade is due to the same scenario, so to fix the same, we are just removing or deleting the support groups in the above inactive scenario only. The support groups under the sites that are changed from custom to refer will only be deleted.

Note: Other inactive groups will not be deleted (say when we try to delete a support group that is associated with the change or asset module and then it will not be deleted and moved to the inactive state).

5.








The above pop up indicates that the users who are associated with the inactive departments will be deleted post the upgrade.

Query 1: To find the list of inactive departments

select *  from departmentdefinition where isdeleted=true

Note: Can be executed in builds 14.5 and above

Query 2 : To find the list of users who are associated with the inactive departments and will be deleted post upgrade

select userid from userdepartment where deptid in (select deptid from departmentdefinition where isdeleted=true);

Note : Needs to be executed in the previous setup before the upgrade.


6. End User licence Agreement




This Agreement appears because of the Enhancement released within the product after the 14600 Build on Auto Update.

Auto Update : Auto Update allows you to apply the security patches easily and ensures that the application is up-to-date and secure. Apply patch updates in a single click from the application UI.  Refer to this LINK  regarding this feature.

7. 


Any external products, web clients or desktop applications which are integrated to ServiceDesk Plus via the V1 APIs would be impacted. Any functionalities such as client integrations, custom scripts or functions configured with v1 APIs will no longer work.

The V1 API's are updated with the V3 API for Changes within the application. So we recommend you to update to the newer V3 API . Change APIs are used in several functionalities in our product where we have scripting support . 

Refer to this LINK for details on this regard.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Upgrade failure - Trying to start PostgresSQL server failed

                        Traces within the logs: [SYSERR] [INFO] : java.lang.Exception: java.net.ConnectException: Trying to start PostgresSQL server failed Please follow the steps below to address the same : 1. Stop the ServiceDesk Plus MSP service. 2. Open the command ...
                      • 10.5 Linux Upgrade failure and solutions

                        Traces in logs : 1. java.lang.Exception: InitPgsqlScript exited with value :: 1 at com.adventnet.persistence.PostgresPreProcessor.executeInitPgsqlScript(PostgresPreProcessor.java:1733) 2. PGSQL Permission related errors. 3. SDP MSP installed as root ...
                      • Upgrade Failed -> Reverting steps

                        This article covers 2 areas : a) Analysis stage b) Reversion steps (rollback) a) Analysis stage Please send the below files to our support for analysis: 1. Zip the complete log folder present under <servicedesk plus msp home>/server/default or from ...
                      • Upgrade failure from 1420X to 14300.

                        Error trace: 5 Sep, 2023 6:08:56 PM [com.adventnet.tools.update.installer.Unzipper] [INFO] : lib/phantomjs/linphantomjs/phantomjs 25 Sep, 2023 6:08:56 PM [com.adventnet.tools.update.installer.Unzipper] [SEVERE] : ERR:Exception while writing ...
                      • SDP MSP solution for postgres 11 upgrade issues

                        When ServiceDesk Plus MSP is upgraded to 14300 or later, postgres is also upgraded to 11.17. If you are using bundled postgres, data migration through pgdump and restore mechanism also happens. To ensure efficiency in Postgres 11.17, make sure your ...