Solved

How to refresh cache in Apps7.5

  • 26 January 2023
  • 3 replies
  • 119 views

Userlevel 5
Badge +10

A long time ago, in an application far, far away, the rebel alliance was using Apps7.5 and forgot how to refresh cache.

Help me IFS Community, you’re my only hope ;-)

icon

Best answer by knepiosko 27 January 2023, 09:21

View original

3 replies

Userlevel 7
Badge +22

Hi @jporter 

do you have the screen “Refresh Server Cache” in Apps 7.5?

 

Userlevel 5
Badge +15

Hi

 

It should be window “Cache management” in IEE interfejs. Or just try by script:

EXEC Dictionary_SYS.Rebuild_Dictionary_Storage_(1, 'FULL');
COMMIT;
EXEC Reference_SYS.Refresh_Active_List__(2);
COMMIT;
EXEC Security_SYS.Refresh_Active_List__(3);
COMMIT;
EXEC Report_SYS.Refresh_Active_List__(4);
COMMIT;
EXEC Object_Connection_SYS.Refresh_Active_List__(5);
COMMIT;

Userlevel 5
Badge +10

@knepiosko thanks for the response.  Customer is still using Centura executables and Solution Manager.
We’ll look for the cache screen, and consider running the script.

Reply