Solved

aurena custom create new page

  • 12 July 2021
  • 4 replies
  • 807 views

Userlevel 3
Badge +9

Hi,

I need your support on two issues

1. I am facing the following error while creating a new page.
2. How can I refresh or clear Aurenada cache?

 

 

 

 

 

icon

Best answer by Charith Epitawatta 13 July 2021, 22:20

View original

This topic has been closed for comments

4 replies

Userlevel 7
Badge +31

Hi @Mervan,

You can call following URLs in the browser to clear projection cache and client meta-data cache.

 

To clear projection cache:

https://<ServerName>:<Port>/main/ifsapplications/projection/ClearCache?METHOD=CLEAR_PROJECTION_CACHE&VALUE=<ProjectionName>

( ‘*’ will clear the caches for all projections)

 

To clear client meta-data cache:

https://<ServerName>:<Port>/main/ifsapplications/web/server/clearmetadatacache

 

Hope this helps!

Userlevel 3
Badge +9

@Charith Epitawatta  

thank you for the answer. My 2nd question is solved.
Do you have a solution for my 1st problem?

 

Best Regards

Mervan 

Userlevel 7
Badge +31

Hi @Mervan,

If refreshing Aurena caches did not resolve your 1st problem, please try running following SQL statement as Application Owner to refresh custom objects cache manually:

BEGIN

Install_Tem_SYS.Installation_Support('REFRESH_CUSTOMOBJECTS', NULL);

END;

Hope this helps!

Userlevel 3
Badge +9

@Charith Epitawatta Thank you for the thanks. My problem is solved.