Nueva publicación

Encontrar

Artículo
· 22 nov, 2024 Lectura de 1 min

Como mencionar alguém numa publicação

Olá Comunidade!

Você já deve ter encontrado menções de outros membros em outras publicações, e aqui está um tutorial de como você pode fazer isso.

As menções permitem que você marque uma pessoa em sua postagem e, ao mesmo tempo, esse membro da Comunidade é notificado de que foi mencionado. Para fazer isso, não basta apenas inserir um link para o perfil do usuário - nesse caso, o membro não receberá a notificação. Em vez disso, você precisa usar o símbolo @ e começar a digitar o nome do usuário que deseja mencionar.

Por exemplo, se você começar a digitar "@Sco", você verá uma lista com as possibilidades:

O sistema vai mostrar a você todos os membros que tem "sco" no nome em qualquer posição.

Também pode haver uma situação em que um membro tem um nome diferente do usuário, por exemplo:

Então se você não conseguir encontrar o membro que deseja marcar assim, dê uma olhada no seu perfil, por exemplo:

Enquanto estiver lá, apenas clique no usuário e ele será copiado para sua área de transferência e você só precisa inserir no seu post.

E é isso. Divirta-se e use com sabedoria!

Comentarios (0)1
Inicie sesión o regístrese para continuar
Artículo
· 22 nov, 2024 Lectura de 1 min

设置Windows IIS 用于显示 HTTP 返回的错误详细信息

当我们将 InterSystems IRIS 安装在Windows 系列操作系统中时,往往同时使用IIS 作为其Web 服务器。

但这时候我们却发现,由RESTful返回的错误信息却不能正常显示出来了,特别是在调试程序的时候,非常不方便。

比如在测试 FHIR Post/Put 请求时,我们的请求消息体中包含不正确的内容,这时我可以看到返回的是HTTP 400 Bad Request的返回内容.

我无法具体知道请求消息体哪句出错了,这对我调试程序造成很大困扰。

 

解决方法:

1. 打开IIS的管理页面,双击 错误页

2. 选择右侧 编辑功能设置

3. 选择错误响应下的 详细错误 选项。

我们再次请求,此时可以看到页面上显示了详细的错误信息

相关详细信息可以查看文档:Configuring IIS to Return SOAP Fault Details 以及 HTTP Errors

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 22 nov, 2024

Desabilitar Transação no SQL

Olá, gostaria de saber se existe uma maneira de desabilitar o modo de transação ao executar o delete de uma tabela com sql

exemplo:

&SQL(DELETE FROM tabela where data>=:dataInicio and data<=:dataFim)

nesse exemplo estou executando o comando
do $system.OBJ.SetTransactionMode(0)

Porém quando executo o DELETE o processo entra em modo de transação.

2 comentarios
Comentarios (2)1
Inicie sesión o regístrese para continuar
Anuncio
· 22 nov, 2024

InterSystems "Bringing Ideas to Reality" Contest

Hi Developers,

🎄 Christmas cheer is in the air, and we decided to try something new for the last programming contest of the year. Welcome the 

🏆 Bringing Ideas to Reality Contest 🏆

Submit an application that implements an idea from the InterSystems Ideas Portal that has statuses Community Opportunity or Future Consideration and requires doing the actual programming 😉

Duration: December 2 - 22, 2024

Prize pool: $14,000

 

The topic

💡  Bringing Ideas to Reality 💡

In this contest, we expect applications that implement any idea you like from the InterSystems Ideas Portal that has statuses Community Opportunity or Future Consideration.

General Requirements:

  1. An application or library must be fully functional. It should not be an import or a direct interface for an already existing library in another language (except for C++, where you really need to do a lot of work to create an interface for IRIS). It should not be a copy-paste of an existing application or library.
  2. Accepted applications: new to Open Exchange apps. Our team will review all applications before approving them for the contest.
  3. The application should work either on IRIS, IRIS for Health or IRIS Cloud SQL. The first two could be downloaded as host (Mac, Windows) versions from Evaluation site, or can be used in the form of containers pulled from InterSystems Container Registry or Community Containers: intersystemsdc/iris-community:latest or intersystemsdc/irishealth-community:latest .  
  4. The application should be Open Source and published on GitHub or GitLab. 
  5. The README file to the application should be in English, have a link to the implemented idea, contain the installation steps, and either the video demo or/and a description of how the application works.
  6. No more than 3 submissions from one developer are allowed.

