
Determine the non-persistent Where Clause Field value
In case you are trying to determine the non-persistent field name of the Where Clause within applications, because you want to add functionality to do a Return With Value from the Configuration Items application to the Collections application and return the where clause SQL, for example, you may be asking yourself some questions like : Does this field have a name? If so, where might I find it? Well, I must tell you that for that particular field that we mentioned is in fact a non-persistent one, thus you don't have a way to search for... [More]
Tags:  ibm-blog |
Deploying the RMI registry in a Maximo Clustered Environment, part 2
Continuing from Deploying the RMI registry in a Maximo Clustered Environment, part 1 ... Let's now look at how to prepare the RMI registry file, rmireg.war to build and deploy this to your clustered environment. . 1. Prepare and Build the RMI Registry file The tool used to build the rmireg.war file is <maximo_home>/deployment/buildrmiregwar.cmd. This tool uses the settings in the <maximo_home>/applications/maximo/properties/ maximo.properties file to build a war (Web... [More]
Tags:  cluster rmi_reg.war rmi |
Deploying the RMI registry in a Maximo Clustered Environment, part 1
Many of you are familiar with the recommendation to deploy the RMI registry file, rmireg.war and have probably seen these two great tech notes below: http://www-01.ibm.com/support/docview.wss?uid=swg21262022 http://www-01.ibm.com/support/docview.wss?uid=swg21598724 However, I understand a lot of you may be wondering how many, where and why for a clustered environment? This blog will look at elaborating on the fundamental concepts explored in the above tech notes and be geared more specifically to how we can achieve the deployment of the RMI in... [More]
Tags:  invocation cluster maximo registry rmi remireg.war remote method |
Deploying Maximo Work Centers (LDAP and non-LDAP)
With the release of 7.6.0.8 and allowing work centers to now work with LDAP and security enabled environments, I wanted to make a document that would allow those who are new to the concept of work centers have a good idea of the process, what could go wrong, and step-by-step how to configure the maximo work centers in your current environment. I won't go into what work centers are available, for information on role-based interfaces I would recommend you check out the other documents for the features, looks and functionality of them. Link... [More]
Tags:  work maximo deploying centers ibm-blog ldap |
Deploying Maximo Asset Management on a WebSphere Application Server Liberty profile
Hello and happy new year! We have recently added information to the Maximo Asset Management wiki for installing Maximo Asset Management v7.5 and v7.6 within a WebSphere Application Server v8.5.5 Liberty profile environment. WebSphere Liberty profiles are dynamic in nature and they allow WebSphere to provision only the features needed by the application. This architecture contributes to faster load speed and a smaller footprint. To install Maximo Asset Management in a WebSphere Application Server v8.5.5 Liberty profile, you must... [More]
|
Deploying Control Desk 7.6.1 + Maximo 7.6.1 through WebSphere 9 console Error
Now that IBM Control Desk 7.6.1 and IBM Maximo Asset Management 7.6.1 have been officially approved as supported, you may run into a non-fatal MAXIMO ear deployment problem. When the maximo.ear file is over 1 GB, if you use the WebSphere console to deploy the ear, the console displays this error: This application is too large to be installed using the administrative console. Use wsadmin to install this application. This is a limitation of the WebSphere Interactive Service Console application. EAR files larger than 1 GB should be deployed... [More]
Tags:  controldesk761 maximo761 ibm-blog |
Demystifying the Compatible Units Estimation Process
Compatible unit estimating (CUE) is a fundamental component in a utility transmission and distribution work management process. You use compatible unit estimates to calculate the cost of work, determine the labor hours and the bill of materials needed to perform an specific or a work package. Today I'd like to share with you a wiki document that shows a step by step information about how the Compatible Unit Estimation process works. Since it's a complex process that reuse most of the Maximo data (inventory, crew, assets, tools, services ... )... [More]
Tags:  maximo utilities eam ibmeam |
Deleting non-processed messages from queues – MIF (Maximo Integration Framework)
Abstract This article aims at demonstrating the required steps to delete
non-processed messages from a queue of IBM Maximo Asset Management 7.5, IBM
WebSphere 7.0.0.13 and Oracle Weblogic 10.3.3.0 Introduction You can use Maximo Integration Framework (MIF) for integrating an external
system to the Maximo Asset Management 7.5 system. With MIF you can exchange
data through importing and exporting operations. XML and .dat files are
examples of ways to do the operations. This article comprises the steps
required for deleting messages of data... [More]
Tags:  messages integration deleting queues mif framework |
Deleting DOCLINKS with Automation Scripting
Contributors: Steve Hauptman, Ted Lyons, Mike Sielian, John Cook, Melody Bienfang Introduction This post describes a technical solution that gives clients the flexibility to delete attached documents (DOCLINKS) seamlessly and with ease. By leveraging existing functionality in Maximo namely Escalations and Automation Scripting, you can purge attached documents from the location where the document physically lives. A selection criteria should be defined in an Escalation (e.g. STATUS = 'CLOSED') along with... [More]
Tags:  docs attached maximo scripting attacheddocs escalation python doclinks tpae |
Deleting Doclinks / Attachments from the physical location
Over the years we have had many requests from clients asking why when they delete an attachment from within Maximo it does not remove the document from the physical location as well. In the past our only answer has been that the architecture cannot support this feature and Maximo will only remove the association from the record to the physical document. Now with Automation Scripting this has changed. Our development team has released documentation on how this can be accomplished with our scripting application. I have... [More]
Tags:  maximo attacheddocs attach |
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