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