After you install the best practices content
and log on to Control Desk using
one of the administrator user IDs and passwords (PMUSRADMUSR, PMINCADMUSR,
or PMPRBADMUSR), the following message is displayed when you try to create a new
service request, incident, or problem: Cannot insert/update
a record without a default insert site
|
You must configure the default site and storeroom
values for the administrative user in order to create tickets. To
configure these default values, perform the following steps: - Select from the Go To menu.
- In the User column, search for and click the administrator user
ID (PMUSRADMUSR, PMINCADMUSR, or PMPRBADMUSR) to display values for
this user.
- In the User Settings section, click the Select Value icon beside
the Default Insert Site field, and select the default insert
site from the popup dialog. The dialog closes, and the Default Insert Site field
is populated with the value you selected.
- Click the Select Value icon beside the Default Storeroom field,
and select a default storeroom from the popup dialog. The Default Storeroom field
is populated with the selected value.
- Click the Save User icon to save your new values.
|
You want to modify or delete one or more queries
provided by the best practices content but are not able to do so. |
You must be logged in under one of the following
administrator user IDs to modify or delete the queries that are included
with the best practices content: PMUSRADMUSR for Service Request queries,
PMINCADMUSR for Incident queries, or PMPRBADMUSR for Problem queries.
Complete
the following steps to modify or delete a query:
- On the List tab of the ticket application, select View/Manage
Queries from the Save Query dropdown menu.
The View/Manage
dialog box displays a list of queries that you modify or delete.
- You can edit the Description, Default? or Public? fields.
If
you want to edit the SQL WHERE clause, click the twistie icon next
to the name of the query. The SQL WHERE clause is displayed in the
details section of the dialog box.
- To mark a query for deletion, click the trash icon at the end
of the row.
- Click OK to save your changes and close
the dialog. Any queries that you marked for deletion are deleted.
|
The Start Center does not display any KPI charts.
The message "No data available to generate the chart" is displayed
instead. |
Update the JVM setting on the IBM® WebSphere® or BEA WebLogic application server
that supports your Maximo installation.- Complete the following steps for an IBM WebSphere server:
- Log on to the WebSphere Administrative Console.
- Expand the Servers node in the navigation
pane and select Application servers.
- Click the MAXIMOSERVER link in the work area.
- Under Server Infrastructure, expand Java
and Process Management.
- Click Process Definitions.
- Under Additional Properties, click Java
Virtual Machine.
- In the Generic JVM Arguments box, add the
following setting:
-Djava.awt.headless=true
- Complete the following steps for a BEA WebLogic server:
- Open a command prompt on the WebLogic server.
- Navigate to the following directory, where WebLogic_install_dir is
the directory where the BEA WebLogic server is installed:
WebLogic_install_dir/user_projects/domains/maximo
- Open the startWebLogic.cmd file (on Windows) or startWebLogic.sh
file (on Linux or UNIX).
- Append the following setting to the JAVA_OPTIONS variable:
-Djava.awt.headless=true
Example: set JAVA_OPTIONS=-Djava.awt.headless=true
- Save the file and exit.
|