Screen shots (click to enlarge & click image to close):
[nggallery id=4]
Real Time Maximo Mobile Connectivity
InterPro Solutions’ has developed a mobile integration framework that provides real time connectivity to Maximo via WiFi or 3G connectivity. Devices such as iPhone, iPad, iTouch, Android, BlackBerry, etc. are now capable of logging into and ...
A web based dashboard that seamlessly interacts with your Maximo maintenance management system. EZDash provides real time interactive graphs and charts for use by staff to monitor and manage work processes, inventory, labor hours, PM schedules, etc. EZDash is easily configured to display a wide range of key performance metrics ...
A web based dashboard that seamlessly interacts with your Maximo maintenance management system. EZEnergyDash provides real time interactive graphs and charts for use by staff to monitor and manage and view energy consumption. EZEnergyDash is easily configured to display a wide range of key performance metrics relevant to what’s important ...
This web-based add-on to IBM’s Maximo application system provides customers with a simple way to enter service requests and view their previously entered service tickets. Customers can enter requests without having to be a registered Maximo user, therefore eliminating the need for a user to register or be registered in ...
This web-based add-on to IBM Maximo application provides supervisors and managers with the ability to assign work orders to specific staff as well as track the status of those work orders. Work orders can be assigned on an individual basis or by groups - it as easy as a "point ...
The following indexes should be used in a test or development environment before using in production and may help to increase performance with regard to work orders and PMs:
CREATE INDEX MAXIMO.MULTIASSETLOCCI_SNLX1 ON MAXIMO.MULTIASSETLOCCI
(SITEID, ASSETNUM)
CREATE INDEX MAXIMO.MULTIASSETLOCCI_SNLX2 ON MAXIMO.MULTIASSETLOCCI
(WORKSITEID, RECORDCLASS, RECORDKEY)
CREATE INDEX MAXIMO.MULTIASSETLOCCI_SNLX3 ON MAXIMO.MULTIASSETLOCCI
(WORKSITEID);
CREATE INDEX WORKORDER_WOGROUP ON WORKORDER(WOGROUP);
CREATE INDEX WORKLOG_TEST ON WORKLOG(RECORDKEY,CLASS,SITEID);