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.
- Log in to post comments
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.
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.
%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.
Oh great!
Please InterSystems developers, make these useful methods public and supported ;-)
thanks @Eduard Lebedyuk
Yes it works great. that's the way we did it. So no direct straight serialization system function. ;-)
Thank you @Eduard Lebedyuk and @Jeffrey Drumm
We decided not to hide properties until GA.
thank you Evgeny!
thank you Vitaliy.
Perfect.
it's more a send and forget kind of thing but we will add a deferred response from production B to production A.
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.
Interesting point Jenna. Thanks.
I'll try that!
Thanks a lot Warlin!
I also found the documentation on that subject: %Status Error Processing
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
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?
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/
docker load -I iam_image.tar did not work for me.
I used docker import aim_image.tar iam instead and it worked.
This is a very interesting option in my context.
Thank you Evgeny!
Thank you Ward! I will keep this as a good option.
Hi,
Did you record this webinar? If yes, do you have a link available?
Thanks!
Yes interesting. Any feedbacks from some users?
I can see the measures but not the calculated measures coming from CubeB in CubeC in the pivot table.
I'm currently trying to have a shared dimension between CubeA and CubeB and to use this dimension only in the calculated measure in CubeB. To see if it works.
Thanks Evgeny!
Yes, I'd like to use CubeB.TotalClients in CubeC compound cube.
TotalClients in CubeC should use only the members in CubeB and thus should return the same number as in CubeB.
Eduard, thanks for the comments. I changed the code just before publish it. Big mistake!
It should be fixed now.
Thanks Alexander!
To be more precise, I'm doing a data migration with the management portal wizard.
I get SQL errors I would like to export.