Rechercher

Question
· Juin 9, 2024

iris terminal <instance name> -U <user id> -P <password> not working

I was trying to interact through IRIS terminal by giving user id and password from command-prompt, but iris terminal command is not recognizing. Please suggest how i can interact with iris terminal here. 

iris terminal <instance name> -U <user id> -P <password> not working

Please note i am new to IRIS. 

2 Comments
Discussion (2)1
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Juin 9, 2024

Key Questions of the Month: May 2024

Hi Community,

It's time for the new batch of #KeyQuestions from the previous month.

How Essential Questions Drive Purposeful Learning

Here are the Key Questions of May chosen by InterSystems Experts within all Communities:

📌 Modification d'un objet dynamique provenant d'un JSON by @Julia Pertin (FR)

📌 Difference between %KillExtent and %DeleteExtent by @Meenakshi Muthu (EN)

📌 Is there a way to do an override of a %ALL Global Mapping? by @Ben Spead (EN)

These questions will be highlighted with the #Key Question tag, and their authors will get the Key Question badge on Global Masters (when it's back).

If you find the key question(s) from other communities interesting, just drop us a line in the comments and we will translate the question(s) and the accepted answer(s).

Congrats, and thank you all for your interesting questions. Keep them coming!

See you next month😉

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 9, 2024

Automation of Administration Tasks

I am actually new to IRIS, and we are DevOps/PowerShell/Ansible team. We want to achieve certain administration tasks like updating Memory, Heap size, Lock size etc., in Management Portal through PowerShell. Is there any way i can achieve this without out logging in into Management portal. Off course, we have namespace, user id and password details. We have installed ODBC drive and able to update tables in the IRIS database. I have seen updating information in management portal getting updated in cpf file but vice versa i am not aware. i did not try though. 

4 Comments
Discussion (4)2
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Juin 8, 2024

Top Videos for InterSystems Developers in May 2024

Hey Community,

Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in May 2024:

 

Stay tuned with InterSystems Developers YouTube!

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Juin 8, 2024 1m de lecture

Como desabilitar timeouts de consulta ODBC

Rubrica InterSystems FAQ

Para desabilitar esse timeout, defina o timeout da query como desabilitado nas configurações de DSN (Data Source Name - Nome da fonte de dados):

Painel de controle Windows > Ferramentas de Administração > Fontes de Dados (ODBC) > Configuração de DSN do sistema

Se você marcar "Desabiltar o timeout de query", o timeout será desabilitado.

Se quiser mudar isso no lado da aplicação, você pode definir no nível da ODBC API.

Defina o atributo SQL_ATTR_QUERY_TIMEOUT quando chamar a função ODBC SQLSetStmtAttr antes de conectar à fonte de dados.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer