Hi Experts!
when I am creating a new purchase order, the following error message is appering on the screen:
The following SQL Server error(s) occurred while accessing the Purchase Line table:
3906,"25000",[Microsoft][ODBC SQL Server Driver][SQL Server] Could not run BEGIN TRANSACTION in database 'XXXXX' because the database is read-only.
What could be the reason - ?
Can any one help me - ?
Thanks
Anil Kumar Korada
Technical Consultant
0
Comments
Well, the answer is given in the error-message: The databse is in Read-Only mode. "Transaction" means actually changing data, which is not allowed.
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
If you open Enterprise Manager (SQL 2000) or SQL Server Management (SQL 2005), you'll see that your database is in Read Only mode. You should be able to turn it off in the tool as well.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog