Skip to main content
Solved

Aurena Projection will not delete?

  • June 1, 2022
  • 4 replies
  • 352 views

arebbeadle
Hero (Customer)
Forum|alt.badge.img+14

When I try to delete an Aurena projection I get an error message that a Custom page exists. I removed entities an unpublished the projection but cannot delete. How can I delete pages that I cannot see?

 

 

Best answer by michelle

@arebbeadle this is weird. As Nalaka mentioned the custom pages created through the projection should be listed in page configurations.

But if you have access to the database, could you please try this query and see whether there are any records in the database.

SELECT *
  FROM CUSTOM_AURENA_PAGE_TAB t
 WHERE t.projection_name = 'AreWaterJetMoldData';

4 replies

Forum|alt.badge.img+11

Hi @arebbeadle , Just an idea to try out, navigate to the ‘page configurations’ page and search the projection name there to see whether there are any records for your projection, if there are any then try to remove them first. Please have a look.


arebbeadle
Hero (Customer)
Forum|alt.badge.img+14
  • Author
  • Hero (Customer)
  • 139 replies
  • June 1, 2022

I navigated to the ‘page configurations’ page and search the projection name, nothing shows up. Is there somewhere else to look?

 

Thank you,


michelle
Do Gooder (Employee)
Forum|alt.badge.img+4
  • Do Gooder (Employee)
  • 13 replies
  • Answer
  • June 2, 2022

@arebbeadle this is weird. As Nalaka mentioned the custom pages created through the projection should be listed in page configurations.

But if you have access to the database, could you please try this query and see whether there are any records in the database.

SELECT *
  FROM CUSTOM_AURENA_PAGE_TAB t
 WHERE t.projection_name = 'AreWaterJetMoldData';


arebbeadle
Hero (Customer)
Forum|alt.badge.img+14
  • Author
  • Hero (Customer)
  • 139 replies
  • June 2, 2022

I checked the table and there was a page record associated to the projection even though it did not show in  ‘page configurations’ page in Aurena. I removed the record in the table and then I was able to remove the projection in Aurena.

 

Thank you