How to stop data reader running for long time as shown below
how to terminate running procedure.
Hi Vishnu,
The only option is to restart the board service on the server, nothing else will stop the procedure completely.
Cheers,Daniel
Thanks Daniel for answering.
Hello vishnu vardhan,
is not possible to stop a board data-reader or procedure: they must execute until the end.
what Daniel Zillmann suggested is a dangerous way: during those operations (expecially data-readers) Board is changing the data-dictionary, If you kill the process you could corrupt the database.
If you want to follow this way, make a backup (a "Hot backup" is fine) before launch the instruction.
Our suggestion is always to test the data-reader/procedure on a small portion of data (use the select) before executing them on the whole information.
ciao,
federico