Other concurrent activities have reused the available space in the database that contained your snapshot of data. This can occur in connection with time-consuming tasks such as printing or making backups.
Wait until there are fewer concurrent updates of the database and try again.
If this occurs often, you should create more available space in the database. You can create more space in the database by:
* Expanding the database.
* Deleting unnecessary data.
* Date compressing older, non-current entries.
* Optimizing the database.
Comments
What is that 'per second' update? why per second? and why NAS?
Are you sure you want it to make it per second?
Try disabling the NAS for a day , during the weekend maybe, and check if the message occurs again...
Can you post the actual size of your db?
Arhontis
https://forum.mibuso.com/search
But the CTI solution is Navision certified and in use at various other sites. According to the vendor such an error has never occured before.
We will try and stop the NAS, but since it's not clear when the error will occur the conclusion no NAS -> no error, so NAS is the cause can't be made.
Kai
I think the update function is doing something that it shouldn't do. Or maybe you should just expand the database... But that's more a workaround
If it was hard to write, it should be hard to understand."
44% of part 1 are used and 1% of part 2.
I somehow doubt that expanding a not even half full database will help.
I can't publish the code that is executed by the NAS for legal reasons but it does something like
Read CTI Setup (containing last ID of call read from SQL Server)
Read new phone calls out of SQL Server database
Insert calls into CTI call table
Classify call by reading CTI Phone No. table which contains relation phone no. -> contact no, customer no, vendor no.
Move call into the CTI User table depending the user the call is directed at.
Update CTI Setup table
None of the tables updated were in use by the client where the error occured.
The error even occured once when attempting to exit the navision client and the last incoming call was about 15 minutes earlier.
I don't understand the techical background of the error message, has it to do with locking or heavy contention of a database area?
Kai
Look at the Event viewer, maybe the NSC has placed an error by NAS that something strange happened.
Arhontis
https://forum.mibuso.com/search
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The moment when Extras/Options window was closed the error occured, i.e. no write activity at all, right?
This is really strange.
Kai
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.