Hi everyone,
I am working on an Automation script to retrieve all data from a logger table. According to the documentation (Querying logger tables | DataMiner Docs), this should be achievable using the GetPartialTableMessage class
. However, my script consistently retrieves only 1,000 rows, which is far fewer than the full dataset I expect.
To address this, I added the forceFullTable=true
option in the filter field, as suggested in the documentation. Unfortunately, this does not seem to make any difference — I still receive the same subset of 1,000 rows, regardless of whether forceFullTable=true
is included or not.
My questions are:
- Are there any additional steps or configurations I might be missing specifically for querying logger tables?
- Is there a limitation or best practice for handling large datasets with
GetPartialTableMessage
that I should be aware of? - Could this behavior be related to the logger table itself, such as specific restrictions on row retrieval?
Any guidance or tips would be greatly appreciated.
Thanks in advance!