Learning Documentation Community Open Exchange Ideas Portal Global Masters Certification Partner Directory Startup Hub
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 (68)
  • Replies (432)
  • Mentions (165)
  • Official certification & Credly badges (12)
  • Global Masters badges (38)
  • Followers (27)
  • Following (7)
AllAccepted answers
    go to post
Luis Angel Pére... · Mar 12, 2024

You have to include the non-mirrored database from the primary instance of the mirror.

0 0 https://community.intersystems.com/post/how-add-non-mirrored-databases-dr-async-members-mirror?page=7#comment-255021
    go to post
Luis Angel Pére... · Mar 12, 2024

What error do you receive?

0 0 https://community.intersystems.com/post/get-jwt-token?page=7#comment-255016
    go to post
Luis Angel Pére... · Mar 11, 2024

Here is the official documentation about supported JAVA versions:

https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...

Saving you a click: 8 and 11

1 0 https://community.intersystems.com/post/questions-about-java-versions-jdbc-external-language-server?page=7#comment-254896
    go to post
Luis Angel Pére... · Mar 7, 2024

Another option is to use embedded python (not for your version sadly). You would use jsondiff Python library to compare the JSON projection of the objects.

0 0 https://community.intersystems.com/post/how-compare-two-registered-object?page=7#comment-254756
    go to post
Luis Angel Pére... · Mar 7, 2024

@Carl (booz Allen) Deitrich 
Did the solution of @Malte Schnack work for you?

0 0 https://community.intersystems.com/post/output-dynamic-object-json-data-csv-file?page=7#comment-254646
    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
  • 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
68
Replies
432
Likes
507
Applications
23
Badges
38
Followers
27
People reached
30.6K
Accepted answers
81
  • 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