Question Blaise ZARKA · Apr 21, 2020 Insert a panda dataframe into an InterSystems IRIS table? Hi, Do you have any experience in inserting a panda dataframe into SQL IRIS Table? The dataframe.to_sql method uses sqlalchemy and it seems no dialect is available for IRIS. thanks, Blaise #Python #SQL #InterSystems IRIS 1 4 0 467
Question Blaise ZARKA · Apr 15, 2020 %Library.ListOfDataTypes to $LIST conversion Hi,Do you know the best way to convert a %Library.ListOfDataTypes instance to a $LIST format string? Thanks,Blaise #ObjectScript #InterSystems IRIS 1 11 0 837
Question Blaise ZARKA · Mar 3, 2020 Server side pagination with Iris? Hi, Do you have any experience in server side pagination with IRIS using Angular on the client side?Any idea on a typical SQL request on the server side? Thanks!Blaise #Angular #SQL #InterSystems IRIS 0 6 0 580
Question Blaise ZARKA · Feb 21, 2020 How to hide a property in Data Transformation UI? Hi, Is there a way to hide a property in Data Transformation UI in Interoperability for IRIS?I would like the property not to appear in the list of available properties to set. Thanks,Blaise #DTL #Interoperability #InterSystems IRIS 0 3 0 230
Question Blaise ZARKA · Jan 3, 2020 Sending messages from one production to another through a database? Hello community! I have 2 productions A and B on the same IRIS instance sharing one operational database. I'm looking for a simple and efficient way to send a message from production A to production B.Any suggestion ? Could it be done through the database only? And I wish you a happy new year!Thanks :-) #Interoperability #InterSystems IRIS 0 4 0 367
Question Blaise ZARKA · Dec 19, 2019 %New error handling Hi, On a persistent class, I have defined an %OnNew method that validate some properties with appropriate status code for each kind of error. Question is: how do you catch the specific error when %New is called on this class? Surrounding %New method with a try-catch not seems to work. Thanks #ObjectScript #InterSystems IRIS 0 8 0 540
Question Blaise ZARKA · Dec 11, 2019 OAuth2 Code Flow + PKCE Hi, We need to implement Oauth2 Code Flow + PKCE. Any experience with InterSystems OAuth2 Server on this would be welcome.What parameters did you setup on OAuth 2 server configuration page to make it work? Thanks! #Authentication #Access control #InterSystems IRIS 0 4 0 477
Question Blaise ZARKA · Sep 13, 2018 Visual Report alternatives As Visual Report is deprecated in InterSystems IRIS,What are the best alternatives for reports would you recommend? #InterSystems IRIS 0 7 0 372
Question Blaise ZARKA · Jan 18, 2017 How do you get the console output from a Java Gateway service? In an Ensemble 2016.2 production, I put a JavaGateway service. How do you get the console output?I set the JVM service as Foreground but I don't see any output from Java.Thanks,Blaise #Ensemble #Java 0 1 0 526
Question Blaise ZARKA · Jun 14, 2016 How to use a calculated measure in a compound cube ? Hi,Using cube CubeA and cube CubeB that contains calculated measure TotalClients.I would like to use TotalClient calculated measure from a compound cube CubeC (CubeA,CubeB).How would you do that? #InterSystems IRIS BI (DeepSee) #MDX 0 5 0 285
Question Blaise ZARKA · Jun 8, 2016 How to get the total sum of accounts until a certain date? In DeepSee, having a customer account cube. The cube includes a time dimension AccountCreationDate. How do you create a calculated measure to get the total number of accounts from the beginning to a certain date in abscissa ? I tried many things including this: AGGREGATE(%TIMERANGE([AccountCreationDate].[H1].[MonthYear].&[190001],[AccountCreationDate].[H1].[MonthYear].CURRENTMEMBER) ,[Measures].[%Count]) But I don't get the right result because the date in abscissa creates a filter on the first date. #InterSystems IRIS BI (DeepSee) #MDX 1 2 0 862
Article Blaise ZARKA · May 13, 2016 1m read mySQL data importer tool Hi, If you want to import data from a mySQL export file (exported with mysqldump), you will find here a little script that could help. Only the INSERT commands in the sql file are executed into Caché. Indices are not computed for better performance.%NOINDEX, %NOCHECK and %NOLOCK are generated on each INSERT line. Currently, the file can not contain a "),(" pattern inside the values part of the INSERT command. If this is the case, the line is skipped. This feature may be implemented in the extractValuesList method. #Databases #Data Import and Export #ObjectScript #SQL #Caché 2 3 0 539
Question Blaise ZARKA · Apr 15, 2016 How to include dynaform in a custom task form in an Ensemble workflow? Hi,I'm trying to create an Ensemble workflow with a custom task form that includes a dynaform zen component.Is it possible to do that? Any sample code?Thanks for your helpBlaise #Ensemble 0 1 0 474
Question Blaise ZARKA · Feb 4, 2016 How to export SQL errors to a text file? Hi, Do you know how to export SQL errors to a text file from a terminal session in Caché? Thanks #Caché #SQL 0 3 0 405
Question Blaise ZARKA · Dec 14, 2015 ISO-8583 project with Ensemble Hi,Does someone have experience with ISO-8385 transactions and Ensemble?ISO-8385 is used for credit card transactions: https://en.wikipedia.org/wiki/ISO_8583Thanks #Ensemble 0 1 0 501