Wednesday 19 April 2017

Duplicate Start Center Template | IBM Maximo

1. Create a new empty Start Center Template, Save and write down sctemplateid.

Now run these SQL queries and modify source and targetIds:

update MAXIMO.SCTEMPLATE
set presentation=(SELECT presentation FROM MAXIMO.SCTEMPLATE where      sctemplateid=<SourceID>)
where sctemplateid=<TargetID>;

update SCTEMPLATE set PRESENTATION=replace(PRESENTATION,'startcenter contentuid="<sourceID>"','startcenter contentuid="<TargetID>"'), where sctemplateid=<new SCTEMPLATEID>;

Monday 3 April 2017

Manually Updating Database, Building and Deploying EAR WebSphere | IBM Maximo

If you really do not want to use ConfigUI.exe utility due to any reason, then below mentioned commands will help you out to manually update the Maximo database,build and deploy the EAR file.

install_home\maximo\tools\maximo\updatedb

install_home\maximo\deployment\buildmaximoear

install_home\ConfigTool\scripts\reconfigurePae.bat  -action updateApplication -deploymaximoear

We are Done :) 

if error occurs or if ConfigUI.exe get blank, use this link it may resolve your error. 
http://www-01.ibm.com/support/docview.wss?uid=swg21454722