Rooms and Resources problem

We have some problem with our rooms and resource. When someone try to make a reservation for something it appears in the database for some seconds and when you refresh it disappears.

Maybe the problem have to do something with the full text indexing. The log complains alot of that agents can’t run because databases aren’t full text indexed.

For a week ago we did theese ini settings because the server got heavy load with full text index;

FT_FLY_INDEX_OFF=1

Update_No_Fulltext=1

UPDATE_DISABLE_VIEWS=1

update_NO_Views=1

Update_Disable_fulltext=1

UPDATE_NOTE_MINIMUM=45

CREATE_R8_DATABASES=1

Is it possible to update index in some otherway?