Maximo field length of table not matching

前端 未结 2 691
再見小時候
再見小時候 2021-01-24 09:10

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

2条回答
  •  旧巷少年郎
    2021-01-24 09:53

    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 = where objectname = 'LOCATIONS' and attributename = ''. Then you can try to configdb again.

提交回复
热议问题