cancel
Showing results for 
Search instead for 
Did you mean: 

SQL server setup check - DB collector job not enabled -- after system copy

Former Member

Hello

I did a backup/restore syscopy on SQL server 2005

i dropped the procedures and then run MSSPROCS

i see SAP_<sid>_<DB>_MSSQL_COLLECTOR in SQL server - it has run successfully and next run is in 20 mins

however in db12 when i go to configuration -> SQL server setup check i see this red message

DB collector job not enabled for <sid>

however when i go to performance- I/O operations i have values

Only thing is SQL keeps the old logical filenames it seems, can this be a problem

files are named <oldsid>data but the locations are correct

Accepted Solutions (0)

Answers (1)

Answers (1)

clas_hortien
Employee
Employee
0 Kudos

Hello,

please check the owner and the of the job in the properties of the job. It should be <sid>.

Verfiy that the first step (Steps->Edit) is running in the correct database.

The logical names can be changed. Please see my note 151603. In the step 8.7 the procedure is explained (ALTER DATABASE MODIFY FILE).

Regards

Clas

Former Member
0 Kudos

i have checked it

the sid and the db are correct

owner is in lowercase, dB is in upper case

logical file names can be renamed even through the properties of the database just double click the files and typed the new name, SAP reflects the change, but DB alert is not removed

HERE is the strangest thing

in the oldsystem ( source ) there is no SAP_<sid>_<DB>_MSSQL_COLLECTOR running on SQL server, but htere is no alert in sql server setup check

However in sm37 i can see CCMS_COLL_DB:RSDB_DAILY job

in the target system where the alert is, this job is not present

Edited by: Dimitar Nestorov on May 15, 2009 8:47 AM