Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

thread693-1730834 Did you fix it?

Status
Not open for further replies.

Orlando Jimenez

Programmer
May 30, 2019
5
0
0
CR
thread693-1730834
Did you fix it?
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top