Re: Error from sp_getmessage
- From: "Kjellemann" <kjell@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 11 Apr 2008 13:59:45 +0200
Hei!
We tried this, and it worked !!
Thanks.
Kp
"Manish Negandhi" <negandhi.manish@xxxxxxxxx> wrote in message
news:2c532cdc-36b6-4cd2-902f-d6aa85dced56@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
You can try to update objspare for sysusermessages table to 0 and see
if that resolves your problem
It is a good idea to take backup your database before you execute the
update
here is how to do it..
user your_database
go
sp_configure 'allow update', 1
go
begin tran
update sysobjects
set objspare = 0
where name = 'sysusermessages'
go
--If 1 row affected: then commit otherwise rollback
-HTH
Manish Negandhi
[TeamSybase Intern]
sysobjects.objspare- Hide quoted text -
.
- References:
- Re: Error from sp_getmessage
- From: Manish Negandhi
- Re: Error from sp_getmessage
- From: Kjellemann
- Re: Error from sp_getmessage
- From: Manish Negandhi
- Re: Error from sp_getmessage
- Prev by Date: Re: OK, lets be serious - there *must* be a way to do this on ASE
- Next by Date: Get last dumped/applied log filenames from data or backup server
- Previous by thread: Re: Error from sp_getmessage
- Next by thread: OK, lets be serious - there *must* be a way to do this on ASE
- Index(es):
Relevant Pages
|