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.
0
Comments
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.
Since I am using SQl Server 2008 database
Santosh
Where Stones can be transformed to Gold