December 19, 2017 at 8:30 am
in one of my server CHeck DB failed due to the below error
How to resolve the issue . ?
December 19, 2017 at 8:39 am
How much memory does your server have and what have you set your max server memory to be? Do you have anything else running on the server and how many instances are running?
Thanks
December 19, 2017 at 8:41 am
ramyours2003 - Tuesday, December 19, 2017 8:30 AMin one of my server CHeck DB failed due to the below errorThe operating system returned error 1450(failed to retrieve text for this error. Reason: 1815)
to SQL Server during a write at offset 0x00008dfc3ca000 in file g:/mssql/DEF.mdf.How to resolve the issue . ?
1450 should be "Insufficient system resources exist to complete the requested service."
Possibly a space issue during your checkdb.
December 20, 2017 at 12:37 am
The min memory is 0 and max memory is 20 GB and only one instance is running on the server .
December 20, 2017 at 1:08 am
ramyours2003 - Wednesday, December 20, 2017 12:37 AMThe min memory is 0 and max memory is 20 GB and only one instance is running on the server .
And how much memory does your server have? As SQLPirate said, have you checked space?
Thanks
December 20, 2017 at 1:27 am
Sorry we have 4 instances are there on the server , RAM is 126 GB and the data files are placed in mount points . All the four instances memory configuration is around 80 GB and also we 20% of free space on the mount point on the mount point where the check db is failed on the instance 1
inst1-20 GB
inst2-40 GB
inst3-8GB
inst4-8 GB
December 20, 2017 at 2:14 am
It might be that you need to increase the amount of memory available to SQL Server in the affected instance. If that doesn't work run your checkdb again but monitor the system resources as it's running and you should be able to spot where the issue lies.
Thanks
December 20, 2017 at 2:22 am
ramyours2003 - Wednesday, December 20, 2017 1:27 AMSorry we have 4 instances are there on the server , RAM is 126 GB and the data files are placed in mount points . All the four instances memory configuration is around 80 GB and also we 20% of free space on the mount point on the mount point where the check db is failed on the instance 1inst1-20 GB
inst2-40 GB
inst3-8GB
inst4-8 GB
Your SQL Server instances use a total of 76GB of 126GB on the server? Do any other applications run on the server? I can't think why the operating system would need 50GB to itself.
John
December 20, 2017 at 3:51 am
Thanks for your replies , when we checked in job log we found
Msg 233, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
Msg 16389, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
is some thing to investigatete from storage?
December 20, 2017 at 3:55 am
Have you checked what that error message means? Sounds like some kind of network issue to me, but don't take my word for that.
John
December 20, 2017 at 3:59 am
I agree with John, it sounds more related to the network.
Cheers
December 20, 2017 at 5:11 am
ramyours2003 - Tuesday, December 19, 2017 8:30 AMin one of my server CHeck DB failed due to the below errorThe operating system returned error 1450(failed to retrieve text for this error. Reason: 1815)
to SQL Server during a write at offset 0x00008dfc3ca000 in file g:/mssql/DEF.mdf.How to resolve the issue . ?
Have you checked the sql server log for any other errors
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 20, 2017 at 9:00 am
and also in job log we found
Msg 233, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
Msg 16389, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
December 20, 2017 at 10:56 am
ramyours2003 - Wednesday, December 20, 2017 9:00 AMand also in job log we found
Msg 233, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
Msg 16389, Sev 16, State 1: Communication link failure [SQLSTATE 08S01]
is this a clustered setup
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 21, 2017 at 12:52 am
No its a std alone server .
Viewing 15 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic. Login to reply