Friday, February 24, 2012

Event ID: 17052 - Urgent

Some more information:
The folloing error apears too:
Error: 1101, Severity: 17, State: 2
Could not allocate new page for database 'Y'. There are no more pages
available in filegroup PRIMARY. Space can be created by dropping objects,
adding additional files, or allowing file growth.
Please help
Thanks
Regards
Rui Mendona
"RM" <EurovidaSup@.newsgroups.nospam> wrote in message
news:erKmvMhlGHA.4696@.TK2MSFTNGP05.phx.gbl...
> Good afternoon,
> I'm getting the error with the Event ID: 17052
> with the following text:
> Error: 1105, Severity: 17, State: 2
> Could not allocate space for object 'X' in database 'Y' because the
> 'PRIMARY' filegroup is full.
>
> And the processo aborts.
> The database has now the size 18093.06MB (17751.75MB[Used] +
> 341.31MB[Free])
> Transaction Log: 5474.12MB (28.42MB[Used] + 5445.7MB[Free])
> Server description:
> Windows 2000 Server SP4 SQL 2000 SP4
> 2 CPU Xeon 3.06
> 2GB RAM
> 142GB x2 (RAID 1)
> It is urgent
> Thanks in advance
>
> Regards
> Rui Mendona
>The disk on which your DB resides is full. As an Interim measure, you can
shrink your DB. Also, do you have both the log and the MDF on the same disk
.
If so, try shrinking the log file.
--
Venkat
sql server admirer
"RM" wrote:

> Some more information:
> The folloing error apears too:
> Error: 1101, Severity: 17, State: 2
> Could not allocate new page for database 'Y'. There are no more pages
> available in filegroup PRIMARY. Space can be created by dropping objects,
> adding additional files, or allowing file growth.
> Please help
> Thanks
> Regards
> Rui Mendon?a
>
> "RM" <EurovidaSup@.newsgroups.nospam> wrote in message
> news:erKmvMhlGHA.4696@.TK2MSFTNGP05.phx.gbl...
>
>|||Good afternoon,
I'm getting the error with the Event ID: 17052
with the following text:
Error: 1105, Severity: 17, State: 2
Could not allocate space for object 'X' in database 'Y' because the
'PRIMARY' filegroup is full.
And the processo aborts.
The database has now the size 18093.06MB (17751.75MB[Used] + 341.31MB
1;Free])
Transaction Log: 5474.12MB (28.42MB[Used] + 5445.7MB[Free])
Server description:
Windows 2000 Server SP4 SQL 2000 SP4
2 CPU Xeon 3.06
2GB RAM
142GB x2 (RAID 1)
It is urgent
Thanks in advance
Regards
Rui Mendona|||Some more information:
The folloing error apears too:
Error: 1101, Severity: 17, State: 2
Could not allocate new page for database 'Y'. There are no more pages
available in filegroup PRIMARY. Space can be created by dropping objects,
adding additional files, or allowing file growth.
Please help
Thanks
Regards
Rui Mendona
"RM" <EurovidaSup@.newsgroups.nospam> wrote in message
news:erKmvMhlGHA.4696@.TK2MSFTNGP05.phx.gbl...
> Good afternoon,
> I'm getting the error with the Event ID: 17052
> with the following text:
> Error: 1105, Severity: 17, State: 2
> Could not allocate space for object 'X' in database 'Y' because the
> 'PRIMARY' filegroup is full.
>
> And the processo aborts.
> The database has now the size 18093.06MB (17751.75MB[Used] +
> 341.31MB[Free])
> Transaction Log: 5474.12MB (28.42MB[Used] + 5445.7MB[Free])
> Server description:
> Windows 2000 Server SP4 SQL 2000 SP4
> 2 CPU Xeon 3.06
> 2GB RAM
> 142GB x2 (RAID 1)
> It is urgent
> Thanks in advance
>
> Regards
> Rui Mendona
>|||The disk on which your DB resides is full. As an Interim measure, you can
shrink your DB. Also, do you have both the log and the MDF on the same disk
.
If so, try shrinking the log file.
--
Venkat
sql server admirer
"RM" wrote:

