Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > DBCC CHECKCATALOG error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-10-08, 07:53
umakantmirji umakantmirji is offline
Registered User
 
Join Date: Jul 2004
Posts: 9
DBCC CHECKCATALOG error

Hi,
While running DBCC CHECKCATALAOG , the following error is
seen , how to go about resolving ? any help in this regard
is highly appriciated.

We are using ASE 12.0 on Solaris 10

Table Corrupt: Procedure id 1143115263 (procedure name =
1143115263) does
not match between Sysprocedures and Sysobjects
Msg 2517, Level 16, State 1:
Server 'ppegSun3', Line 1:
Table Corrupt: Procedure id 1143115263 (procedure name =
1143115263) does
not match between Sysprocedures and Sysobjects
Msg 2517, Level 16, State 1:
Server 'ppegSun3', Line 1:
Table Corrupt: Procedure id 1143115263 (procedure name =
1143115263) does not match between Sysprocedures and
Sysobjects
Msg 2517, Level 16, State 1:
Server 'ppegSun3', Line 1:
Table Corrupt: Procedure id 1143115263 (procedure name =
1143115263) does
not match between Sysprocedures and Sysobjects
The following segments have been defined for database 4



I used the following steps to find out the procedure name
but Not Successful.

1> select object_name (1143115263)
2>

------------------------------
NULL

(1 row affected)


But when I check in sysprocedures I find 4 rows with the
particular id.


1> select * from sysprocedures where id=1143115263
2>
type id sequence status number version
------ ----------- -------- ------ ------ -----------
2 1143115263 52 0 1 NULL
2 1143115263 53 0 1 NULL
2 1143115263 54 0 1 NULL
2 1143115263 55 0 1 NULL

(4 rows affected)
Execution Time (ms.): 0 Clock Time (ms.):
0


And it is Not available in sysobjects


1> select * from sysobjects where id=1143115263
2>
name id uid type
userstat
sysstat indexdel schemacnt sysstat2 crdate
expdate deltrig
instrig updtrig seltrig ckfirst
cache
audflags objspare versionts loginame
------------------------------ ----------- ------ ----
--------
------- -------- --------- -----------
--------------------------
-------------------------- -----------
----------- ----------- ----------- -----------
------
----------- ----------- --------------------------
------------------------------


*-----------------------------------------------------------*
Can I delete the rows from sysprocedures ?...
*-----------------------------------------------------------*

Thanks and regards
Umakant P Mirji
Reply With Quote
  #2 (permalink)  
Old 06-10-08, 08:25
Martijnvs Martijnvs is offline
Who? Me?
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 273
Check here for a fairly complete description of how to resolve this error.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On