Error While Restoring Backup in NAV

chandrurecchandrurec Member Posts: 560
Hi all,

I am getting a error as follow when restoring a backup in finsql in NAV.

The following SQL Server error(s) occurred while accessing the Sales Invoice Line table:

1105,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space for object 'dbo.ABC Pvt Ltd$Sales Invoice Line1000000113'.'ABC Pte Ltd$Sales Invoice Line1000000113$0' in database 'NewNAV401' because the 'Data Filegroup 1' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

If anyone know how to rectify this problem , kindly let me know.

Thanks in advance.

Regards,
chandru.

Comments

  • bbrownbbrown Member Posts: 3,268
    The message tells you exactly what the problem is and how to fix it.

    1. The datafile is too small
    2. AutoGrow is either disabled or the file has reached it's maximum allowed size.


    Create the database large enough to handle the restore.
    There are no bugs - only undocumented features.
  • ChinmoyChinmoy Member Posts: 359
    Or may be the datafile is placed in a disk which does not have any more free space for the file to grow.
  • santoshmkcetsantoshmkcet Member Posts: 229
    Kindly suggest How to enable Auto Grow.

    Since I am using SQl Server 2008 database
    Thanks & Regards
    Santosh
    Where Stones can be transformed to Gold
  • geordiegeordie Member Posts: 655
    Did you check also in NAV to have "Unrestricted Growth" flagged and "File Growth" evaluated?
Sign In or Register to comment.