Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
Just found that DeleteDataTableEntries can only delete 500 entries as most , but there is no parameter to control it. Executing the service one more time, and it will delete the next 500 entries. Is it a correct/designed behavior ?
Thingworx version: 8.4.4
Regards,
Sean
@seanccc This is a known issue. The cause of this issue is
The solution to this issue has been provided in Thingworx 8.5
Thanks,
Vibhuti
There is a purge service available as well I believe. If you can define what you want to remove based on timestamp.
If you can't specify the maxItems parameter then the only way to do more than 500 is to do it in the persistence layer directly.