> Some more information:
> The folloing error apears too:
> Error: 1101, Severity: 17, State: 2
> Could not allocate new page for database 'Y'. There are no more pages
> available in filegroup PRIMARY. Space can be created by dropping objects,
> adding additional files, or allowing file growth.
> Please help
> Thanks
> Regards
> Rui Mendon?a
>
> "RM" <EurovidaSup@.newsgroups.nospam> wrote in message
> news:erKmvMhlGHA.4696@.TK2MSFTNGP05.phx.gbl...
>
>|||Hello Rui,
As Venkat mentioned, this issue could occur if disk hosting the database is
full. From your description and size of free space, this is most likely the
cause of the issue. To shrink the database, you can use either DBCC
SHRINKDATABASE or DBCC SHRINKFILE. For more information about how to shrink
a database, please refer to the "Shrinking a database" topic in BOL:
http://msdn.microsoft.com/library/e...des_03_3vvp.asp
If you want, you could also move database to new disks with bigger space:
224071 INF: Moving SQL Server Databases to a New Location with Detach/Attach
http://support.microsoft.com/?id=224071
FYI, this issue could also occur if a database was set to a limited size.
Please understand urgent issue is not recommended to handle in newsgroup
because response time may not meet your needs. We encourage you to contact
CSS directly for more immediate assistance:
International Support (non-US/Canada):
http://support.microsoft.com/common/international.aspx
US and Canada:
http://support.microsoft.com/defaul...S;OfferProPhone
Thank you for your understanding.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Hello Rui,
As Venkat mentioned, this issue could occur if disk hosting the database is
full. From your description and size of free space, this is most likely the
cause of the issue. To shrink the database, you can use either DBCC
SHRINKDATABASE or DBCC SHRINKFILE. For more information about how to shrink
a database, please refer to the "Shrinking a database" topic in BOL:
http://msdn.microsoft.com/library/e...des_03_3vvp.asp
If you want, you could also move database to new disks with bigger space:
224071 INF: Moving SQL Server Databases to a New Location with Detach/Attach
http://support.microsoft.com/?id=224071
FYI, this issue could also occur if a database was set to a limited size.
Please understand urgent issue is not recommended to handle in newsgroup
because response time may not meet your needs. We encourage you to contact
CSS directly for more immediate assistance:
International Support (non-US/Canada):
http://support.microsoft.com/common/international.aspx
US and Canada:
http://support.microsoft.com/defaul...S;OfferProPhone
Thank you for your understanding.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Good Morning,
about the free space that I mentioned is refered to the DataBase in
Enterprise Manager. The drive hosting this DB has 22,5GB free space.
More, I use daily the procedures:
BACKUP DATABASE [Y] TO DISK = N'M:\Y.BAK' WITH INIT , NOUNLOAD , NAME =
N'Y', SKIP , STATS = 10, NOFORMAT
BACKUP LOG [Y] WITH NO_LOG
DBCC SHRINKDATABASE (Y, TRUNCATEONLY)
So the log remains small...
The issue is not lack of space I believe.
TIA
""privatenews"" <petery@.online.microsoft.com> wrote in message
news:ePWsBrolGHA.132@.TK2MSFTNGXA01.phx.gbl...
> Hello Rui,
> As Venkat mentioned, this issue could occur if disk hosting the database
> is
> full. From your description and size of free space, this is most likely
> the
> cause of the issue. To shrink the database, you can use either DBCC
> SHRINKDATABASE or DBCC SHRINKFILE. For more information about how to
> shrink
> a database, please refer to the "Shrinking a database" topic in BOL:
> http://msdn.microsoft.com/library/e...des_03_3vvp.asp
> If you want, you could also move database to new disks with bigger space:
> 224071 INF: Moving SQL Server Databases to a New Location with
> Detach/Attach
> http://support.microsoft.com/?id=224071
> FYI, this issue could also occur if a database was set to a limited size.
> Please understand urgent issue is not recommended to handle in newsgroup
> because response time may not meet your needs. We encourage you to contact
> CSS directly for more immediate assistance:
> International Support (non-US/Canada):
> http://support.microsoft.com/common/international.aspx
> US and Canada:
> http://support.microsoft.com/defaul...S;OfferProPhone
> Thank you for your understanding.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>|||I belive it is not a Space issue because the drive hosting the DB has 23GB
free disk space.
The values I mentioned are about the DB.
More, I use daily the procedures:
BACKUP DATABASE [Y] TO DISK = N'M:\Y_Backup.BAK' WITH INIT , NOUNLOAD ,
NAME
= N'Y', SKIP , STATS = 10, NOFORMAT
BACKUP LOG [Y] WITH NO_LOG
DBCC SHRINKDATABASE (Y, TRUNCATEONLY)
Please follow-up.
TIA
Rui Mendona
""privatenews"" <petery@.online.microsoft.com> wrote in message
news:ePWsBrolGHA.132@.TK2MSFTNGXA01.phx.gbl...
> Hello Rui,
> As Venkat mentioned, this issue could occur if disk hosting the database
> is
> full. From your description and size of free space, this is most likely
> the
> cause of the issue. To shrink the database, you can use either DBCC
> SHRINKDATABASE or DBCC SHRINKFILE. For more information about how to
> shrink
> a database, please refer to the "Shrinking a database" topic in BOL:
> http://msdn.microsoft.com/library/e...des_03_3vvp.asp
> If you want, you could also move database to new disks with bigger space:
> 224071 INF: Moving SQL Server Databases to a New Location with
> Detach/Attach
> http://support.microsoft.com/?id=224071
> FYI, this issue could also occur if a database was set to a limited size.
> Please understand urgent issue is not recommended to handle in newsgroup
> because response time may not meet your needs. We encourage you to contact
> CSS directly for more immediate assistance:
> International Support (non-US/Canada):
> http://support.microsoft.com/common/international.aspx
> US and Canada:
> http://support.microsoft.com/defaul...S;OfferProPhone
> Thank you for your understanding.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>|||Hello Rui,
Thank you for your update. If we confirm disk size is not the issue, I
recommend you check your database settings and do some modifications:
You could Check whether you allowed automatically grow file and whether you
set the maximum limit on the database.
Use the statement "exec sp_helpdb [database name]" to check; or you can
use
"SQL Server Enterprise Manager", right click the database, click
"Properties".
If the option "automatically grow file" was not selected, select it. If
growth rate is 0%, please also change it.
I look forward to your reply.
Thanks & Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
Business-Critical Phone Support (BCPS) provides you with technical phone
support at no charge during critical LAN outages or "business down"
situations. This benefit is available 24 hours a day, 7 days a week to all
Microsoft technology partners in the United States and Canada.
This and other support options are available here:
BCPS:
https://partner.microsoft.com/US/te...erview/40010469
Others: https://partner.microsoft.com/US/te...upportoverview/
If you are outside the United States, please visit our International
Support page:
http://support.microsoft.com/defaul...rnational.aspx.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.

No comments:

Post a Comment