Nova postagem

Encontrar

Artigo
· Fev. 16 2min de leitura

第二十五章 S 开头的术语

第二十五章 S 开头的术语

以 S 开头的术语

模式演变 (schema evolution)

对象(Objects)

模式演变允许你在不丢失使用旧类定义存储的数据访问能力的情况下,为类添加新的类成员。

搜索用户 (search user)

系统

IRIS 连接到 LDAP 服务器的用户,其权限允许搜索 LDAP 数据库。其值在 LDAP 配置页面(系统管理 > 安全 > 系统安全 > LDAP 配置)的 LDAP 搜索用户 DN 或用于搜索的 LDAP 用户名字段中指定。(请注意,如果启用了 Kerberos,页面名称和菜单选项中会包含 Kerberos。)

次要卷 (secondary volume)

系统

Discussão (0)1
Entre ou crie uma conta para continuar
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