Unable to Reindex in 10.5 builds
Reindexdata batch fails to invoke post 10500 build due to incorrect classpath set in the file.
* Navigate to ManageEngine\ServiceDeskPlus-MSP\bin
*Take a copy of reIndexData.bat or reIndexData.sh outside the application folder
* Edit the reIndexData.bat or reIndexData.sh
Fix for Windows
set CLASS_PATH variable must be replaced with set CLASS_PATH="%SERVER_HOME%\bin\run.jar";"%SERVER_HOME%\lib\*";"%SERVER_HOME%\lib\tomcat\*"
Fix for Linux
reIndexData.sh file CLASS_PATH variable must be replaced with CLASS_PATH=$SERVER_HOME/bin/run.jar:$SERVER_HOME/lib/*:$SERVER_HOME/lib/tomcat/*
Related Articles
Unable to add or update worklog
When you get an error stating - Work log across multiple days is not allowed. Please follow the below steps to fix this case. A) ID - 15344 Unable to add or update worklog 1. Go to Admin -> Timesheet settings. 2. Enable Allow multi-day work log ...
Business Rule is not working
There are a few configurations that need to be checked for business rules. 1. Account/Site Check the request Account & Site, Now, go to Admin>Business Rules>Filter the Account & Site and make sure the Business Rules is created for the same 2. Rule ...
Unable to merge or delete requests/ Unable to take a backup in new instance
Issue: Cannot merge or delete requests. Also, cannot take backup in a new instance with data. Cause: Any of these issues may occur due to orphan entries present in DB. i.e. when we delete a service category in CMDB, it actually gets removed from UI ...
Start/Stop Mail fetching is not working for the foreign languages
Issue is happening for builds 10504 and above. Navigate to ManageEngine/ServiceDeskPlus-MSP/webapps/ROOT/WEB-INF/security and take a backup of the file security-generalaccess.xml and place it on the desktop (Please do not place the backup file on the ...
Mail sending failed_Unable to relay
Error trace in logs: javax.mail.SendFailedException: Invalid Addresses;nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay Possible Cause: The SMTP server does not allow relaying unless you are sending email ...