查找

記事
· 2024年7月18日 1m read

How to put application logs into the global ^ERRORS

InterSystems FAQ rubric

This can be done with TRY-CATCH:

 #dim ex As %Exception.AbstractException
 TRY {
    //Code that causes an error
  }
  CATCH ex {
     do ex.Log()
  }

If you use ^%ETN, call it from the BACK entry (BACK^%ETN).

Please also take a look at the related article: How to get application errors (^ERRORS) using a command

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

[Water Cooler Talk] Developer Copilots: yay or nay?

Hi Community!

I was recently asked my opinion of the GitHub Copilot. Since I haven't tried it myself, I decided to do some research 😀 And what better place to do it other than on the Developer Community 😜 

So, I get the idea in general. AI and machine learning algorithms offer real-time code suggestions, automate repetitive tasks, and help developers write code more efficiently. That sounds pretty good. It should increase productivity, reduce the number of errors, and help in learning. But there is definitely a dark side to this. Sometimes, even code completion makes me blow a gasket. What will the copilot do? And who decides if it's the best approach to writing code? 

So, who has actual experience with developer copilots? What are your thoughts? Which one did you try? Did you like it? Did it make you tick? Any input is welcome!

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

[Video] Generative AI in Use

Hi, Community!

Do you think Generative AI can make your life easier? See some potential use cases for GenAI in the latest video from Learning Services:

Generative AI in Use

Find out how GenAI is impacting everything from healthcare to software development, and how it can be used to improve productivity and increase efficiency.​

👩‍💻 Ready to try it yourself? Learn how to improve your prompt writing abilities to get the most out of generative AI (exercise, 40m).

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

[Video] Cenário de Criptografia para Dados em repouso

Olá Desenvolvedores,

Assista a este vídeo para descobrir uma abordagem analítica à criptografia do InterSystems IRIS e como ela interage com a compactação e desduplicação de armazenamento em comparação com a criptografia em nível de armazenamento:

⏯ Encryption Landscape for Data at Rest @ Global Summit 2023

🗣  Aprentadora: @Can (Jon) Gencler, Technical Specialist, InterSystems

Inscreva-se no nosso canal do YouTube InterSystems Developers para ficar atualizado!

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