Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (67)
  • Replies (427)
  • Mentions (161)
  • Official certification & Credly badges (12)
  • Global Masters badges (38)
  • Followers (29)
  • Following (7)
AllAccepted answers
    go to post
Luis Angel Pére... · Mar 6, 2024

Bingo!

1 0 https://community.intersystems.com/post/output-dynamic-object-json-data-csv-file?page=7#comment-254541
    go to post
Luis Angel Pére... · Mar 6, 2024

You can use embedded python:

https://blog.enterprisedna.co/python-convert-json-to-csv/

2 0 https://community.intersystems.com/post/output-dynamic-object-json-data-csv-file?page=7#comment-254521
    go to post
Luis Angel Pére... · Mar 6, 2024

The improvement of the performance is incredible, if I were a solutions architect I would've in mind the columnar storage for any kind of dashboard.

0 0 https://community.intersystems.com/post/columnar-vs-row-storage-iris-native?page=7#comment-254511
    go to post
Luis Angel Pére... · Mar 5, 2024

Do you need to do something with the request? If you don't the best option is to delegate the redirection to the application server (Apache or whatever), avoiding to involve IRIS in the process.

1 0 https://community.intersystems.com/post/it-possible-receive-httprest-request-production-and-send-request-it-another-request-if-yes-what?page=7#comment-254436
    go to post
Luis Angel Pére... · Mar 1, 2024

I think that you need to check the connections to the port of the Server, take a look to this web:

https://mkyong.com/linux/list-all-ip-addresses-connected-to-your-server/

0 0 https://community.intersystems.com/post/list-workstations?page=7#comment-254026
    go to post
Luis Angel Pére... · Mar 1, 2024

Following the answer from @Tani Frankel you can generate XSD from XML with no problem, there are a billion of webs that you can use to do it (you just have to be sure that the XML contains all the tags required).

0 0 https://community.intersystems.com/post/how-do-i-create-xml-schema?page=7#comment-254021
    go to post
Luis Angel Pére... · Feb 29, 2024

Here is the official documentation:

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

The type for ELEMENTQUALIFIED is Boolean (0 or 1).

0 0 https://community.intersystems.com/post/mismatched-definition-elementqualified-class-namespace?page=7#comment-253986
    go to post
Luis Angel Pére... · Feb 28, 2024

You are right! I copied the call to the BS from the Token message without review it.

0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253766
    go to post
Luis Angel Pére... · Feb 28, 2024

Hi Token! You need an interoperability production running with a business component with the same name that you are using to invoke it. The production has to be running on the same namespace.

0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253751
    go to post
Luis Angel Pére... · Feb 28, 2024

What do you mean with multiple Business Rules? you want to send your object throught more than one business rule? And send it where? To another business component?

0 0 https://community.intersystems.com/post/how-run-business-rules-single-cloned-objectenslibhl7message-and-send-it-rule-editor?page=7#comment-253741
    go to post
Luis Angel Pére... · Feb 28, 2024

Something like this:

set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance)
set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)
0 0 https://community.intersystems.com/post/how-call-business-process-method?page=7#comment-253726
    go to post
Luis Angel Pére... · Feb 27, 2024

Maybe this question from stackoverflow can help you:

https://stackoverflow.com/questions/68231387/starting-vs-code-hangs-with...

0 0 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253676
    go to post
Luis Angel Pére... · Feb 26, 2024

You're welcome!

0 0 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253571
    go to post
Luis Angel Pére... · Feb 25, 2024

I would get a bundle from patient X for each resource that you want to move and send a post for the patient Y with a bundle formed by the resources that you got modifying the reference to the patient Y.

1 0 https://community.intersystems.com/post/how-can-i-transer-data-one-patient-another?page=7#comment-253476
    go to post
Luis Angel Pére... · Feb 22, 2024

Here you can find an example about a jdbc connection, in the example is with MySQL, you only need to change the jar file and the class name.

0 0 https://community.intersystems.com/post/need-connect-ensemble-sql-server-management-studio-using-odbc-or-jdbc?page=7#comment-253401
    go to post
Luis Angel Pére... · Feb 22, 2024

Hi @Sheetal Kairawala ! Take a look to this article that I wrote:

​​​​​https://community.intersystems.com/post/connecting-mysql-database-busine...

3 1 https://community.intersystems.com/post/has-anyone-connected-external-mysql-database-iris?page=7#comment-253236
    go to post
Luis Angel Pére... · Feb 16, 2024

Is IRIS running properly?

0 0 https://community.intersystems.com/post/connect-iris-community-version-node-js?page=7#comment-252801
    go to post
Luis Angel Pére... · Feb 13, 2024

You can kill the process from the process manager of Windows looking for the id of process that you got from IRIS.

And from my experience with IntegratedML... Is not very fast but not so slow.

0 0 https://community.intersystems.com/post/stopping-integratedml-training-long-training-time?page=7#comment-252581
    go to post
Luis Angel Pére... · Feb 10, 2024

It seems like a problem with the web.config file:

https://stackoverflow.com/questions/53106327/web-config-error-handler-fo...

0 0 https://community.intersystems.com/post/content-type-change-iis?page=7#comment-252441
    go to post
Luis Angel Pére... · Feb 9, 2024

Thanks you very much!

0 0 https://community.intersystems.com/post/meet-global-masters-winners-january-2024?page=7#comment-252371
  • first
  • ‹ previous
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • next ›
  • last
Luis Angel Pérez Ramos
@LuisAngel.PérezRamos
Sales Engineer at InterSystems Iberia
MOD
Follow
Open Exchange profile

User statistics

Posts
67
Replies
427
Likes
495
Applications
22
Badges
38
Followers
29
People reached
29.4K
Accepted answers
77
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up