maximo

Maximo: Use script to update work order when a related table is updated

醉酒当歌 提交于 2019-12-13 03:26:46
问题 The bounty expires in 2 days . Answers to this question are eligible for a +50 reputation bounty. User1973 wants to draw more attention to this question. I have an automation script in Maximo 7.6.1.1 that updates custom fields in the WORKORDER table. I want to execute the automation script when the LatitudeY and LongitudeX fields (in the WOSERVICEADDRESS table) are edited by users. For performance reasons, I would prefer to only call the script when necessary (when the LatitudeY and

UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests

醉酒当歌 提交于 2019-12-12 06:56:42
问题 I am using Maximo Anywhere 7.5 on Websphere 8.5. When i am trying to upload image i got this error: servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [AnywhereProxyServlet] in application [AnywhereWorkManager_1-2_4_war]. Exception created : [java.lang.UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests 回答1: to solve this issue i have to install fix 8.5.5.0 for

Add custom fields to Maximo Result Set

↘锁芯ラ 提交于 2019-12-12 03:48:17
问题 I'm using Maximo 7.5 and I added few columns to an custom table. How to get those columns in Startcenter result set. The new fields are visible in Workorder application 回答1: If you're on an older fix pack, you'll need to insert a row into RESULTSETCOLS, as demonstrated by the insert statement below which was excerpted from this Technote. Note that you will need to adjust the values for the first three columns to suit your needs. insert into resultsetcols ( app, attribute, maintable,

Maximo Anywhere Tasks for new work order

半城伤御伤魂 提交于 2019-12-12 01:40:12
问题 Not able to create tasks for new work order from Anywhere. Please suggest Able to create a new work order without task Added a new view for tasks, and trying to add taskId, status, Asset with lookup and Location with lookup. lookup are not visible in UI. Here is my code <view id="WorkExecution.NewAdhocWorkOrderInspTaskView" label="Create Inspection Tasks" > <requiredResources id="WorkExecution.NewAdhocWorkOrderInspTaskView_requiredResources"> <requiredResource id=

ERROR exporting report from MAXIMO 7.5 to BIRT 3.7.1

眉间皱痕 提交于 2019-12-11 12:48:23
问题 After updating configuration file: reporttools.properties with the following information: Output folder used for the export operation maximo.report.birt.outputfolder=c:/BIRT7504/birt/reports The following error messages is shown after running EXPORTREPORT command: C:\BIRT7504\birt\tools>exportreports The system cannot find the path specified. Any advice in order to fix this error message displayed??? 回答1: Try this: c:\BIRT7504\birt\reports instead of c:/BIRT7504/birt/reports 来源: https:/

Query Help: A view that totals some groups

非 Y 不嫁゛ 提交于 2019-12-11 06:24:19
问题 I'm looking for the correct way to structure the query for a view in order to include some totaling, etc. on the DB side (the view will be used by reporting systems). Relevant Data Structure +---------+ +---------+ |WORKORDER| |WPLABOR | |---------| |---------| |WONUM |+---->|WONUM | |... | + |LABORHRS | +---------+ | |RATE | | +---------+ | | +---------+ | |WPITEM | | |---------| +-->|WONUM | | |ITEMQTY | | |UNITCOST | | +---------+ | | +----------------+ | |LONGDESCRIPTION | | |------------

Keytool error importing SSL certificate into J9 keystore

别等时光非礼了梦想. 提交于 2019-12-11 04:19:59
问题 We trying to import main certificate into keystore caserts J9 mobile VM. The exception: keytool error: java.security.NoSuchAlgorithmException: 1.2.840.113549.1.1.11 Certificates algorithm is sha2-256 with 2048 bit key (or 4096 bit in production environment). We can't change private certificate. The only VM we can run Maximo Mobile on Windows Mobile 6.5 is J9. We tried J9 2.2 and J9 2.4. We have 300 expensive Win Mobile devices bought by our client and we stuck. Please help us. More Info Specs

How to access the Maximo list where clause programmatically

牧云@^-^@ 提交于 2019-12-10 17:23:05
问题 In the WOTRACK app of Maximo, I need to find some way to programmatically access the where clause of the current window query. It's clear this exists somewhere in Maximo, since you can access it in the UI under Advanced Search > Where Clause. I need to find some way to get this info programmatically and pass it on to an application I am working with. In the past I've hacked together a way of grabbing this data by having the user open the where clause window in Maximo, and then just retrieving

Can we customise work execution app from Application Designer?

被刻印的时光 ゝ 提交于 2019-12-10 12:25:28
问题 Im new to maximo anywhere, our requirement is to cutomize exiting work execution app. How is that possible? Can we create a new screen as such? Please help. I have tried to edit crew app through Application Designer but work execution is not found 回答1: This is not done through App Designer. You can utilize the MobileFirst/Worklight Studio Development environment that is referenced in our documentation. See below: Customizing Maximo Anywhere mobile apps (Anywhere 7.5.2) http://www-01.ibm.com

Maximo: Mimic Workflow assignments with an SQL query

依然范特西╮ 提交于 2019-12-08 11:48:42
问题 I want to write an SQL query that mimics the results in the Maximo Start Center assignments section. The assignments are workflow assignments. I tried querying the workorder table and specifying the assignedownergroup that the user is in: select * from workorder where status in ('WAPPR','APPR','INPRG') and assignedownergroup = 'FIRE' However, the query returns more work orders than what's shown in the Start Center assignments. How can I write a query to mimic the workflow assignments in the