Article Daniel Aguilar · Nov 11, 2024 4m read IrisGoogleChat with AI Hi Community, I want to share with you the lastest app that I have uploaded to the Open Exchange "IrisGoogleChat". IrisGoogleChat is a utility for InterSystems IRIS that allows seamless message integration with Google Chat using Cache ObjectScript. This application provides a set of tools to configure Google Chat Channels, create messages powered by moods generated with AI and send them to a Google Chat Channel. #Generative AI (GenAI) #InterSystems IRIS Open Exchange app 4 0 1 91
Article Daniel Aguilar · Aug 6, 2024 8m read Firebase Cloud Messaging with IrisFirebase FCM IrisFirebase - FCM #Cloud #InterSystems IRIS #Open Exchange Open Exchange app 1 4 0 171
Article Daniel Aguilar · Jul 13, 2024 3m read How to separate source code and data in different databases 📜 Santa Tecla, verse 8: "Hover your mouse over the screen, and the sea of data will open a path before you!!" Hello community, first of all, apologies if anyone was offended by the blasphemy 😔 #Databases #Namespace #Caché #InterSystems IRIS #InterSystems IRIS for Health 7 0 0 236
Question Daniel Aguilar · Jul 10, 2024 Error starting IRIS Community docker Good afternoon, I'm trying to start an instance of the Community Edition with Docker and I get the following error. I tried downloading the object-script template directly from OpenExchange, but one of these two things always happens: 1 - It gets stuck starting up forever #Docker #InterSystems IRIS 0 2 0 176
Article Daniel Aguilar · Mar 22, 2024 3m read Tasks & Tricks: The Dev's Fish & Chips Hi Community! Do you usually work with automated tasks? Then let me share with you a pair of tips ;-) Tip 1: How to know when my automated task will end (approximately) #Tutorial #Caché #InterSystems IRIS 9 4 2 252
Question Daniel Aguilar · Jan 18, 2024 Error <COLLATEMISMATCH> Studio Hello, I am writing to you because I am receiving a strange error on our Integration server after restoring a Production copy. On other occasions we had restored the Production copy on this server without problems (in fact it was done weekly) After restoring the copy when entering the Studio this error appears: #Caché 0 3 0 235
Article Daniel Aguilar · Jan 17, 2024 7m read Firebase Module: Unleashing the Power of Firebase Realtime Database with InterSystems IRIS #Cloud #Databases #InterSystems IRIS #Open Exchange Open Exchange app 4 0 1 324
Question Daniel Aguilar · Dec 4, 2023 Storage %SYSTEM.Event Hello, How are you doing? I'm currently developing a proyect in wich I want to use %SYSTEM.Event to process queues. I realized that if a queue has events pending to be sent to the listeners, when I restart the cube the queue with all its events are deleted. Is there a way to store the queue with their messages in a Global? I've checked the documentation but I can't find any option for this prupose. #Key Question #Caché 0 10 0 313
Question Daniel Aguilar · Nov 29, 2023 $ZCRC with Streams Is there any way to perfom a cyclick redundancy of a "stream" instead of string? I know exists the method $ZCRC but I think it's only for strings. Thank you! #InterSystems IRIS 0 4 0 189
Article Daniel Aguilar · Nov 8, 2023 9m read Automate API Testing with IrisApiTester: A Developer's Guide #API #Testing #Tutorial #InterSystems IRIS Open Exchange app 7 0 4 432
Article Daniel Aguilar · Sep 19, 2023 3m read IrisApiTester 2.0 new Features Hi Community!, I've published a new versión of IrisApiTester, I included some new features: #API #Testing #InterSystems IRIS Open Exchange app 1 0 1 216
Article Daniel Aguilar · Jun 29, 2023 2m read How to Create Newman Tests in Postman Hello Community! I'm going to try to explain how to create test for Postman collections for use it with my app IRIS Api Tester. Yet, What is Newman?: #API #REST API #Testing #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 2 0 0 328
Article Daniel Aguilar · Jun 29, 2023 3m read IRIS Api Tester Hello Community!! I just upload my lastest application "IRIS Api Tester" to the Open Exchange. It's a docker project with InterSystems IRIS + Newman that will allow you to test your Postman Collections in a quick and easy way.. It's ready to work out of the box, you just have to clone the repo: https://github.com/daniel-aguilar-garcia/irisapitester Run the docker-compose file: #API #Docker #REST API #Testing #InterSystems IRIS #InterSystems IRIS for Health #Open Exchange Open Exchange app 2 1 1 487
Article Daniel Aguilar · Jun 26, 2023 9m read IrisSAP Connector Hi Community! #Docker #Interoperability #InterSystems IRIS Open Exchange app 4 0 2 604
Article Daniel Aguilar · Mar 18, 2023 3m read Stored Procedures the Swiss army knife of SQL One of the reasons why I love Cache and Iris is that not only you can do anything you can imagine, also you can do it in a lot of different ways!!. Imagine that you have an integration running with IRIS connected by ODBC you probably only run SQL queries but you can also create stored procedures and inside write the code to do everything you can imagine. I'm going to give you some examples but the limit is your imagination!! #SQL #Tutorial #Caché #InterSystems IRIS 13 1 2 428
Article Daniel Aguilar · Feb 12, 2023 6m read How to add Api-Key validation in REST requests Hi! recently I have to apply api-key validation to a web app with a lot of endpoints and I'm going to tell you how I did it in a centralized way. I'm going to explain you how we can apply in a generic way (or not) api-key validation to all the endpoints of our web app. #API #REST API #Security #InterSystems IRIS 1 0 2 474
Article Daniel Aguilar · Feb 5, 2023 2m read COS Url Shortener Hi Community! I want to share with you mi first Open Exchange application. It's a tool to made our developments easier. It's a micro service in a IRIS docker that help us in our new features giving us a way to add short links in our SMS, Email campaigns and for links of the different stores for our apps. It's very easy to use it. Simply clone this repo: https://github.com/daniel-aguilar-garcia/cos-url-shortener.git #Contest #REST API #Tools #InterSystems IRIS #InterSystems IRIS for Health #Open Exchange Open Exchange app 1 0 0 326
Article Daniel Aguilar · Oct 12, 2022 2m read New Feature %ZEN.proxyObject send numeric as String Hi Developers!!, I know what you are thinking... a new feature for ZEN.proxyObject...? NOW..??? In Spain we say that better late than never ;-) Have you ever need to send a numeric attribue of a Json in String format? Did you go crazy casting class objects with fixed typed properties? Lucky you!! With this new feature I propose a way to continue working with our loved dynamic object %ZEN.proxyObject, being able to choose whether or not we want to send numeric attributes in String format. #JSON #Caché 2 1 0 364
Question Daniel Aguilar · Mar 30, 2022 $ZTIMESTAMP in local time How do you get a $ZTIMESTAMP in local time?. I have found this solution and it works: Set LocalTimestamp=$ZDATETIMEH($ZTIMESTAMP,-3) Do you use any better way? #ObjectScript #Caché 0 5 0 310
Question Daniel Aguilar · Jul 13, 2021 Initialise object list How do you initialise a list of objects of a particular type? I have tried the following code and I get an undefined when I try to insert. I can do this and it works but I don't know if it is correct. Is there any way to do something like this? Set a= New list of Accciones() Thank you. #ObjectScript #Caché 0 3 1 332