EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB33080: "The log file for database xxxx is full. Back up the transaction log for the database to free up some log space" error message appears when upgrading metadata in MicroStrategy 9 against SQL Server.


Stefan Zepeda

Salesforce Solutions Architect • Strategy


"The log file for database xxxx is full. Back up the transaction log for the database to free up some log space" error message appears when upgrading metadata in MicroStrategy 9 against SQL Server.

SYMPTOM:
When attempting to upgrade the metadata in Microsoft SQL Server to Strategy 9 via Configuration Wizard, the operation hangs with the following error message:
 
 
Sample Code/Error
Odbc error. Odbc operation attempted: SQLExecDirect. The log file for database 'xxxx' is full. Back up the transaction log for the database to free up some log space.
The statement has been terminated.
 
Even when increasing the size of the transaction log, the operation still fails.
 
 
CAUSE:
Transaction log was recording very detailed information.
 
ACTION:
Set the Recovery model of the transaction log to simple.
 
From SQL Server 2000 onwards Microsoft supports three different types of recovery models. They are Simple Recovery Model, Bulk Logged Recovery Model and Full Recovery Model. It is possible to have different recovery models configured for different database on a single instance of SQL Server. 
 
WARNING:
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.
 
KB33080


Comment

0 comments

Details

Knowledge Article

Published:

June 15, 2017

Last Updated:

December 30, 2018