Blaise ZARKA · Feb 4, 2016 go to post

To be more precise, I'm doing a data migration with the management portal wizard.

I get SQL errors I would like to export.

Blaise ZARKA · May 13, 2016 go to post

Eduard, thanks for the comments. I changed the code just before publish it. Big mistake!
It should be fixed now.

Blaise ZARKA · Jun 14, 2016 go to post

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.

Blaise ZARKA · Jun 14, 2016 go to post

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!

Blaise ZARKA · Aug 27, 2018 go to post

Hi,

Did you record this webinar? If yes, do you have a link available?

Thanks!

Blaise ZARKA · Sep 28, 2019 go to post

docker load -I iam_image.tar did not work for me. I used docker import aim_image.tar iam instead and it worked.

Blaise ZARKA · Dec 11, 2019 go to post

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?

Blaise ZARKA · Dec 13, 2019 go to post

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
 

Blaise ZARKA · Jan 6, 2020 go to post

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.

Blaise ZARKA · Jan 6, 2020 go to post

it's more a send and forget kind of thing but we will add a deferred response from production B to production A.

Blaise ZARKA · Apr 16, 2020 go to post

Oh great!
Please InterSystems developers, make these useful methods public and supported ;-)

Blaise ZARKA · Apr 16, 2020 go to post

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.

Blaise ZARKA · Apr 22, 2020 go to post

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.