|
Home > Archive > ASE Database forum > April 2005 > Sybase ASE 12.xxx List of errors
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sybase ASE 12.xxx List of errors
|
|
|
| Hi,
I was wondering whether anyone can point me to a list of all
possible Sybase ASE Error codes with description. By errors
I mean a list as follows:
Error 1105
Can't allocate space for object '%.*s' in database '%.*s'
because '%.*s' segment is full/has no free extents. If you
ran out of space in syslogs, dump the transaction log.
Otherwise, use ALTER DATABASE or sp_extendsegment to
increase size of the segment
Error 1127
Message text Internal Error: The OAM has no room for new
inserts. Check OAM for object %ld, index %d.
.........
Appreciate anyone's help.
Regards,
z1hou
| |
| Luc Van der Veurst 2005-04-29, 3:26 am |
|
The messages are stored in master..sysmessages.
The description can be found in the troubleshooting guide which
is part of the technical library that you can store locally, or it can
be found online in the product manual section of Sybase's website.
Luc.
<z1hou> wrote in message news:4271de15.c31.1681692777@sybase.com...
> Hi,
> I was wondering whether anyone can point me to a list of all
> possible Sybase ASE Error codes with description. By errors
> I mean a list as follows:
>
> Error 1105
> Can't allocate space for object '%.*s' in database '%.*s'
> because '%.*s' segment is full/has no free extents. If you
> ran out of space in syslogs, dump the transaction log.
> Otherwise, use ALTER DATABASE or sp_extendsegment to
> increase size of the segment
>
> Error 1127
> Message text Internal Error: The OAM has no room for new
> inserts. Check OAM for object %ld, index %d.
>
> ........
>
> Appreciate anyone's help.
>
> Regards,
> z1hou
|
|
|
|
|