The CreatorCon Call for Content is officially open! Get started here.

Error while deleting Project

ShivdasB
Tera Contributor

(i am new to servicenow)

Unable to delete a project from pm_project table

getting following error.

 

"This Project is marked for deletion and will be deleted when the next schedule job is executed."

 

Note : I have no schedule jobs written

6 REPLIES 6

SatyakiBose
Mega Sage

Hello @ShivdasB 

This means that there is a table cleaner job scheduled for deleting records for this table.

Regarding table cleanup, you can read it over here - https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/managing-data/...

  • Navigate to the table cleanup module under instance scan
  • You would see a column for the table, and search for pm_project table.

This is what is showing the message.

you can also check this documenation - https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/managing-data/task/s...

 

ShivdasB
Tera Contributor

hello @SatyakiBose ,

I checked there is no record  regarding pm_project

Hello @ShivdasB 

Please check if pm_project is an extended table.

In that case you need to check with parent table's name.

ShivdasB
Tera Contributor

@SatyakiBose I check 
pm_project is an extended table, but there is no entry of parent table in sys_auto_flush_list.do