微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Maximo 中的出站集成失败

如何解决Maximo 中的出站集成失败

我们有从 Maximo 到外部系统的工单出站集成。出于测试目的,我将数据从 Maximo 发布到 node-red。有效负载是 JSON,出现以下错误BMXAA1477E - The connection Failed to the HTTP handler for the endpoint. Review the error and server log flies for information to indicate the cause of the issue,for example,incorrect properties in the DefaultHTTPExit.java handler class. Permission denied: connect 我不确定这是否与 SSL 相关。我尝试将相同的 JSON 从 POSTMAN 发布到 node-red 并且它有效。

解决方法

我看到过类似的问题是由于 SSL 版本造成的。您可以尝试按照 this support article from IBM 中关于使 WebSphere 使用 TLS 1.2 的说明进行操作。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。