go to post Blaise ZARKA · Apr 22, 2020 Thank you Eduard. At this time, we use JDBC connection and INSERT sql command from panda but we look for a more integrated way to do that.
go to post Blaise ZARKA · Apr 16, 2020 You're sure about that? I understand these methods should only be used when the list property comes from a %Persistent object, but new instance with %New method is not allowed.
go to post Blaise ZARKA · Apr 16, 2020 %Collection.ListOfDT Serialize and deserialize methods seem like doing the trick. But I found the documentation is a little bit ambiguous as the sample in the header refers itself to %ListOfDataTypes. https://docs.intersystems.com/iris20201/csp/documatic/%25CSP.Documatic.c...
go to post Blaise ZARKA · Apr 16, 2020 Oh great!Please InterSystems developers, make these useful methods public and supported ;-)
go to post Blaise ZARKA · Apr 15, 2020 thanks @Eduard Lebedyuk Yes it works great. that's the way we did it. So no direct straight serialization system function. ;-)
go to post Blaise ZARKA · Apr 15, 2020 Thank you @Eduard Lebedyuk and @Jeffrey Drumm We decided not to hide properties until GA.
go to post Blaise ZARKA · Jan 6, 2020 it's more a send and forget kind of thing but we will add a deferred response from production B to production A.
go to post Blaise ZARKA · Jan 6, 2020 Thanks Marc. We think of writing a REST API to send the IDs of the messages to be sent to production B. The production B service will then read the appropriate records in the mapped table.
go to post Blaise ZARKA · Dec 19, 2019 Thanks a lot Warlin! I also found the documentation on that subject: %Status Error Processing
go to post Blaise ZARKA · Dec 13, 2019 Thanks Eduard for this useful post. One question about building the docker image:Copying iscpython.so into repository root is needed. Where this file can be found? Thanks
go to post Blaise ZARKA · Dec 11, 2019 Thanks Eduard. As I understand, these articles address authorization flow for confidential client.I would need a oauth2 flow compatible with an angular public client and the recommended one for this kind of client is code flow + PKCE.Anyone experience this kind authorization flow with IRIS as server?
go to post Blaise ZARKA · Dec 11, 2019 For those who are interested, here is an good article on the ≠ between implicit flow and code flow with PKCE:https://christianlydemann.com/implicit-flow-vs-code-flow-with-pkce/
go to post Blaise ZARKA · Sep 28, 2019 docker load -I iam_image.tar did not work for me. I used docker import aim_image.tar iam instead and it worked.
go to post Blaise ZARKA · Sep 13, 2018 This is a very interesting option in my context.Thank you Evgeny!
go to post Blaise ZARKA · Aug 27, 2018 Hi,Did you record this webinar? If yes, do you have a link available?Thanks!