Skip to main content
Solved

"" is non existing table

  • October 5, 2021
  • 4 replies
  • 245 views

Forum|alt.badge.img+7

Trying to delete shop orders and getting the below error - Apps 8

 

Best answer by Tomas Ruderfelt

These kinds of errors when removing things often has the cause in errors in the reference cache.

When you remove things, reference cache is used to find which other objects to remove or check for existence.

You could try to refresh “Reference Cache” in the application to see if that helps.

If not you need someone to look into the problem in deep. I suggest you create a support case for it then.

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+13
  • Hero (Partner)
  • 135 replies
  • October 5, 2021

Try enabling debug console and you’ll probably have more info about the error


Forum|alt.badge.img+21
  • Superhero (Employee)
  • 500 replies
  • Answer
  • October 5, 2021

These kinds of errors when removing things often has the cause in errors in the reference cache.

When you remove things, reference cache is used to find which other objects to remove or check for existence.

You could try to refresh “Reference Cache” in the application to see if that helps.

If not you need someone to look into the problem in deep. I suggest you create a support case for it then.


Forum|alt.badge.img+9
  • Hero (Employee)
  • 79 replies
  • October 5, 2021

Hi @klorimer 

This can happen when 'Reference Cache' & 'Security Cache' contains objects which already not in the database. Then clear the 'Reference Cache' & 'Security Cache' and try again. sometimes this can be helpful to resolve the issue.

Regards
Shan


Forum|alt.badge.img+8
  • Sidekick (Employee)
  • 27 replies
  • October 6, 2021

Hi…

Yes we usually refresh Reference Cache after you have deployed any view (package) which changes the reference information about the LU's. The Reference cache manages data needed for checking of referential integrity. The Reference cache is used any time you remove data in any client.

 

Regards,

Hiroshi