Quantcast
Channel: SCN : Discussion List - SAP on SQL Server
Viewing all articles
Browse latest Browse all 669

Db consistency check failed

$
0
0

Hi Experts,

 

i am having a error while Check db consistency in db13.

here is the detailed logs

 

 

exec msdb..sp_add_job  @originating_server = '(local)',@job_name = "SAP CCMS Check Database

PRD [20111220181015-2-181015]",@enabled = 1,@description = "SAP CCMS JOB",@start_step_id = 1,

@category_name = NULL,@category_id = NULL

 

exec msdb..sp_add_jobstep @job_id = null,@job_name = 'SAP CCMS Check Database PRD

[20111220181015-2-181015]',@step_id = 1,@step_name = 'CCMS-Step1 ',@subsystem = 'TSQL',

@command = 'declare @exeStmt nvarchar(2000) exec prd.sap_new_dbcheck

     @dbName="PRD",@outputfile="$(ESCAPE_NONE(SQLDIR))\CCMS_CHECK_DB_HIST_2011.txt",@bkupSim =

"Y",@exeStmt = @exeStmt OUTPUT',@database_name = 'PRD',@output_file_name =

'$(ESCAPE_NONE(SQLDIR))\CCMS_CHECK_DB_HIST_2011.txt',@flags = 2

 

dbcc checkdb( PRD ) with no_infomsgs

 

exec msdb..sp_add_jobschedule @job_id = null,@job_name = 'SAP CCMS Check Database PRD

[20111220181015-2-181015]',@name = 'CCMS-sche1',@enabled = 1,@freq_type =1,@freq_interval = 1,

@freq_subday_type = 0,@freq_subday_interval = 0,@active_start_date = 20111220,

@active_start_time = 181015,@freq_recurrence_factor = 0

 

exec msdb..sp_add_jobserver  @job_name = 'SAP CCMS Check Database PRD

[20111220181015-2-181015]',@server_name = '(local)'

.

 

 

please help me out of this problem.

 

thanks in advance

 

Akshit sharma


Viewing all articles
Browse latest Browse all 669

Trending Articles



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