Maximo Interview Questions

Ratings:
(4.1)
Views:1621
Banner-Img
  • Share this blog:

How to manage the user login Sessions in Maximo?

TSRM User session characteristics can be modified. This document describes the parameters that can be changed and how to change them

Dependency : None

Sesssion Configuration

The following two properties can be modified for user sessions in Maximo:

Session Timeout – This is the duration of inactivity after which a Maximo session will timeout. This is set to 10 minutes currently. The procedure to modify this is is described below:

Log in to the Maximo Admin Server (IP).via Remote Desktop

Open the file C:IBMSMPmaximoapplicationsmaximomaximouiwebwebmoduleWEB-INFweb.xml with an editor. Search for the section shown below:

<session-config> <!-- The session-timeout element defines the default session timeout interval for all sessions created in this web application. The specified timeout must be expressed in a whole number of minutes. --> <session-timeout>10</session-timeout> </session-config>

Update the value marked in red above to the number of minutes that the session timeout needs to be set to. Save the file and close the editor Build and deploy Maximo as described in the document T_SOP_TSRM_Maximo_Build.doc

Concurrent Sessions- This is the configuration parameter which defines whether a user is restricted to only one session or can open multiple sessions in TSRM. The procedure to modify this is described below: Stop the WAS Servers as described in T_SOP_TSRM_WAS_Restart.doc Connect to the Maximo database (IP) Execute the following query : select * from MAXPROPVALUE where propname='mxe.enableConcurrentCheck' If the value of the PROPVALUE field is 1, then a user can only have a single session on maximo. If it is 0, then the user can have multiple concurrent sessions on Maximo. To update this value if required, execute the following SQL statement : UPDATE MAXPROPVALUE SET PROPVALUE='<1 for single session or 0 for multiple sessions>' WHERE PROPNAME='mxe.enable Concurrent Check' Start up the WAS Servers.

What are various modules of maximo?

The various modules of maximo are as follows:

-Application Designer.

-Database Configuration

-Integration Module

-Security

-Workflow Administration

-Change Request

-Workflow Designer

-Escalations

-Cron Task

-System Properties

Explain what are the various controls in the Application Designer Tool?

The various controls for Application Designer Tool are as follows:

Maximo uses “controls,” numerous pre-fabricated elements like tables and textboxes, to build the user interface for its applications. The individual controls are part of Maximo’s code and cannot be modified.

Control Name and Description

Tabgroup - A container for adding tabs.

Tab - An individual tab in a tab group.

Section - A container for adding controls such as section columns, section rows, fields, buttons, combo boxes, and checkboxes.

Section Column - A column in a section.

Section Row - A row in a section.

Section Header - A container to label a section or a table window, with the capability to display dynamic values in its label. This control contains the parameter values control which is a container for the parameter value control.

Parameter Values - A container for the parameter value control to be used in sections and table windows.

Parameter Value - Dynamic values that reside within a section header.

Combobox - A combobox with dropdown functionality.

Checkbox - An HTML checkbox.

Blank Line - Inserts whitespace in a section.

Help Grid - Help text displayed in dialog boxes.

Image - Allows you to insert an image.

Listbox - An open, drop-down menu which displays dynamic content.

Multiline Textbox - A text input box with multiple lines.

Multipart Textbox - Two text boxes next to each other; one for displaying text and the other a description.

Static Text - Informational text displayed in an application.

Textbox - A text input box with a single line.

Table - A container for a table window.

Table Column - A container for a column in a table window.

Tree - A container for a hierarchical structure.

Tree Attribute - A value to describe the tree node control within the tree control.

Tree Node - A container for defining the child elements within the tree control.

Appbar - A container that displays all the applications, belonging to the current module, except for the currently displayed application.

Menu Bar - A menu bar that contains signature options for the Search, Query, and Bookmark menus. Hyperlink - A hyperlink that supports both text and graphics.

What is Integration Framework?

Integration Framework allows you to integrate maximo with other tools. It reduce your manual efforts. Integration is used for many ways they are as follows:

-To create the thousands of classification in maximo in one time only.

-To upload IN and SR in tool in just one click.

-To create multiple user ids in Maximo.

-To create the automatic tickets in maximo on receiving the alerts or any message, for which we integrated maximo with Netcool.

We can integrate maximo with Tivoli Directory Server by using Tivoli Directory Integrator, by creating assembly line in TDI.

Various Integration framework components are as follows:

-Object structures

-Services

-Channels

-External systems

-Endpoint

-Events

-Web services

-Content

What is Start Center in Maximo?

Start Center is nothing but a view of maximo when you login to it. Start center can be configured by the system admin according to the business needs. There can various tabs on start center. Maximo admin can include day to day task on it, or any message or any news in bulletin board. Your various tickets IN/SR can be shown on them. Short cuts to various applications required by the end user can also be provided on your start center. Start center can also be configured according to the security groups, i.e. different views for different person or according to the need and requirement of Business.

Explain what Procedure Import Workflow in Maximo 7.1?

-Object structure, publish channel, Enterprise services can be duplicated from migration to make it used by integration process and if it is not in migration/Integration then follow the steps given below to create it manually.

-Turn Admin mode to off before import.

-The sequential queue processes messages one at a time, in a first-in-first-out Sequence and as we are using sequential queue the error files if generated should be cleared from error folder from mea-global directory.

-Cron task setup- JMSQSEQCONSUMER make this cron task active for sequential queue.

