Microsoft KB Archive/930424

From BetaArchive Wiki
Knowledge Base


Error message when you administer applications from the SoftGrid Management Console: "Error code 0000B004"

Article ID: 930424

Article Last Modified on 3/23/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



SYMPTOMS

When you administer applications from the SoftGrid Management Console, you receive the following error message:

Unable to modify the specified Application.
Please report the following error code to your system administrator.
Error code: 0000B004.

Additionally, the following error message is logged in the SoftGrid Management Console log file (Sftmmc.log):

The log file for database '<database_name>' is full. Back up the transaction log for the database to free up some log space.

CAUSE

This problem occurs if one of the following conditions is true:

  • The SoftGrid database transaction log reaches the maximum file size.
  • The partition that contains the SoftGrid database transaction log is out of disk space.

By default, the SoftGrid database transaction log is configured to automatically grow to an unrestricted file size.

RESOLUTION

To resolve this problem, use one of the following methods.

Method 1

If the file growth is restricted and if the SoftGrid database transaction log reaches the maximum file size, follow these steps:

  1. Review the SoftGrid database transaction log settings. To do this, follow these steps:
    1. In Microsoft SQL Server, start SQL Server Enterprise Manager.
    2. Connect to the SoftGrid database server, expand Databases, and then expand SOFTRICITY.
    3. Right-click SOFTRICITY, and then click Properties.
    4. On the Transaction Log tab, note the following default settings:
      • The Automatically grow file check box is selected.
      • Under File growth, 10 is selected in the By percent box.
      • Under Maximum file size, the Unrestricted file growth option is selected.
    5. Click Cancel, and then exit SQL Server Enterprise Manager.
  2. Modify the SoftGrid database transaction log settings, or reduce the SoftGrid database transaction log.

Method 2

If the hard disk partition that contains the SoftGrid database transaction log is out of disk space, follow these steps:

  1. Determine the location of the SoftGrid database transaction log. To do this, follow these steps:
    1. In Microsoft SQL Server, start SQL Server Enterprise Manager.
    2. Connect to the SoftGrid database server, expand Databases, and then expand SOFTRICITY.
    3. Right-click SOFTRICITY, and then click Properties.
    4. Click the Transaction Log tab.
    5. For the SOFTRICITY_Log row, note the value in the Location column.
    6. Click Cancel, and then exit SQL Server Enterprise Manager.
  2. Examine the location's partition for available disk space.
  3. Increase the disk space, or reduce the SoftGrid database transaction log.

For more information about how to reduce the SoftGrid database transaction log, click the following article number to view the article in the Microsoft Knowledge Base:

873235 How to stop the transaction log of a SQL Server database from growing unexpectedly


Keywords: kbtshoot kbexpertiseinter KB930424