Tessitura wont load - transaction log is full...

We are unable to launch Tessi, The error is "transaction log for database impresario is full".. We had an error with our backup last night, but I dont see why that should be causing this issue.

How do I resolve this and get Tessi back online? Ideas?

Parents Reply Children
  • There are two ways to do that.

    Before you do this have the database in SIMPLE RECOVERY MODEL.

    1) sql server management studio - > right click on the database -> tasks -> shrink file.

    The available free space must be as high as possible,initially release the space a see what happens.Then shrink the file to the size you want it to be.

    2) sp_helpfile -- command to check the actual size DBCC Shrinkfile( ldf - file id, file size you want to shrink)

    I followed the same steps when we ran into this kind of issue and things went pity fine.

    This should stabalize once you start taking the transactional log backups.

    Caution: Just have the full backup before doing anything just incase.