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?
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?
Hi
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!
thank you for the answer. My 2nd question is solved.
Do you have a solution for my 1st problem?
Best Regards
Mervan
Hi
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.