Upgrade issue from 14200 to 14300 (LINUX)
We have a prerequisiste that when upgrading SDP MSP from version 14200 to 14300 in a Linux environment the GNU C library should be upgrade to version 2.14 or above
-> Sometime even if you have upgraded your GNU C library to the 2.14 or above the upgrade would still fail
-> By default OpenMP library will not be present in the Linux based OS for few users even if they have GLIBC 2.14 or higher version
-> In this case, the user will have to manually install OpenMP library in their Linux based OS. Kindly try the below steps with the help of your SYSADMIN to troubleshoot the issue:
1. Check if OpenMP library is installed in your PC. In your PC, try the command dpkg -l | grep libgomp to check if OpenMP library is installed or not. To verify if OpenMP is installed, after executing the above command, you will be getting the result like below:
If in case, it is not installed, then kindly install that library. If it is installed and yet you face issues while upgrading SDP, make sure you upgrade to the latest OpenMP library version using the below command itself.
2. To install OpenMP library in your PC, execute the following two commands in your terminal:
sudo apt-get update
sudo apt-get install libgomp1
If you have successfully installed the OpenMP library and verified it, you should be able to upgrade your SDP application and make Zia Predictions work successfully!
Make sure to restart the ServiceDeskPlus application after installing the above mentioned requirements to enable the working of Zia
New to ADSelfService Plus?
Related Articles
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 failure to 10500 - Linux platforms
You may experience an upgrade failure in linux platforms when upgrading to 10500. Here are the traces from logs, Feb 21, 2020 4:55:03 PM [com.adventnet.tools.update.installer.Unzipper] [SEVERE] : ERRUnexpected Error. Please click View Log>> for ...
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 ...
Installation and Startup Failure of Postgres Database in some Linux Distributions
Log Traces Jul 27, 2023 6:24:49 PM [SYSOUT] [INFO] : /home/sdpuser/ManageEngine/ServiceDesk/pgsql/bin/psql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Root Cause libtinfo.so is a ...
solution for postgres 11 upgrade issues
When Supportcenter Plus 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 ...