Question Werner Noske · Jan 21, 2022

When I installed the IRIS 2021.2 Community Edition, I found some Globals, which seem to be set for the Intersystems Ensemble and DeepSee products. For me that is an annoying design error in those products and only confusing my developers.

As I do not want to use these, I tried to delete them, because they interfere in the list of globals mixed with our own Globals.

But for several of the EnsEdi Globals I get an error message telling me, they can't be deleted, because they are wrong.

Is there a way to get rid of them? Or do I have to wait for a new IRIS version?

5
0 307
Question Werner Noske · Jun 14, 2021

I'm building a Flutter app for smartphones and with same code a Flutter web app.

Both are using IRIS with a RestAPI.

As described in your documentation

I added

  • "x-ISC_DispatchParent":"solidara.CorsDispatch"

in the Info block of the Swagger definition and added

  • Parameter HandleCorsRequest = 1;

in the spec file after generating the RestAPI.

I also copied the example dispatch class to

  • Classsolidara.CorsDispatch
3
0 835
Question Werner Noske · Dec 25, 2020

Hi,

I'm moving my development to a new PC based on UBUNTU Linux now to be compatible with IRIS.

I found out, that the Atelier plugin for Eclipse is not available anymore on Eclipse Marketplace and https://atelier/jfrog.com/atelier/updates/stable/1.3.

And I was was wondering, that noone has commented this here until now and Intersystems is still mentioning the old sources in the document https://download.intersystems.com/download/atelier.csp

3
0 493