I have a table with id 7000 and creating an active table with id 77000. I am noticing these errors with active table and its columns. What does this error mean? How can I fix it?
Critical: Invalid use of Mediation ID range for Param with ID '77000'. (line 70858 col 3) [2.1.7]
I have checked the code and this table is the only parameter using this id.
Hi Samita,
Some parameter Id ranges are reserved for specific use cases. The 70 000 -> 79 999 range you are now using is reserved for Mediation protocols.
For normal drivers, please use Parameter IDs that are in range 1 -> 63 999.
If you need more parameter IDs (only for very large protocols), you can use IDs from range 1 000 000 -> 9 989 999.
For more details, please see this page.