
All posts
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
Processing Invalid XML Data Through The Integration Framework
Integration framework uses XML messages
to publish and consume data from and to Maximo. However there are a
range of characters that are considered invalid for an XML document.
The Maximo Mbo framework would allow such characters to be entered
and saved into Maximo. Problem starts however when one tries to
export that data through the Integration Framework. Compounding the problem - most XML
parsers would not validate for invalid XML characters in XML
node/element values while creating an XML document – but do so when
parsing an XML... [More]
Tags:  mea base64 binarytext xml validatexmltext mif |
Would you like to mix and mingle with status workflow?
Sometimes it is required for child work orders to inherit one parent status (for example APPR) while not inheriting another (for example, INPRG) all in one transaction. For example, one may want to take a work order hierarchy where all members are WAPPR and have the parent status change to INPRG while the children only move to APPR. This can be accomplished by leveraging Maximo’s workflow capabilities. Click the following link to learn more: Controlling mixed work order status inheritance via workflow
Tags:  maximo inheritance status workflow |
Using IBM Performance Analyst to Analyze DB2 Snapshots
The database is central to the functionality of IBM Tivoli service management products. It stores all data that is collected and calculated by the applications. This database also stores metadata for configuring and maintaining the environment. Reporting also generates resource-intensive management reports. Because all functionality is based on database performance, the database can be a key focus for performance tuning. SQL query tuning and creating indexes against a database can help to obtain maximum performance from IBM Tivoli service... [More]
Tags:  performance db2 tools |
Maximo field help: there to help when you need it.
Just home from watching Avengers Assemble at the movies, thinking about how super heroes manage to be exactly where they are needed at just the right time. When you are in a tricky situation, wouldn't it be convenient to have your own personal superhero to save the day. Maximo field help is available to you exactly when you need it, and where you need it. If you do not know what information is needed in a Maximo field, or what the consequences of selecting a particular option are, then you can click ALT+F1 on the field and the information you... [More]
Tags:  documentation management help maximo asset |
Changing status of Stateful Mbos using Integration Framework
Ever explored the various ways of changing status of Mbos using the Integration framework. The Integration framework provides 2 kinds of services - Object Structure Services and Standard Services which allows a client to change status of a stateful Mbo using XML/HTTP or SOAP invocation. All these can achieved with configuration and no coding work is needed on the Maximo/Tpae platform side. For more details about how to do this please select this link or access this url... [More]
Tags:  ibmeam mea changestatus services annotation maximo |
The MAXSESSION Table Unmasked
Note: Barb Ballard recently posted the following blog entry in the Process Automation Group. Since it equally applies to Asset Management, I thought I would post it here too. When debugging a problem or when looking to recycle a JVM, it is useful to
know which users are logged onto the system and what JVM they are working on.
If a JVM needs to be recycled, you could then notify the users on that JVM that they will
get an interruption in service. Or when debugging a problem it is useful to
know what a user was doing on a particular JVM... [More]
Tags:  performance |
Maximo Scripting: Date Dizziness - Part III
Introduction In Part II of the series of articles calculating dates, we
learned to use the Java Calendar and Date classes and methods. The question is:
What is the equivalent in JavaScript? This article picks up where Part II left
off and implements a JavaScript-based script to calculate dates. JavaScript-based date calculation The scenario is exactly the same as Part II, so I will not
go over the set up details again. Please review Part II if you need to
understand how scripting is exploited to calculate dates. To summarize: I
created an... [More]
Tags:  ibmeam maximo scripting |
Tips: Executing PM Wogen Crontask by Site
Have you ever wondered or felt
like you have been backed into a corner and couldn't get out? Well maybe you
have, but probably not when dealing with Maximo. Maximo is highly customizable
and if you ever thought that you couldn't do something in Maximo, you were
probably wrong. There is usually a way to accomplish most things you're looking
to accomplish. Either via custom code, or through front end customizations. Have you ever wondered how you could manipulate the PM Work
Order Generation crontask to execute PM's for certain sites? As... [More]
Tags:  workorder crontask pmwogen pm wogen generation work |
BiLog: Yoo Hoo...Multiple Object enablement in Report Object Structures
Yoo
Hoo. Yes...Not Yahoo...Yoo Hoo. I was introduced to this chocolate
milk type drink last week when I hosted over 40 girls from my daughter's
high school swim team for a pasta dinner. After a long day of school
and practice, the girls descend onto a parent's house to refuel
themselves with pasta and Yoo Hoo's before heading off to their next
activity of another swim practice, work or homework. I quickly lost count of how many cartons of Yoo Hoo's were consumed at our house....but couldn't get that marvelous, celebratory... [More]
Tags:  qbr ad analysis ibmeam bi maximo report bilog v75 data hoc |
Where Is My Whopper?
No, this is not a Burger King commercial! If you are implementing Maximo Asset Management 7.5 (MAM 7.5) and are not able to change the status of an approved purchase order to waiting on approval (WAPPR or whopper) in order to make edits to the purchase order, you have come to the right spot! Read on… In MAM 7.5, supply chain management features got an overhaul. A slew of new features were introduced in purchasing area out of which purchase order revision is one of them. We will refer to purchase order revisioning as PO revision from this... [More]
Tags:  ibmeam |
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