-Create MEA Global directory, if it does not exist. Give the details of this in System Properties & all End Points that will be used.

-Enable Message Tracking from select action menu for Enterprise Services created below.

-Create Endpoint & External System only once as per steps given below & can be used multiple times.

What is Inbound email integration?

Inbound email integration – TSRM can process inbound emails and automatically create or update tickets with the details. In the Bharti environment, a notes application has been provided to end users to enable them to create, update and query tickets with ease. This application generates an XML and sends it via email to TSRM.Based on the OLM id of the user, the mail is sent to one of 3 email ids, or . TSRM polls the mail boxes of these 3 ids periodically and processes the mails to create or query tickets.The details of the configuration is provided below Notes Application: A notes application is provided to users to create or query tickets in TSRM as shown. It can be used to query or create.

Interested in mastering Maximo? 
Learn more about Maximo Tutorial in this blog post.

What is Outbound email integration?

Outbound email integration- TSRM uses SMTP for sending out emails. The configuration element for this is mentioned below:

-The System Property mail.smtp.host controls which smtp server TSRM uses for sending out mail. This is currently set to (IP) which is a Domino server running SMTP service

-Troubleshooting tips- Points to check for troubleshooting email delivery

-Check that the firewall ports are opened between TSRM and the SMTP server. The port used by SMTP is 25. This check can be performed by trying to telent to the smtp server on port 25 from both the WAS servers (IP)

-Check the communication logs for the record in question to ensure that a mail was actually sent from TSRM.

-Check for mail routing issues with the Notes team

Do you know what are various modules of maximo?

The various modules of maximo are as follows:

-Application Designer.

-Database Configuration

-Integration Module

-Security

-Workflow Administration

-Change Request

-Workflow Designer

-Escalations

-Cron Task

-System Properties

How many ways Integration is used in IBM Maximo?

-To create the thousands of classification in maximo in one time only.

-To upload IN and SR in tool in just one click.

-To create multiple user ids in Maximo.

-To create the automatic tickets in maximo on receiving the alerts or any message, for which we integrated maximo with Netcool.

-We can integrate maximo with Tivoli Directory Server by using Tivoli Directory Integrator, by creating assembly line in TDI.

-Various Integration framework components are as follows:

-Object structures

-Services

-Channels

-External systems

-Endpoint

-Events

-Web services

-Content

Do you know what is integration framework?

Integration Framework allows you to integrate maximo with other tools. It reduce your manual efforts.

What you know about start center in Maximo?

Start Center is nothing but a view of maximo when you login to it. Start center can be configured by the system admin according to the business needs. There can various tabs on start center. Maximo admin can include day to day task on it, or any message or any news in bulletin board. Your various tickets IN/SR can be shown on them. Short cuts to various applications required by the end user can also be provided on your start center. Start center can also be configured according to the security groups, i.e. different views for different person or according to the need and requirement of Business.

How to Import Workflow in Maximo 7.1?

Object structure, publish channel, Enterprise services can be duplicated from migration to make it used by integration process and if it is not in migration/Integration then follow the steps given below to create it manually

Turn Admin mode to off before import.

The sequential queue processes messages one at a time, in a first-in-first-out Sequence and as we are using sequential queue the error files if generated should be cleared from error folder from mea-global directory.

Cron task setup- JMSQSEQCONSUMER make this cron task active for sequential queue.

Create MEA Global directory, if it does not exist. Give the details of this in System Properties & all End Points that will be used.

Enable Message Tracking from select action menu for Enterprise Services created below

-Create Endpoint & External System only once as per steps given below & can be used multiple times.

What is Email Integration?

This section provides an overview of Email integration with TSRM

Two types of integration have been configured:

  • Outbound email - This allows TSRM to send various notifications via email.
  • Inbound email- This allows TSRM to automatically process inbound email to generate or query tickets for the -reported problems.

 What is Outbound email integration?

Outbound email integration- TSRM uses SMTP for sending out emails.

The configuration element for this is mentioned below:

  • The System Property mail.smtp.host controls which smtp server TSRM uses for sending out mail. This is currently set to (IP) which is a Domino server running SMTP service
  • Troubleshooting tips- Points to check for troubleshooting email delivery
  • Check that the firewall ports are opened between TSRM and the SMTP server. The port used by SMTP is 25. This check can be performed by trying to telnet to the smtp server on port 25 from both the WAS servers (IP)
  • Check the communication logs for the record in question to ensure that a mail was actually sent from TSRM. Check for mail routing issues with the Notes team.

What is IBM Maximo Asset Management?

IBM Maximo Asset Management is an enterprise asset management (EAM) software solution product produced by IBM. It is a solution which is used to operate, maintain and dispose of enterprise assets.

How to defaulting to wrong priority number in Maximo?

Whenever a WO is input, as soon as the page is saved, the priority number defaults to #4. This is the first time in two years this issue has come up.

What types of assets are focuses in IBM Maximo?

  • Plant and production (for example oil, gas, chemicals, mining, manufacturing, pharmaceuticals, food, electronics and power generation)
  • Infrastructure (including railways, highways, telecommunications, water and wastewater, and electric and gas distribution networks)
  • Transportation (for military, airlines, trucking, shipping, rail and other use)
  • Real estate and facilities (for example, in offices, schools and hospitals)

 

You liked the article?

Like : 0

Vote for difficulty

Current difficulty (Avg): Medium

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox