
10 minute Tip – What to do with Scheduled reports for users who have left?
0 minute Tip – Scheduled reports for users who have left the company Scheduled reports in Maximo are owned by the user who requests them. Sometimes you may want the reports to continue to run even after that user leaves (or becomes inactive). In fact, if the user does leave you will likely see messages in the log similar to the following: [ERROR] [MXServer] [CID-CRON-122] BMXAA0021E - User name and password combination are not valid. Try again. psdi.util.MXAccessException: BMXAA0021E - User name and password combination are not valid. Try... [More]
|
10 minute Tip – I need to export a BIRT report – STAT!
Today’s tip may come in handy when you need to quickly export a single report from Maximo. This one only applies to Maximo 7.5 (and 7.1 if you still live in the past). If you are 7.6 you likely won’t need to use this approach since 7.6 allows you to export from the UI. This tip will be useful if you need to see the report that is running from Maximo but don’t have easy access to the server to run the command line export utility. I wouldn’t recommend this approach for multiple report designs but if you just need... [More]
|
10 minute Tip – Error: 500 in my Maximo Run Report menu
This is a pesky little issue that may arise after an upgrade. We have a KB article for it, but given that we continue to get PMRs for this issue I think this blog entry is warranted. It’s a very simple solution – rebuild the request pages You will know you have this issue if you see the following screen when you open the Run Reports menu: You will also see something similar to this in the system log: [7/31/14 14:44:48:033 EDT] 0000008c servlet E... [More]
|
10 Minute Tip - Scheduled reports sending multiple emails
This BLOG was edited on July 8, 2018. There have been some excellent comments and suggestions that I wanted to highlight in the body of the BLOG. Refer to the Comments section for any additional information. Today we will discuss a couple of reasons why your users may be receiving multiple emails for a single scheduled report from Maximo. For example, the user has a weekly report sent to them yet, for some unknown reason, they get 2, or more copies of the report in their inbox. The "unknown" reason is usually one of two things.... [More]
Tags:  maximo reports multiple email scheduled |
10 minute Tip - I have a blank parameters window in Eclipse when using IE11
There is a known compatibility issue between Eclipse and Internet Explorer 11. The problem is that you do not see your parameters when trying to preview your report. All you see is this: Which is not very helpful! IBM support has provided a workaround option that, initially, seemed to resolve the problem – at least with the Eclipse 371 release for Maximo 7.5. It seems that these changes do not always work with Eclipse 431 (Maximo 7.6). This solution goes as follows: 1) Close the Birt Designer and open the... [More]
Tags:  ie11 eclipse birt |
10 minute Tip - Birt Report Only Server (BROS)
10 minute Tip - Birt Report Only Server (BROS) For this session we will discuss the Birt Report Only Server, or BROS (pronounced “B-ROS”, or “BROSE”, take your pick). Enabling BROS will balance report load processing and can improve overall system performance. The BROS will be utilized for most of the report processing – regardless of what clustered server the user may be currently connected to. A BROS server is, for all intents and purposes, another Maximo JVM. In this case, however, the JVM is not used for UI... [More]
|
.MSG File Type in Maximo
The question of whether .msg file type is printable from any Maximo application has been raised in the past, more than once. This file type is only, currently, viewable by MS OUTLOOK( mainly used as an email application ), and if the user does not have this application installed, they won't be able to open and view .msg file type. The expectation for this file type is to be able to attach, view and print successfully from Maximo application. However, this is a misconception when it comes to this particular file type. After further... [More]
Tags:  msg type filetype attachment printable .msg maximo+7.5+7.6 file attachments |
&USERNAME&, &APPNAME& and other special bind variables you can use
We use bind variables a lot in maximo. We are familiar with relationships like “ LOCATION=:LOCATION and SITEID=:SITEID ”, and conditions like “ :CLASS='INCIDENT' ”. “ :LOCATION ”, “: CLASS ” are maximo bind variable. They are resolved to the actual value of the specified attribute of the current business object. Current business object means the object that the expression is evaluated against. Depending on the context, it is the parent object that the relationship is defined on, or the object a condition is evaluated against. Less familiar to... [More]
Tags:  ibmeam maximo variables objects relationships attributes v7 v75 |
"What condition my condition is in"...User Interface properties that can be controlled conditionally
Conditional UI is a powerful tool that can change the behavior of your user interfaces based on the state of the current record or the role of an individual user. See the Application Configuration Best Practices page for more details on what Conditional UI can do for your users. To implement some conditional user interface use cases, Maximo 7.x allows you to conditionally change the property values of your widgets. This is controlled in the Application Designer application by launching the “Configure Conditional... [More]
Tags:  developer designer conditional ibmeam application interface ui condition maximo user |
"Required" input mode not working for YORN attributes
Is it possible to make a YORN field required? This cannot be done with a YORN type attribute. The "required" input mode works when the field is null. So you cannot save the record if the field is null, because a value is required. However, the YORN field is never null. If the field is not checked, the value in the DB is "N". If checked is "Y".
Tags:  ibm-blog attribute yorn required |
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