function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kemp100Kemp100 

Please help me

I am using PHP API toolkit and I am using the QUERY/QUERYMORE command.
 
I am getting 10k records and each time i run a QUERYMORE function i am makin sure i use them up in 15min so the QUERYMORE cursor is still alive.
 
problem is ..after 3000 records i get the INVALID QUERY LOCATOR error.
 
can someone help?
Execute EZSAASExecute EZSAAS
Use QueryIterator instead.