Hi Michael, this error message means that the database configuration is corrupted, i.e. the sequence of the data volumes stored in the configuration file is not equal to the sequence of the proper data volumes.
Each (data) volume has an info page. This info page contains for example the capacity of the volume and the logical id. This id is fixed! The id corresponds to the entry in the configuration. For example: Configuration file: id: volumeName: 1 /sapdb/data/myDB/Data1 2 /sapdb/data/myDb/Data2 3 /sapdb/data/myDb/Data3 Data1 is the first data volume of the database myDb. The info page of data volume Data1 contains the id 1. The info page of volume 2 contains the id 2 ... If somebody changes the volumes two and three then the configuration looks like: id: volumeName: 1 /sapdb/data/myDb/Data1 2 /sapdb/data/myDb/Data3 3 /sapdb/data/myDb/Data2 The next restart will fail with the error message you described: 2003-07-15 19:28:24 3454 ERR 27 IOMan DevNo from Data volume in configuration and info page are different: 2 vs 3 So you have to check your configuration! Regards, Torsten SAP DB, SAP Labs Berlin -----Original Message----- From: Michael Mostkowiak [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 16. Juli 2003 08:58 To: [EMAIL PROTECTED] Subject: DevNo from Data volume in configuration and info page are different: 2 vs 3 Hello i have a big Problem. After the system-reboot i get this error messages: "db_online" -------------------- ERR -24895,ERR_SHUTDOWN: shutdown of database occured -71,connection broken logfile: knldiag --------------------- 2003-07-15 19:28:24 3454 ERR 27 IOMan DevNo from Data volume in configuration and info page are different: 2 vs 3 Please HELP! ;) Thanks, M.Mostkowiak _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
