Trying to reindex single part through runTcFTSIndexer.bat -task=objdata:savedquery but getting a below error
java.rmi.RemoteException: Type objdata Flow sync is already running. Only one objdata flow can be run at any given time.
SolutionObjdata index only supports one flow at any given time. You should not run multiple objdata flows at the same time. The best practice is to perform one-off indexing like objdata:index or objdata:savedquery separately and then once they are done, run the normal sync flow.