Aurena - Page Configuration - Action - Resource Not Found
Hello everyone,
I have recently added an Action to one of our Page Configurations for Aurena. However upon trying to test out the command I get a “RESOURCE_NOT_FOUND Cannot find EntitySet, Singleton, ActionImport, or FunctionImport….” error.
This error makes me believe I am missing a step, but nothing else is mentioned in the “Administration Aurena / Configuration Guide / Project Configurations / Custom Action Configuration” help page.
Has anyone else had experience with this error or may recognize a step I am missing?
Thanks
Page 1 / 1
hi @hansend
can you illustrate the steps you have taken to get to this point
Hello @paul harland!
Here are my steps
On my Projection Configuration
Custom Actions Add new
“Synchronize” the Projection Configuration
Click “Page Configurations”
Custom Page > View Page
Page Designer
All Elements > Lists > Select List (Chief Project Hours) > Comand Groups
+ on Commandgroups / Select “Execute Action”
Save/Publish
Get out of Page Designer
Load / Select record
Select “Calculate Hours 2” Error
Thanks for taking the time!
hi @hansend
Thanks for adding those details
You are not missing any steps. My guess is you need a refresh of some sort
-- This command disables Installation_Mode in Dictionary_SYS EXEC Dbms_Session.Modify_Package_State(Dbms_Session.Reinitialize); / PROMPT Refreshing Security_SYS EXEC Security_SYS.Refresh_Active_List__(3); / COMMIT; /
@paul harland I appreciate the assistance!
I have had to do the metadata update before but for due diligence I did do that again. I also ran your script that you provided.
As you guessed correctly each of those solutions still produced the same result. However, I do agree with you that some type of refresh is still needed. If I go to the API Explorer there is no mention of any of the three actions that I have added. Which makes sense due to the error that is being thrown.
Is there anything out there that forces that API to get refreshed? Or is that what the clearmetadatacache is supposed to do?