问题
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 starting up? How can I address this issue? (screenshot of log attached below)
回答1:
Yes, this is the reason Maximo won't start. You need to shorten the requested width of the LOCATIONS table. If you have a backup, you should restore to it and use the UI to re-make your changes but make sure the sum of the lengths of the persistent attributes is less than 32677. If you don't have a backup, then you'll have to use SQL to figure out which attributes you want to shorten and then update MAXATTRIBUTECFG set length = <desiredLength> where objectname = 'LOCATIONS' and attributename = '<desiredAttribute>'
. Then you can try to configdb
again.
来源:https://stackoverflow.com/questions/48290552/maximo-field-length-of-table-not-matching