We are currently trying to replicate a Cisco DCM element to have that same element available in 2 DataMiner clusters without having to double poll the source equipment and as such avoiding the scenario in where we may overwhelm the source equipment with to many data requests.
In this setup, I notice that the replicated element only displays the first page of a table which has been defined as partial table. Would there be a way where we can force also the rest of the paginated pages to come available in the replicated element?
There's currently no support for fully replicating partial tables (aside from updating the driver and dropping the partial attribute).
The main reason is that tables get marked as "partial" for being too big to send to clients. Replicating all of the table would trigger those same problems or require extensive architectural work to make the transfer efficient.