问题标签 [maximo]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
661 浏览

maximo - 在 IBM Maximo 5.2 中关闭 PR

hisoryflag='N'
当我正在执行时,显示了一些 PR(购买请求) select * from PR where historyflag='N',但我需要强制将其更改为“Y”以关闭与这些 PR 的所有相关记录

请告诉如何强制关闭所有相关的 PR

0 投票
0 回答
282 浏览

eclipse - Maximo 的 Birt 导出数据功能不会导出所有行

Maximo 的 Birt 导出数据功能不会导出所有行

背景(Birt Report Designer 2.3.2 || Maximo 版本 7.1.1.8

  1. 我使用 Maximo Group 模板创建了一个 BIRT 报告,该模板返回采购订单信息,包括 PO_NUM、Item_Num、数量等 – 按 PO_NUM 分组

  2. 在我的情况下,报告返回采购订单编号和该采购订单上所有项目的列表

  3. 报告在 Birt 设计器和 Maximo 中正确返回。

  4. “导出报告”功能在 Maximo 中正常工作,返回每个采购订单和每个采购订单的所有项目的列表

  5. 当我使用 Maximo 中的“导出数据”功能时,导出功能仅返回每个采购订单项目总列表中的前两项。例如 PO# 3526 有六个项目,但是“导出数据”函数只返回六个中的两个。

0 投票
1 回答
2523 浏览

validation - 使用 Birt 报告参数验证消息

我正在使用某些参数创建 BIRT 报告。我有一个 int 参数(月数),其值可以从 1 到 12。

我需要检查该值是否大于 12。在这种情况下,它应该向我显示一条自定义消息,而不是像现在这样的错误。

错误:

当前脚本:

我在 BIRT 中创建报告以将其上传到 IBM Maximo Asset Management 系统。也许在 Maximo 中有不同的方法来解决这个问题。

谢谢你的时间!希望能帮助别人。

0 投票
1 回答
829 浏览

sql - 根据日期列检索数据,日期列具有空值和非空值

我正在尝试根据实际完成日期和状态从 db2 检索更改请求详细信息,但实际完成日期null没有得到检索状态,怎么会出现

我的条件:

0 投票
3 回答
495 浏览

sql - SQL 查询从多行获取最新信息 - 太慢了

我为 SRSS 报告编写了一个查询,该报告应该从 maximo 检索项目列表。

它包括库存物品的数量,是否有收到和/或发出日期(如果有,最晚日期是什么)以及当时的单位成本。

尽管它返回了我想要的东西,但它运行得非常慢,以至于当它在报告中使用时,它似乎永远不会加载。5000 行需要 21 秒(maximo 中已经有 > 100k 个事务!)。我怎样才能退回单位成本以使其更快?它在没有单位成本行的情况下运行得很快。

询问

谢谢

0 投票
1 回答
1930 浏览

java - Maximo setWhere() 查询以获得不同的结果?

我正在尝试执行此 SQL 查询:
select distinct wonum from invreserve where location='01' order by wonum;

如何将其转换为 setWhere() 查询?我试过了:

invreserveSet.setWhere("(1 = 1) and wonum in (select distinct wonum from invreserve where location='01')");

0 投票
1 回答
1343 浏览

ibm-mobilefirst - IBM Worklight 5.0.6 - FWLSE0099E:调用过程 OSLCGenericAdapter/getUserAccessDataFWLSE0100E 时发生错误

我正在使用IBM Worklight 5.0.6with IBM Maximo Anywhere 7.5.0,预装 Android 应用程序“工单审批”和“工单执行”。

打开其中一个应用程序并提供用户名和密码时,我在登录页面上收到以下错误:

登录失败,因为无法下载您的用户所需的信息。尝试再次登录。如果问题仍然存在,请联系您的系统管理员。

检查日志文件时,我发现以下信息:

有任何想法吗?

参考:

0 投票
1 回答
710 浏览

rest - 建议我在 maximo 7.5 中使用 objectstructure REST 服务创建工作订单的 uri

我可以使用以下 uri 查询工单

任何人都可以指导我修改上面的 uri 以创建工单

谢谢

0 投票
2 回答
1064 浏览

sql - Multiple table querying from one where clause

I'm using a field class that will filter a lookup list of companies to only show those that provide a certain service.

The 4 tables used are: PURCHVIEW,PCSRVCS,SRVCFETCH and COMPANIES and the method I'm using is:

so I'm restricted to just one object to link to and I've chosen COMPANIES since I want the company information from that table to be displayed in the lookup.

PURCHVIEW has a 'contractnum' attribute which is also included in PCSRVCS

PCSRVCS has the 'contractnum' and 'servicesid'

And finally SRVCFETCH has 2 attributes: 'servicesid' and 'company'

I'm quite lost with how to create the connection after doing:

To summarize: Given the contractnum in PURCHVIEW, I need to check it with the contractnum in PCSRVCES --> Check the servicesid in PCSRVCES with that in SRVCFETCH --> Match the companies that have that serviceid in SRVCFETCH with the information in the COMPANIES table.

0 投票
1 回答
404 浏览

integration - MySQL 表与 maximo db2 的集成

我需要将 Maximo 7.5 与 MySQL 数据库集成作为入站。

任何人都可以帮助我如何走得更远。

我们有两个票务系统,一个是 Maximo,另一个是 Jira,需要将 jira 的票务详细信息与 Maximo 集成。

如何将 Maximo 集成框架用于此入站集成?