新しい投稿

検索

お知らせ
· 2024年12月19日

Le Père Fouettard a volé notre récapitulatif !

Chers membres de la Communauté,

Il semble que le Père Fouettard ait joué un mauvais tour et ait emporté notre récapitulatif avant qu’il ne puisse être publié ! 🎄😅 Pas d’inquiétude, nos lutins s’activent pour le récupérer, et il sera en ligne très bientôt.

Restez à l’écoute, nous vous promettons de le ramener à temps pour partager toute la magie (et les détails) que vous attendez. Merci pour votre patience et préparez-vous pour le retour de notre récap festif !

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年12月19日

[Online exercise] Optimize your development with containers

👩‍💻Looking to boost efficiency in your development and deployment process? See how Docker containers can help.

Docker containers and InterSystems IRIS  

In this hands-on exercise (2h), set up Docker and start building a containerized InterSystems IRIS® data platform application that simulates an online coffee maker store.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年12月19日

Looks Like Grinch Stole Our Recap!

Dear Developer Community,

It seems the Grinch got a little mischievous and swiped our recap before it could make its grand debut! 🎄💚 But don’t worry — our developer elves are hard at work tracking it down, and the full recap will be online shortly.

Hang tight, and we promise to have it back in time to spread all the holiday cheer (and the details you’re waiting for). Thanks for your patience, and keep an eye out for the return of our festive recap!

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年12月19日

Article "Ansible modules and IRIS demo" qlist bug

Has anyone tried the Ansible module for qlist in the article "Ansible modules and IRIS demo"?

There appears to be a bug in the qlist code as it assumes that the qlist output has an undocumented field.

I do not have the undocumented field in the output.when I run qlist so I keep getting the error "Unexpected IRIS qlist output format".

I assume that in most cases there is no undocumented field in the output.

In this module:
"iris_qlist.py"
in this test:
"if len(items) != len(IRIS_INSTANCE_DETAILS):
    module.fail_json(msg="Unexpected IRIS qlist output format", output=stdout)"
should be:
"if len(items) < len(IRIS_INSTANCE_DETAILS):
    module.fail_json(msg="Unexpected IRIS qlist output format", output=stdout)"
as this array
"IRIS_INSTANCE_DETAILS"
has an extra member that usually does not exist
"iris_qlist_extra_field_not_in_documentation"

What does everyone think?

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください