The cmd log of configDB.dat
says \"The row length of the table exceeded a limit of ....\"
Is this the reason for my maxiomo server not star
The configdb.bat process implements the changes stored within various cfg tables as compared against the existing metadata tables (e.g. maxattributecfg versus maxattribute, maxobjectcfg versus maxobject etc).
You should be able to startup your server and access the Database Configuration application to see what changes are pending for the LOCATIONS object.
You will then be able to use the remove configuration changes to abort the pending changes that are failing.
The reason the configdb process is failing is that the length of the total fields within the LOCATIONS object (including you most recent changes) now exceeds the system table limit of 32,677 bytes.
If you need to add long text fields, you should be using the maximo LONGALN datatype to generate a Long Description entry e.g. DESCRIPTION_LONGDESCRIPTION which by default is linked to DESCRIPTION within the LOCATIONS object.