You have to include the non-mirrored database from the primary instance of the mirror.
- Log in to post comments
You have to include the non-mirrored database from the primary instance of the mirror.
What error do you receive?
Here is the official documentation about supported JAVA versions:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
Saving you a click: 8 and 11
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.
@Carl (booz Allen) Deitrich
Did the solution of @Malte Schnack work for you?
Bingo!
You can use embedded python:
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.
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.
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/
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).
Here is the official documentation:
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
The type for ELEMENTQUALIFIED is Boolean (0 or 1).
You are right! I copied the call to the BS from the Token message without review it.
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.
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?
Something like this:
set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance)
set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)Maybe this question from stackoverflow can help you:
https://stackoverflow.com/questions/68231387/starting-vs-code-hangs-wit…
You're welcome!
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.
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.
Hi @Sheetal Kairawala ! Take a look to this article that I wrote:
https://community.intersystems.com/post/connecting-mysql-database-busin…
Is IRIS running properly?
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.
It seems like a problem with the web.config file:
https://stackoverflow.com/questions/53106327/web-config-error-handler-f…
Thanks you very much!
Have you tried setting the parameter as %JSONIGNORENULL?
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
You can find more trainings related to interoperability and development in the same web. Our training team is doing a great job!
Well, WRC resolved the case, it was a bug of the HealthConnect-2023.1.0.235.1-lnxrh8x64 package.
You can join to the early access program to test the de-identifier functionality:
https://community.intersystems.com/post/sign-health-data-de-identifier-…
I suggest you to start with this training:
https://learning.intersystems.com/course/view.php?id=1350
It will solve most of your questions.