
Maximo Asset Management Scheduler 7.6.5+ and DOC 3.9, part 1 of 2
This blog post and the next one are a consolidated and updated versions of a series of entries I created last year. They will demonstrate how to configure Maximo 7.6.0.8+ (including Maximo 7.6.1) with Scheduler 7.6.5+ with IBM Decision Optimization Server (IDOC) 3.9. From a Maximo Systems perspective, there are several tasks to do. They are divided as follows: Creating a WebSphere Application Server and Virtual Hosts Installing and Configuring Decision Optimization Center 3.9 Configuring Secure Socket Layer for the DOC Web Application... [More]
Tags:  ibm-blog maximo+7.6 scheduler+7.6 decision_optimization_ser... |
View from Systems: Some Handy Links for Maximo 7.6
Link to this entry: http://ibm.biz/RWLMAMHandyLinks What to download for Maximo Asset Management Maximo Upgrade Resources Platform Configuration Matrix Maximo Asset Management feature Packs Version (links to technote) Fix Central link Maximo 7.6.0.1 Feature Pack 7.6.0.1-TIV-MAMMT-FP001 Maximo 7.6.0.2 Feature Pack 7.6.0.2-TIV-MAMMT-FP002 Maximo 7.6.0.3 Feature Pack 7.6.0.3-TIV-MAMMT-FP003 Maximo 7.6.0.4 Feature Pack 7.6.0.4-TIV-MAMMT-FP004 Maximo 7.6.0.5 Feature Pack 7.6.0.5-TIV-MAMMT-FP005 Maximo 7.6.0.6 Feature Pack 7.6.0.6-TIV-MAMMT-FP006... [More]
Tags:  maximo ibm-blog maximo+7.6 |
In Anywhere 7.6 does a photo taken from an iOS device get compressed?
Recently a customer reviewed the following forum post and had some additional questions on the subject. StackOverflow post: Maximo Anywhere 7.5.2 Image Compress issue https://stackoverflow.com/questions/36323946/maximo-anywhere-7-5-2-image-compress-issue I am working on Work Execution app. How to compress the image size before saving the attachment since the attachment size limited to max 10MB. Dev posted answer: "We have an iFix available that can be requested that will shrink this file size of the default attachment... [More]
Tags:  ios anywhere+7.6 device image maximo compression |
Webinar: Improve your Performance with the New Inspection Work Centers in Maximo
Maximo 7.6.0.8 introduces new Work Centers to manage Inspections. It leverages the latest Maximo user interface that enhances the user experience and makes the management and process of Inspections easy and intuitive to use. Inspections generally use forms (templates) that vary by industry, client and asset type. The form is the guide for inspectors to record current asset or location conditions in the field typically using a mobile device. Join us in this webinar to learn more about Maximo Work Centers and how Inspections can help you improve... [More]
|
Cron tasks are not auto initiating
Some cron task are not auto initiating after restarting the server or turning of the admin mode. Those cron task are only starting when clicking Reload Request from Select Action menu. The cause of this problem is that reloadreqtime is null so they don't start. Some of Crontask instances have this problem, you can find them with the following SQL: select crontaskname, instancename, description from crontaskinstance where reloadreqtime is null and active = 1; To manually update them, run the following SQL, update crontaskinstance... [More]
Tags:  ibm-blog |
Custom labels are overwritten after running TDToolkit
After executing the below commands, observed that custom translations are updated with OOB translations. Is there any way to stop update statements. TDTDynamicTranslationExpander.bat -addlangde -versionV7505-00 TDToolkit.bat -addlangde -versionV7505-00 Ex: ASSET.EQ2 is an out of the box attribute. For this attribute default label is EQ2, but changE it to "XYZ". After executing TDtoolkit command this again updated as EQ2. The XLIFF file is responsible to change the translation of the labels. So, when running TDToolkit it will overwrite... [More]
Tags:  ibm-blog |
Maximo System Property mxe.webclient.staticid Explained
You might be wondering what this property is for? It's overall use and impact? What part of the Maximo system it's related to? What =0 and =1 does or doesn't do? If the system property mxe.webclient.staticid is set, Maximo will use "static ids" for all UI elements, else Maximo will continue using the legacy id generation. This is how we tell Maximo to use static id's for the fields in the UI Development recommends that everyone should have it turned on. Unless you want to do some debugging and don't want the... [More]
|
Calendar field becomes required if a value existed before in this field
On Labor record the Calendar field (labor.calnum) becomes required after it is entered once. After the Primary Calendar value on the Person (People) record has been added it becomes a required field and it is not possible to just remove the value and save the record or you will get the error above. In order to remove the Primary Calendar value you must also remove the Primary Shift value in order to be able to save the record. This will also remove the value in the Calendar Organization as this is the Organization for the Primary Calendar.... [More]
|
Labor Reporting field is not searchable in List tab
Labor Reporting field is not searchable in List tab after upgrade to Maximo 7.6 In Maximo 7.5 the STARTDATE attribute in LABTRANS object was a persistante attribute in the database. So, being persistante, the field is searchable in the database so in the UI. However, the structure changed in Maximo 7.6. Now the STARTDATE attribute in LABTRANS object is not a persistante attribute in the database. Instead, there is a new attribute called STARTDATEENTERED. This is a new attribute which is same as STARTDATE but persistante.... [More]
|
Maximo Rest Client Example: Calling an External REST Service (Logo Tiger 3) with a Maximo Client
MOTIVATION: When I searched for a REST client implemented within Maximo using Automation Scripting, all documents I could find gave information on Maximo REST services which is the reverse of my requirement. Hence, I thought it would be a good idea to post this example which can ease the things for developers looking for a similar requirement. Maximo is focused on Asset Management, hence most of the time on customer site we need to integrate Maximo with ERP (SAP ERP, Oracle ERP etc.) or billing systems. I will present an example of a Maximo... [More]
Tags:  httpclient apache maximo+7.6 controldesk+7.6 automation_scripting python integration http maximo+7.5 logo+tiger client controldesk+7.5 erp logo maximo controldesk rest jython |
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