Connect to MYSQL Server on Port 33366 using the command from the SD+ server console
cmd > cd [SERVICEDESK PLUS Home]\mysql\bin
cmd> mysql.exe -u root -P 33366 servicedesk
If the database is MSSQL Use the below steps in MSSQl Server --> Query Analyzer of ServiceDesk database
If postgreSql open command prompt on the application server,connect to the folder ManageEngine\ServiceDesk\pgsql\bin> and use the command
psql.exe -U postgres -p 65432 -d servicedesk
update requesttemplate_list set has_group='false' where is_catalog_template='true';
Restart the Service and check for the issue