Hi,
I have recently implemented an exposer table from a collector to be viewed off a topology card in an epm system. I have implemented this in several connectors already and have not received this DIS error before. I tried looking up the error code and couldn't find details about it anywhere. Below in the image you can see the error code and that the page clearly exists above in the display tag. Anyone have any idea why this error is showing up?
Hi Meekaeel,
This check basically does the following: It iterates over all parameters in the protocol and keeps track of the page name mentioned in the Position/Page (regular pages and page button page names). Then it iterates over all pages mentioned in the pageOrder attribute and verifies whehter each page mentioned in the pageOrder attribute (that is not a separator or web interface placeholder) is used somewhere in a Position/Page of a parameter.
The validator check will raise an issue if there is no parameter that is positioned on this page. Another example could be that RTDisplay is false for this parameter (but in this case another issue would be raised stating that RTDisplay was expected to be set to true for that parameter).
Do you have a parameter defined in your protocol that is positioned on this page? If so, can you provide the XML of that parameter?
The issue is that that page is used to expose data from a collector or a table to an EPM card. The fix to get rid of the validator error I found was to just use titles to organize the page, that causes the validator check to pass as they are standalone params. The error shouldn't get thrown on CPEIntegration_Data/entity pages, as most of the time it is columns off of a table getting exposed to an EPM card. The validator should recommend titles instead of saying the page doesn't exist.