Monday 31 August 2015

Update Base Currency Code by using SQL in Maximo

Sometimes requirements changes and Base currency changes to other one, or vise-versa

Suppose at the time of installation, Base currency1 was USD, and 2nd Base Currency was EUR.
and you want to change both to EUR and USD respectively base 1 and 2.
Lets update by using a sql statement.

1. Logout all users
2. Stop WebSphere Application server
3. update ORGANIZATION SET basecurrency1 = basecurrency2 , basecurrency2 = basecurrency1; 

4. Commit
5. Start Websphere Application server
5. Done

Google Chrome will drop support of applets in September 2015

Google Chrome announced that it drops support of applets in Release 45, which is targeted for September 2015. Google Chrome is only supported in IBM® Maximo® version 7.6. and the change affects only the IBM Maximo 7.6 applets, including Direct Print, Workflow Designer, and Scheduler.

Customers should use another browser or use an earlier version of Google Chrome until IBM Maximo is updated to support later versions of Google Chrome. This update is planned for some time after September 2015.

Source: http://www-01.ibm.com/support/docview.wss?uid=swg21964249