Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: dbcc checkstorage inside rpc

$
0
0

Thanks. At least the rpc works for me. So can't recreate the issue that you are getting. Two suggestions:

 

1. Can you check the output of sp_plan_dbcc 'pubs2' and see everything is aligned properly? From your comments it looks that dbcc checkstorage works for you without rpc.

2. Try the sp_rpc_setup_check from the same Rob Verschoor location fto make sure the rpc requirements are aligned properly, although I admit that does not look like the issue.

 

Notes: I am working with sysadmin privs and on Sybase ASE 15.7 ESD 4 , so not on same version as yours.

 

warm regards,

sudhir

 

 

use sybsystemprocs

go

create procedure sp__dbcc_db_pubs

as

dbcc checkstorage (pubs2)

go

grant execute on sp__dbcc_db_pubs to public

go

 

exec sp__dbcc_db_pubs

go

 

output.

Checking pubs2: Logical pagesize is 2048 bytes   

DBCC CHECKSTORAGE for database 'pubs2' sequence 15 completed at Aug  7 2013  1:38AM. 0 faults and 0 suspect conditions were located. 0 checks were aborted. You should investigate the recorded faults, and plan a course of action that will correct them.  

 

exec sp_configure 'enable cis', 1

go

--reboot database server

 

exec sp_configure 'cis rpc handling', 1

go

 

exec sp_addserver testserver_ALIAS, null, testserver

go

 

sp_helpserver testserver_ALIAS

go

output

testserver_ALIAS testserver     [NULL]     [NULL]     ASEnterprise     no timeouts, no net password encryption, writable , enable login redirection      4     1000   


exec testserver_ALIAS...sp__dbcc_db_pubs

go

 

Checking pubs2: Logical pagesize is 2048 bytes   

DBCC CHECKSTORAGE for database 'pubs2' sequence 16 completed at Aug  7 2013  1:42AM. 0 faults and 0 suspect conditions were located. 0 checks were aborted. You should investigate the recorded faults, and plan a course of action that will correct them.  


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>