I built a simple custom page in Aurena. But, I receive the attached error when I try to query or populate data. Does this look like a bug? Thanks a bunch!
Hi
Can you refresh aurena caches as below
1. Refresh Language cache ( from IEE)
2. Refresh Dictionary cache ( from IEE)
3. Login to Aurena client
4. Change the browser URL appending below URL path – note that you must change the existing URL only after “main”.
…/main/ifsapplications/projection/ClearCache?METHOD=CLEAR_PROJECTION_CACHE&VALUE=*
5. Hit “enter” key to go to that URL – it will return nothing, that’s normal
6. Now change the URL again appending below URL path – again you must change the existing URL only after “main”.
…/main/ifsapplications/web/server/clearmetadatacache
If you still see the error can you refresh custom objects cache manually by logging as IFSAPP
using below sql block
BEGIN
Install_Tem_SYS.Installation_Support('REFRESH_CUSTOMOBJECTS', NULL);
END;
Regards
Manoj
Thanks, the error still occurs. It might be a bug. We’re patching our dev environment tomorrow. Hopefully, that’ll do the trick.
I’m only getting this error when I add the data I want to see as a list. When I add it as a Group it works fine but, I need it to display in the list format. Any ideas?
Hi
Thanks for the update.
What is the IFS V10 update version
Can you please share the aurena debug console output as the existing information is not enough to provide more ideas on this error.
Thanks for your reply
There’s no data in the debug console but, the error reports shows this:
An internal server error occurred. Contact administrator.
Url: https://ifs10app01.nan.local:49080/main/ifsapplications/projection/v1/NanVendorSearchCriteria.svc/NanSearchCriteriaSet?$select=Cf_Nan_Cust_Name,Objgrants,luname,keyref&$skip=0&$top=25
Request Id = 921bc7f4-61cc-4304-82fa-193902d96dae
Date = 2021-11-22T18:39:28.003Z
Client version = 10.14.123.0
Hi
Kindly check below article which addressed a similar error
Check whether you have used same name for Custom LU name in IEE and Projection name in Aurena.
If so,different names do not generate the issue.
I hope this would help you to solve the issue.
Hi
I have the same issue. My custom page is a list, and LU name <> projection name.
Have you found the reason of the issue ? Thanks.
regards
Jean-Luc
Hi,
I have the same issue. My custom page is a group, and LU name <> projection name.
But, I’m experiencing that error only on groups and not list.
Have you found the reason of the issue ?
Thanks and Best regards,
Melis
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.