Tag: packaged enterprise solutions

Questions Related to packaged enterprise solutions

Where will you declared changeable parameters in Function Module

  1. Import

  2. Export

  3. Exception

  4. Tables


Correct Option: D
  1. Normal Function Module

  2. Update Module

  3. Remote Enable

  4. None


Correct Option: C
  1. RFC

  2. BAPI

  3. Data Dictionary

  4. Function Module


Correct Option: B

A customer wants to clear any reservations for storeroom items done on a workorder as soon as it is put in status Completed(COMP).What should be the best option meet the stated requirement?

  1. Customize Status Handler classes on Workorder application

  2. Change the Reservation cron-task settings

  3. Change Organization option to clear reservations

  4. Configure a Workflow to clear reservations on status change


Correct Option: C

Evaluate the following statement w.r.t Maximo Security: After authorization has verified that a user is who they say they are, authentication lets the user access various resources based on the identity of the user.

  1. True

  2. False


Correct Option: B

For a user David, there are two groups associated A and B(Both for same site). Group A gives a PR approval Limit of 1000$ and Group B gives a 5000$ PR approval Limit.

  1. True

  2. False


Correct Option: A

Following message is displayed when a user is trying to create a PR in Maximo : BMXAA0012E - Cannot insert/update a record without a default insert site. What could be the possible reason?

  1. Site is Inactive

  2. Default Insert Site is not configured

  3. Default Storeroom Site is not configured.

  4. Some class files are missing


Correct Option: B

AI Explanation

To answer this question, you need to understand the possible reasons for the error message "BMXAA0012E - Cannot insert/update a record without a default insert site" in Maximo.

Let's go through each option to understand why it is correct or incorrect:

Option A) Site is Inactive - This option is incorrect because the error message is related to the default insert site, not the site being inactive.

Option B) Default Insert Site is not configured - This option is correct because the error message suggests that the user is trying to create a record without a default insert site. In Maximo, a default insert site needs to be configured to specify where new records should be inserted.

Option C) Default Storeroom Site is not configured - This option is incorrect because the error message specifically mentions the default insert site, not the default storeroom site.

Option D) Some class files are missing - This option is incorrect because the error message is related to the configuration of the default insert site, not missing class files.

The correct answer is B) Default Insert Site is not configured. This option is correct because the error message indicates that the user is trying to create a record without a default insert site, which needs to be configured in Maximo.

Customer is getting the below shown error message when trying to save the work order in Maximo 7.1. Error Message : BMXAA1581E - No Object with name {0} setup in JNDI tree. check JMS/JNDI setup in the server admin Console. What should be best course of action in your opinion?

  1. Check if JMS Queues in External System are correct

  2. Check if JMS queues in Websphere are configured properly.

  3. Apply 7.1.1.6 fixpack

  4. Re-install Maximo 7.1 again


Correct Option: B
Explanation:

To solve this issue, the user needs to know that JMS/JNDI are Java-based services used to provide communication between distributed systems. The error message indicates that there is an issue with the JMS/JNDI setup in the server admin console. The best course of action would be to check the JMS queues in Websphere, as this is where the JNDI tree is typically configured.

Option A: Checking if JMS Queues in External System are correct is not the best course of action because the error message specifically indicates that the issue is with the JNDI setup in the server admin console, not with external systems.

Option B: This is the correct answer. Checking if JMS queues in Websphere are configured properly is the best course of action because the error message indicates that there is an issue with JNDI setup in the server admin console, which is typically configured in Websphere.

Option C: Applying 7.1.1.6 fixpack is not the best course of action because the error message does not suggest that this is a bug in Maximo that can be fixed with a fixpack. It indicates that there is an issue with the JNDI setup in the server admin console.

Option D: Re-installing Maximo 7.1 again is not the best course of action because the issue is not related to the Maximo installation itself, but rather to the JNDI setup in the server admin console.

Therefore, the best course of action is:

The Answer is: B