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 Mike Lewis 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.
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