查找

公告
· 六月 26, 2024

Upgrade your skills with VS Code training

Migrate to VS Code this summer with our comprehensive Basics and Advanced Features training courses.

George James Software is offering migration strategies and training to support the adoption of VS Code with InterSystems IRIS, IRIS for Health, HealthShare, and Caché. We're in the unique position of having deep knowledge and understanding of both InterSystems platforms and VS Code, through our regular contributions to VS Code itself.
 

Studio to VS Code Migration - The Basics (2.5 hours)
An interactive training webinar for those who currently use Studio and wish to migrate to VS Code. Suitable for those who have little or no experience with VS Code and want hands-on help in getting set up and explaining the basics of how to make the transition.
Upcoming dates: Wed, July 17th + Wed, Sept 18th
Price: $450 / £450 / €450 per person
Find out more >


VS Code for ObjectScript - Advanced Features (2.5 hours)
Tailored for ObjectScript developers, in this interactive training webinar you'll learn how to take your server-side VS Code setup to the next level.
Upcoming dates: Wed, Jul 24th + Wed, Sept 25th
Price: $450 / £450 / €450 per person
Find out more > 

More than 4 people from your organization planning to attend? Our bespoke training or full-service migration may be more appropriate.


To book your place on one of our webinars please email us at info@georgejames.com, or send me a direct message, with the date you would like to book and how many people will be attending. For our bespoke training sessions email us with an overview of your setup and if there is anything specific you would like us to focus on.

讨论 (0)2
登录或注册以继续
公告
· 六月 26, 2024

Prepare for InterSystems IRIS SQL Specialist certification

Are you signed up to take the new InterSystems IRIS SQL Specialist certification exam? Get ready with these in-person and self-paced learning resources!

Find even more resources to prepare—and information about signing up for the exam—in this Developer Community post.

讨论 (0)1
登录或注册以继续
讨论 (9)4
登录或注册以继续
文章
· 六月 26, 2024 阅读大约需 2 分钟

Commentaires sur Open Exchange - #44

Si l'un de vos package sur OEX fait l'objet d'une évaluation, vous n'êtes informé par OEX que de VOTRE propre package.   
L'évaluation reflète l'expérience de l'évaluateur avec le statut trouvé au moment de l'évaluation.   
Il s'agit en quelque sorte d'un instantané qui peut avoir changé entre-temps.   
Les évaluations par d'autres membres de la communauté sont marquées d'un * dans la dernière colonne.

J'ai également placé un certain nombre de Pull Requests sur GitHub lorsque j'ai trouvé un problème que je pouvais résoudre.    
Certaines ont été acceptées et fusionnées, d'autres ont été ignorées.     
Donc si vous avez fait un changement majeur et que vous attendez une révision modifiée, faites-le moi savoir.

# Package Review Stars IPM Docker *
1 AlertDashboard now with Docker 5.0   y  
2 Document Converter really useful tool + Docker 5.0   y  
3 IRIS OData Client now with Docker 5.0   y  
4 IRISDocDBRESTAPIPostmanCollectionSample interesting experience 5.0      
5 ISC-operationaldashboard With DOCKER as base for testing 5.0   y  
6 Database Growth - Data Collection and Analysis Docker support added 4.5   y  
7 Enhanced Monitor Manager now with Docker for testing 4.5   y  
8 Student score query Docker + IPM added 4.0   y  
9 COS-MQTTClient with DOCKER + IPM 4.0   y  
10 XList - for declarative and functional programming docker + IPM added 4.0   y  

.

Le flag IPM manquant peut avoir 2 raisons
- la Pull Request correspondante a été ignorée
- la publication en IPM n'a pas été signalée lors de la mise à jour de l'OEX
Les deux raisons sont des décisions du propriétaire du paquet

讨论 (0)1
登录或注册以继续
问题
· 六月 25, 2024

Erreur de compilation sur IRIS 2024.01 sans changement de code

Bonjour,

Suite à la mise à jour d'IRIS de la version 2022.3 à 2024.01, une erreur de compilation apparaît lors de la compilation de la requête `qryGetAllLinkedActByAct` dans la classe `Di.Act`, bien que le code n'ait pas été modifié.

Voici la requête concernée :

Query qryGetAllLinkedActByAct(actId As %String) As %SQLQuery(CONTAINID = 1) {
    SELECT %ID, count(*) as maxRow FROM Di.Act WHERE (linkedAct = :actId) and status <> 'C'
}

Avant la mise à jour, tout fonctionnait correctement. L'erreur indique que le stockage de colonne n'est pas autorisé avec la licence actuelle. Des idées pour résoudre ce problème sans modifier la licence ?

Voici l'erreur complète

 ERREUR #5521: SQLError: SQLCODE=-157 %msg=Error compiling query qryGetAllLinkedActByAct in class "Di.Act": Le stockage de colonne est utilisé dans le tableau 'DI.ACT', mais il n'est pas autorisé avec la licence actuelle
  > ERREUR #5030: Une erreur s'est produite lors de la compilation de la classe Di.Act

Le soucis ne se produit pas lorsque je retire l'index suivant de la classe ( l'index est de type %Library.FunctionalIndex)

 Index wbI On (wbActDStart, wbActDEnd, stay) As Care.fidx.wb.WBIndex(ISACTPID = 1);

Comment faire fonctionner la compilation sans retirer cet index ?

Merci pour votre aide.

2 Comments
讨论 (2)2
登录或注册以继续