Performance issues and NMC's post upgrade to 9306. (XSSMigrationSchedule , cleanSoftwareCIs)

Performance issues and NMC's post upgrade to 9306. (XSSMigrationSchedule , cleanSoftwareCIs)

Team, 

We are recently facing performance and crash (NMC) issues after upgrading to recent versions (9306 and above). Seems like there are few new schedules introduced which might be causing the issue. 

Two of them are "CleansoftwareCIs" and "XSSMigrationSchedule". They are actually one time schedules. 

If they are not completed and running for a long time it can cause issues, so if you face any performance issues get the output for the below queries. 


select * from schedule where schedule_name like '%cleanSoftwareCIs%' 

From the output of the above query , please take the  schedule_id and apply in the below query. 

select * from task_input where schedule_id= ID FROM THE PREVIOUS QUERY 

select count(*) from ci inner join softwareinstallation sins on ci.ciid=sins.ciid left join softwareinfo si on ci.ciid = si.ciid where si.ciid is null 

select * from schedule where schedule_name like '%XSSMigrationSchedule%' 

From the output of the above query , please take the  schedule_id and apply in the below query. 

select * from task_input where schedule_id= ID FROM THE PREVIOUS QUERY 


    • Related Articles

    • How to address Performance issue ?

      Application will face the performance issue because of couple of reasons. 1. Application is not tuned properly. - To fix this - Please refer this tuning steps and do it. 2. Email debug present under Admin -> Mail server settings is enabled for mail ...
    • Linux upgrade failure from 9400/9401 - Warning error (Applicable for 64 bit builds alone)

      Linux upgrade Known issue and its workaround. Users from 9400/9401 build will get the below error message while applying patch. Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library ...
    • Skip forced backup before upgrade

      Please ensure there is a recent VM backup/snapshot or a valid SQL backup or PGSQL backup that was taken just before the upgrade and then skip application backup. For 9000 Upgrade: Edit the batch file called 'Updatemanager.bat' found under ...
    • No Managed Connections. Steps to enable Read Committed Snapshot Isolation- MSSQL

      Enabling Read Committed Snapshot Isolation in MS SQL server In MS SQL environments enabling 'Read committed Snapshot isolation (RCSI)' is the first step in handling application server performance and crash issues. What is RCSI?   Since databases ...
    • Upgrade failure from 9009 to 9200

      Error trace: [com.adventnet.servicedesk.updatemgr.util.SDPostProcessor] [INFO] : Problem during installation of patch {0}java.sql.SQLException: Cannot find the object "PgSQLErrorCode" because it does not exist or you do not have permissions. Cause: ...