Skip to main content
Solved

aurena custom create new page

  • July 12, 2021
  • 4 replies
  • 1171 views

Mervan
Sidekick
Forum|alt.badge.img+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?

 

 

 

 

 

Best answer by Charith Epitawatta

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!

This topic has been closed for replies.

4 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+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!


Mervan
Sidekick
Forum|alt.badge.img+9
  • Author
  • Sidekick
  • July 13, 2021

@Charith Epitawatta  

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

 

Best Regards

Mervan 


Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+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!


Mervan
Sidekick
Forum|alt.badge.img+9
  • Author
  • Sidekick
  • July 14, 2021

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