NB. Our experts will have the final say in whether the application is approved for the contest based on the criteria of complexity and usefulness. Their decision is final and not subject to appeal.

Prizes

1. Experts Nomination - a specially selected jury will determine the winners:

🥇 1st place - $5,000 

🥈 2nd place - $3,000 

🥉 3rd place - $1,500

🏅 4th place - $750

🏅 5th place - $500

🌟 6-10th places - $100

2. Community winners - an application that will receive the most votes in total:

🥇 1st place - $1000 

🥈 2nd place - $750 

🥉 3rd place - $500

🏅 4th place - $300

🏅 5th place - $200

If several participants score the same number of votes, they are all considered winners, and the prize money is shared among the winners. 

Who can participate?

Any Developer Community member, except for InterSystems employees (ISC contractors allowed). Create an account!

Developers can team up to create a collaborative application. 2 to 5 developers are allowed in one team.

Do not forget to highlight your team members in the README of your application – DC user profiles.

Important Deadlines:

🛠 Application development and registration phase:

  • December 2, 2024 (00:00 EST): Contest begins.
  • December  15, 2024 (23:59 EST): Deadline for submissions.

 Voting period:

  • December  16, 2024 (00:00 EST): Voting begins.
  • December  22, 2024 (23:59 EST): Voting ends.

Note: Developers can improve their apps throughout the entire registration and voting period.

Helpful resources

✓ Example applications:

✓ Templates we suggest to start from:

✓ For beginners with IRIS and Python:

✓ For beginners with IRIS and ObjectScript:

✓ For beginners with ObjectScript Package Manager (ZPM):

✓ How to submit your app to the contest:

Need Help?

Join the contest channel on InterSystems' Discord server or talk with us in the comments section of this post. 

We can't wait to see your projects! Good luck 👍


By participating in this contest, you agree to the competition terms laid out here. Please read them carefully before proceeding. 

 
14 comentarios
Comentarios (14)4
Inicie sesión o regístrese para continuar
Pregunta
· 22 nov, 2024

IKO, webgateways and the DirectoryIndex

Good morning dear community,

This is like my first post in this community. Let's see how this turns out.
I have a question about the Intersystems Kubernetes Operator and the deployment of the webgateways.

I am responsible for the hosting and deployment of the apps. For the future we are planning to host our application in a kubernetes cluster. I am using the IKO for this.
I am using webgateways, for external access as separate pods. And sidecar containers for internal access, like the management portal.

My current Problem is the configuration of the webgateways. Our application is hosted on /csp/reise/, but I specifically need to specify our index.csp, to access the application /csp/reise/index.csp

Of course, this is not very pretty.

I have already set the DirectoryIndex to index.csp and even /csp/reise/index.csp, but when I access /csp/reise and /csp/reise/.
I get an error 404 on both urls.
But I am able to access /csp/reise/index.csp

This is my current CSP.conf, which is just the basic autogenerated configuration, but I added the RedirectMatch and DirectoryIndex.

    CSPModulePath "${ISC_PACKAGE_INSTALLDIR}/bin/"
    CSPConfigPath "${ISC_PACKAGE_INSTALLDIR}/bin/"

    RedirectMatch ^/$ /csp/reise/
    DirectoryIndex index.csp index.html

    <Location "/csp/reise">
        CSP On
        SetHandler csp-handler-sa
    </Location>

    <Directory "${ISC_PACKAGE_INSTALLDIR}/bin">
    AllowOverride None
    Options None
    Require all granted
    <FilesMatch "\.(log|ini|pid|exe)$">
        Require all denied
    </FilesMatch>
    </Directory>

My suspicion is, that the apache server expects an existing file, for the DirectoryIndex to be functional.
But since this just forwards the request, apache can't handle this.

I am thinking if the webgateway would be better suited with nginx, or if my ingress controller could handle the incoming traffic.

Am I missing something? Is this just not possible to achieve?

Thank you for your help.

Comentarios (0)1
Inicie sesión o regístrese para continuar