How can I troubleshoot custom CI not showing up in Dynamic Data OData feed?
Our Portal version is 9.1.0.2016.
Thanks!
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭@Greg_Laws - Have you restarted the platform_cache service? That's the service responsible for caching that information, not cachebuilder.5
Answers
I've seen some tables that do not work with the first few letters on them.
I had to remove Cached_MT_ from the start of my data table to get this to work.
Here in the Dynamic Data you can see I just typed CiresonDataCircuit as the table name:
But when you get in to the OData the name shows in full, like this:
So as you can see the table name in the database is Cached_MT_CiresonDataCircuit, but in the Dynamic data I had to just enter the CiresonDataCircuit text to get it to appear.
Hope this also works for you.
@Brett_Moffett, thanks for your reply. I had tried this prior to following Justin's advice, and obviously it didn't help because I was restarting the wrong service. In the end, the collection that is working has the "Cached_MT_" prefix.