Oct 30, 2020 #1 Orlando Jimenez Programmer Joined May 30, 2019 Messages 5 Location CR thread693-1730834 Did you fix it?
Nov 11, 2020 #2 jimmymcp02 IS-IT--Management Joined Nov 1, 2008 Messages 178 Location US i dont use PM but i have a note on how to fix this open dbisql and run this command select * from micros.sp_stat look at the ob_running value write it down and then run the following update micros.sp_stat set ob_running = 'F' then exit dbisql try and see if the error goes away. Upvote 0 Downvote
i dont use PM but i have a note on how to fix this open dbisql and run this command select * from micros.sp_stat look at the ob_running value write it down and then run the following update micros.sp_stat set ob_running = 'F' then exit dbisql try and see if the error goes away.