New post

Pesquisar

Question
· Apr 29, 2024

Export a Production class where the Xdata block items are consistently sorted?

When using something like BeyondCompare when working with production class exports, the XData block "items" content very rarely if ever wind up in the same order making Beyond compare a total mess.

Is there a way of either sorting it on the export, or would I have to find (or write) some XSLT-based tool to go into the exported class and sort all the items? Does anyone know of a tool like that available?

Thanks!

Discussion (0)1
Log in or sign up to continue
Digest
· Apr 29, 2024

Publicações Desenvolvedores InterSystems, Abril 22 - 28, 2024, Resumo

Abril 22 - 28, 2024Week at a GlanceInterSystems Developer Community
Digest
· Apr 29, 2024

InterSystems Developers Publications, Week April 22 - 28, 2024, Digest

Articles
Announcements
#InterSystems IRIS
#Global Masters
#InterSystems IRIS for Health
#HealthShare
#Learning Portal
Questions
#InterSystems IRIS
convert dd/mm/yyyy --> yyyymmdd
By Krishnaveni Kapu
SSL/TLS Client/OAuth2 Configuration - Testing
By Scott Roth
Internal of ObjectScript -- source code of Standard Library
By Alin Soare
subString before last delimeter
By Krishnaveni Kapu
Line Terminators and File/Stream Classes - A Few Questions
By Michael Davidovich
terminal attached to the JOB
By Davi Massaru Teixeira Muta
scripting out Integrty check and the result output
By Feng Wang
How to create a database with its associated resource using merge command ?
By Sylvain Guilbaud
Complete novice question
By James Rutledge
Possible to export a class without specific members?
By Pravin Barton
How to debug with VSCode
By Basil Eldhose
How to read XML data in a routing rule
By Krishnaveni Kapu
SQL Cached Queries understanding
By Ashok Kumar
Failed to allocate TCP Buffer for zlib compress.
By Shiraz Shakil
#Caché
#InterSystems IRIS for Health
#Ensemble
#VSCode
April 22 - 28, 2024Week at a GlanceInterSystems Developer Community
Question
· Apr 29, 2024

Page not found in Zen application

Hi Guy,

Made a fresh new Install of our currently working application from our current server to a new one but when trying to run the application in the new server it raises a page not found error:

this is the web application setup

Not sure what I'm missing? 

I've installed and mapped all classes similar to our old working system and I can access all classes in studio with not issues and do queries in management portal, but when trying to build all I get a message "Nothing to compile " usually rebuilding always compiles all classes even if they are already compiled, not sure if this one of the reasons !?

 

Thanks

4 Comments
Discussion (4)2
Log in or sign up to continue
Article
· Apr 29, 2024 12m read

Création d'une application interfonctionnelle IRIS en <150 lignes de code

Le défi du Lo-Code

Imaginons la scène.  Vous travaillez tranquillement au sein de Widgets Direct, le premier détaillant de Widgets et d'accessoires pour Widgets sur Internet.   Votre patron vous annonce une nouvelle désastreuse : certains clients ne sont peut-être pas satisfaits de leurs widgets et nous avons besoin d'une application d'assistance pour assurer le suivi de ces réclamations.   Pour rendre les choses plus intéressantes, il veut que cette application ait une très faible empreinte de code et vous demande de livrer une application en moins de 150 lignes de code à l'aide d'InterSystems IRIS.  Est-ce possible?

Avertissement : cet article présente la construction d'une application très basique et omet, par souci de concision, des éléments de détail tels que la Sécurité et la Gestion des erreurs.   Cette application ne doit être utilisée qu'à titre de référence ni pour une application de production.  Cet article utilise IRIS 2023.1 comme plate-forme de données, certaines fonctionnalités décrites ne sont pas disponibles dans les versions antérieures

Étape 1 – Définition d'un modèle de données

Nous commençons par définir un nouvel espace de noms propre - avec une base de données de codes et de données. Bien que tout soit regroupé dans une seule base de données, il est utile de diviser ces bases pour permettre l'actualisation des données.

1 Comment
Discussion (1)2
Log in or sign up to continue