Could not allocate space for object ''(SYSTEM table id: -683853068)'' in database ''TEMPDB'' because the ''DEFAULT'' filegroup is full..

  • I am trying to Input around 45k records using SQL Server with RAM configoration of 1GB [2 slot] and SQL SERVER 2000 using SP3a . But I am getting thread on the execution of my program as follows in ERRORLOG :-

    Error: 1105, Severity: 17,

    State: 2 Could not allocate space for object '(SYSTEM table id: -683853068)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full..

    During runtime of my java program I am getting the following ERROR on command prompt saying,"----[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Could not allocate space for object '(SYSTEM table id: -7658640)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.----"

    Please help me to rectify this THREAD

  • This was removed by the editor as SPAM

  • A couple of possibilities that may or may not be valid.

    You are out of disk space on the drive where your tempDB resides

    You have restricted the growth of the tempDB (this is not the normal setting for tempDB so unless you've ha da play with settings this is unlikely)

    The application user does not have sufficient permissions allow write access to the disk.


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply