Nova postagem

Encontrar

Artigo
· Fev. 14 2min de leitura

第二十四章 R 开头的术语

第二十四章 R 开头的术语

结果集 (result set)

对象(Objects)

结果集包含查询返回的数据。可以使用查询接口处理结果集。

角色 (role)

系统

InterSystems 安全系统中的实体,可以接收执行操作和查看或更改数据的能力。这些能力以特权的形式授予角色。当用户成为角色的成员时,它会获得角色的特权。

角色分配机制 (role-assignment mechanism)

系统

将各种角色赋予用户以使用 IRIS 的方式。角色分配可以使用 IRIS 原生机制、LDAP 或委托(即用户定义)代码进行。这是授权过程的一部分。

回滚 (roll back)

系统

在系统故障后从 IRIS 数据库中移除不完整事务的过程。IRIS 在其恢复程序中移除这些更改。请参见日志记录、事务。

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Fev. 14

Meilleurs auteurs de la Communauté des Développeurs en 2024

Chers membres de la communauté,

Les premiers mois de l'année sont le moment de faire le bilan de l'année précédente et de récompenser les participants qui ont le plus contribué au développement de notre Communauté. Dans l'annonce original, les utilisateurs avec le plus grand nombre d'articles, le plus des réponses acceptées et le plus d'attention à leur travail ont été marqués. Je suis extrêmement heureuse de constater que parmi les meilleurs il y a aussi des membres actifs de notre Communauté francophone !

Nom du badge Badge Gagnant
Best-Selling Authors 2024

@Iryna Mykhailova 

@Sylvain Guilbaud 

@Guillaume Rongier

@Pierre LaFay 

DC Experts 2024

@Guillaume Rongier

@Sylvain Guilbaud 

@Robert Barbiaux 

DC Opinion Leaders 2024

@Iryna Mykhailova 

@Sylvain Guilbaud 

@Guillaume Rongier

@Pierre LaFay 

Nos plus sincères félicitations à tous les gagnants ! Merci à vous tous pour vos contributions au développement de cette Communauté !

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Fev. 14

How to get IPM module name from source directory

For some build scripting with the InterSystems Package Manager, I'd like to first uninstall a package with `zpm "uninstall"` and then load it from disk using `zpm "load"`. That way anything that got deleted from the source will also be deleted from IRIS. 

The problem is that `zpm "uninstall"` takes in a module name and I only have the directory path to the package source. Is there a way to get the module name for an installed IPM module given the source path? It's okay  to assume that it has previously been installed from that same directory with `zpm "load"`.

1 Comment
Discussão (1)2
Entre ou crie uma conta para continuar
Pergunta
· Fev. 14

Is there a way to programmatically delete suspended messages?

Is there a way to delete suspended messages rather than using the WebMgmt gui?  

We have over three million in one namespace, and using the gui I can only do 2000 at a time. 

I was thinking of using delete in sql like  Ens.MessageHeader where Status = 'Suspended'

But I don't know if that is a clean way to do it.

15 Comments
Discussão (15)4
Entre ou crie uma conta para continuar
Artigo
· Fev. 14 2min de leitura

New Live URL Link Replacement Tokens within CCR Text Fields: meet <smp>, <smpPrefix> and <homepage>!

CCR users can now take advantage of an enhanced syntax for substituting pre-defined tokens with live URL links within phase-related text fields. In addition to the existing <env> token which automatically updates to reflect the Environment of the relevant CCR Record, CCR now introduces three new keywords: <smp> , <smpPrefix> , and <homepage>.

The new <smp> token automatically replaces itself with the URL of the Management Portal's homepage for the System associated with the CCR Record in the Environment that most recently received changes to the Record. For example, if a CCR Record is under a BASE-TEST-LIVE System and currently in the LIVE Environment, using <smp> within the 'Testing Plan' text field and clicking on the generated link will direct the user to the LIVE Environment's Management Portal, since that is where the Record currently resides.

<smpPrefix>, meanwhile, manifests as the most basic prefix included in every URL for the System's Management Portal. This makes it easy to dynamically link to any specific Management Portal page in the correct environment - you just need to append the correct suffix! For example, to access the SQL tab of the System Explorer you would write <smpPrefix>exp/%25CSP.UI.Portal.SQL.Home.zen.

Finally, the new <homepage> token behaves like the previous two tokens, but it links to the homepage of the CCR Record’s System in the relevant Environment instead of the Management Portal.

See these changes in action in a short demo below!

   

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar