
All posts
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
SQL collation setting for Chinese characters in Maximo 7.6
Our official collations tested by Globalization group is as below and we do not support mixing Traditional and Simplified Chinese. Simplified Chinese : Chinese_PRC_CI_AS Traditional Chinese : Chinese_Traditional_Stroke_CI_AS There are no changes necessary to connection strings in the maximo.properties file for 7.6 Please refer to our info center for preparing and manually configuring your SQL Server. - Microsoft SQL Server preparation... [More]
Tags:  ibm-blog |
Domain restrictions for specific user, without affecting security group users
Maximo controls the access and privileges by security groups , where each security group has associated users that will be affected by changes in the security groups privileges. Then, on a beautiful day you are faced to a challenge. You get to know that one specific user is special and needs very close attention in regards to access to domain values, such as the list of Work Order Status. You have a way to determine that the whole security group that the user belongs to, will have limited access to specific status values but you still have a... [More]
Tags:  ibm-blog |
Username info in Maximo after user changes name
Everything is normal in your business, you are a Maximo System administrator, and then you get a problem to resolve. One of your Maximo users, gets married and would like to use husband's or wife's last name in the login info (user id) to log into Maximo from this moment forward. What would you do ? The MAXUSER.USERID - this specific field identifies the user. The name or value must be unique for all User records. MAXUSER.USERID in the Maximo Users application is Read Only and it cannot be changed on the Maximo UI (User interface). ... [More]
Tags:  ibm-blog |
From the Maximo Support Desk - Using Job Plan Sequences on PM Records
You can use the Job Plan Sequence tab on a PM record to minimize and simplify administration. If there is a need to insert additional or different Job Plans into a PM Work Order generation sequence at specific intervals, this is your solution... A single PM can provide the scheduling and maintenance of multiple Job Plans for a single asset or location by inserting alternate or additional Job Plans at certain intervals in the Work Order generation scheduling sequence. This is accomplished by using Job Plan Sequence... [More]
Tags:  #jobplansequencetab #supmax |
How to disable Java deprecated messages from console and log files.
Java deprecated messages are displayed on console and log files. If application users do not want to see these messages, they can be turned off. Add the following command line argument to JVM arguments. Add -Xlint:none to the Java/JVM arguments. This will remove the warning messages.
Tags:  message java deprecate |
Maximo -- How to detect database connection leak?
Maximo uses its own internal database connection pool mechanism and does not use the application server database connection pool. In Maximo and Maximo based products such as Smart Cloud Control Desk, there can be database connection leaks. These database connection leaks could be caused by incorrect code as well as memory leaks. In situations where there are database connection leaks, it is very difficult to identify the code where the connection leak is occurring. The Maximo dbconnection watchdog logger can be used to find the database... [More]
|
Maximo - Table Lock on SIBOWNER & SIBOWNERO causing all JVM's in the cluster to not respond.
Customers from time to time have noticed that the Maximo system stops responding. When the environment is reviewed, the database has locks on SIB related tables. This is a case where the issue is not primarily because of SIB tables but due to the fact that the SIB tables are the victim of Maximo system freezing and holding locks on the SIB tables. If Maximo integration components are writing to JMS Queues using the database storage, then SIB tables are created and used in the database. Whenever Maximo writes data or reads data from... [More]
Tags:  mif maximo integration outofmemory performance locks crash database |
Log Entries Created by Automation Scripts in Maximo 7.5
Automation scripting is a useful feature used by many clients. However you may not want to log when each and every Automation Script starts and finishes. This is especially so if you have a large number of Automation Scripts, as your log will quickly fill. Here is an example of the type of entries that appear in the log when an Automation script is run: [CID-MXSCRIPT-123456] Correlation started. [4/24/15 14:10:08:957 EST] 0000009a SystemOut O 26 May 2015 13:10:08:957 [INFO] [MXServer]... [More]
|
Maximo Reorder Calculation
In Maximo, reorder quantity is calculated by this formula: Order Quantity = [(ROP + 1) –Quantity on Order –Available Balance] Y = Order Quantity / Economic Order Quantity (EOQ) X = Next whole number integer of Y Reorder Quantity = X * EOQ Let me give an example how it works: 1. Create an testing item and set the Reorder parameters 1.1. Create ITEM1000 in ITEM Master application 1.2. Add ITEM1000 to Storeroom CENTRAL 1.3. Set current balance as 10 1.4. Activate the item in Organization and tick Roll New Status to... [More]
Tags:  maximo reorder |
New Troubleshooting Features in Maximo 7.6
With Maximo 7.6 we can configure in-session logging for an individual user so that other users are not affected by performance issues, create custom log messages and review the content between these messages in the log. Also, run MMI APIs in the Monitor Environment Information to gather diagnostic information. I think these are really awesome features for capturing relevant diagnostic information in the logs. Below are the two part YouTube Series on MMI You will no longer need to scroll through... [More]
Tags:  maximo+7.6 troubleshooting #supmax |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146