Rechercher

Pergunta
· Out. 9

BusinessService Failed to create MQTT client

Hi Guys,

I've created Business service with MQTT Inbound Adapter and here is my settings, BTW I'm using an IP with port not sure if it must be a url?

 

and this is my class:

 

Class SX3.Production.MQTTService Extends Ens.BusinessService
{ Parameter ADAPTER = "EnsLib.MQTT.Adapter.Inbound"; Method OnProcessInput(pInput As %RegisteredObject, Output pOutput As %RegisteredObject) As %Status
{ set tsc=$$$OK
   set ^messageContent = pInput.StringValue
   
   Quit tsc
} }
 

 

 

 

But I'm getting the below error, not sure what I'm doing wrong?

 

Thanks

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Anúncio
· Out. 9

Technology Bonuses Results for the InterSystems .Net, Java, Python, and JavaScript Contest

We are happy to present the bonuses page for the applications submitted to the InterSystems .Net, Java, Python, and JavaScript Contest!

See the results below.

<--break->

Project

XEP

Native SDK

PEX

Java Persister

ADONET & .NET Entity Framework

Docker

Online Demo

Community Idea Implementation

Find a bug

First Article on DC

Second Article on DC

First Time Contribution

Video on YouTube

Total Bonus

Nominal 2 2 3 2 2 2 2 4 2 2 1 3 3 30
Snapshot of free disk space   2       2   4   2 1   3 14
SentinelIris           2       2       4
FHIR Data Explorer with Hybrid Search and AI Summaries   2       2       2 1 3 3 13
golang-fiber-iris-realworld-example-app   2       2       2 1     7
python-iris-audio-query   2 3     2       2 1 3 3 16
yaml-adaptor   2 3     2   4 2 2 1   3 19
irisconns   4       2       2       8
IRIStool and Data Manager   2       2       2 1 3 6 16
quarkus-iris-monitor-system   2       2       2 1   3 10
gj :: configExplorer   2       2     2 2 1   3 12
sanitary-surveillance   2       2           3   7

Please apply with your comments for new implementations and corrections to be made here in the comments or in Discord.

27 Comments
Discussão (27)5
Entre ou crie uma conta para continuar
Artigo
· Out. 9 6min de leitura

Présentation de typeorm-iris: TypeORM pour InterSystems IRIS à partir de Node.js

Aperçu

Le projet typeorm-iris fournit une prise en charge expérimentale pour l'intégration de TypeORM avec InterSystems IRIS, permettant aux développeurs d'interagir avec IRIS à l'aide des décorateurs et des abstractions de référentiel bien connus de TypeORM. Cela offre une expérience de développement plus familière aux développeurs JavaScript et TypeScript qui créent des applications Node.js avec IRIS comme base de données backend.

Aperçu de TypeORM MongoDB. J'ai récemment commencé à utiliser TypeORM dans… | Eliezer  Steinbock | Medium

Bien que le projet mette en œuvre des éléments clés d'intégration avec TypeORM et prenne en charge les opérations de base sur les entités, il n'a pas encore été testé en conditions réelles et n'est pas adapté aux environnements de production.

Discussão (0)2
Entre ou crie uma conta para continuar
Anúncio
· Out. 9

October Article Bounty Topics

You’ve probably already seen that the October Article Bounty is live on Global Masters! 🍁🚀

Submit a brand-new article on one of the announced topics and earn a bounty of 🏆 5,000 Global Masters points once it’s approved! 🎉

Here’s the list of October topics:

1. Comparison of when direct access via global is faster than access via class/SQL
2. A comparison matrix of connectivity methods to InterSystems IRIS to help developers choose the best option for their use case
3. Monitoring and Observability in InterSystems IRIS (with Dashboards & Tools) Guides
4. Beginner’s Guide: Using SQL in InterSystems IRIS
5. Unit Tests Tutorials
6. Practical code examples for ObjectScript Beginners
7. Securing Your InterSystems IRIS Deployment with SSL/TLS: Configuration Tips & Gotchas
8. Large Data handling
9. JSON transformations in DTL (Data Transformation Language)
10. Working with Stream Objects in InterSystems IRIS
11. Best Practices for Data Migration in InterSystems IRIS (Guide / Tips)

Rules to follow: 

  • ⚠️The article must follow the general Developer Community Guidelines and should not be written by AI. Submitting AI-generated articles may result in disqualification from future Article Bounty Activities.
  • Articles must be useful, practical, and not too general — generic or overly broad articles will not be accepted.
  • Article size: 400 words minimum (links and code are not counted towards the word limit).
  • The article must be about InterSystems products and services.
  • The article must be in English (including inserting code, screenshots, etc.).
  • The article must be 100% new.
  • The article cannot be a translation of an article already published in other communities.
  • The article should contain only correct and reliable information about InterSystems technology.

Articles on the same topic but with dissimilar examples from different authors are allowed.

Not a Global Masters member yet? Join here - use your InterSystems SSO credentials to log in.

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Out. 9 8min de leitura

InterSystems IRIS Workflow Engine によるタスクのフロー - 外部アプリケーションへの接続

少し遅れましたが、モバイルアプリケーションから接続する例を示して Workflow Engine に関する連載記事をようやく締めくくることにします。

前回の記事では、これから説明する例として、患者と担当医師の両方にとって高血圧症などの慢性病状の詳細な管理を可能にするアプリケーションを示しました。 この例では、患者は携帯電話からウェブアプリケーション(基本的に、デバイスに応答するように設計されたウェブページ)にアクセスし、ポータブル血圧計が IRIS インスタンスに送信する測定に基づく通知を受信します。

したがって、IRIS インスタンスへのアクセスは 2 つです。

  • モバイルアプリケーションからのユーザーアクセス。
  • 血圧の測定値を送信するデバイスアクセス。

この記事では、患者が測定値を生成するタスクを管理できる、最初のアクセスを確認します。

Discussão (0)0
Entre ou crie uma conta para continuar