问题标签 [intersystems-iris]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
database - 如何在 mybatis 中为 IRIS 数据库设置 Schema
我的 Intersystem IRIS 数据库包含多个模式,即每个开发人员都有自己的模式。从 Spring Boot 应用程序访问数据库时,出现以下错误:
这是因为我无法在表名之前指定架构。如果我在代码中将其硬编码为 schema.table_name,那么代码工作正常。
有没有办法通过 mybatis 的属性文件在全局级别设置这个 Schema。
intersystems-ensemble - 如何在 %SOAP.Webclient 中更改 Soap ns2 消息的命名空间
我使用 Atelier 的向导创建了一个肥皂客户端连接,它创建了所有消息(请求和响应)和业务操作对象。
此soap 连接将用于与其他SOAP Web 服务连接(更改URL),但信封的名称空间将与目的地不同。
我已经对 Soap 类进行了更改,为信封添加了我的命名空间
它有效,只有我必须在生产中创建一个新的 BO 项目并为目标设置命名空间。
但是 ns.actType 在定义中有属性命名空间(正如我所说,这个对象是用 Atelire (SOAP) 的向导创建的)并且它用于所有 BO。
因此,当 invokeClient 方法创建 SOAP 信封时,它看起来像这样:
有没有办法以编程方式更改节点的命名空间?
最好的问候, Kurro López
intersystems-iris - 我是否需要为我的缓存实例启用 LDAP 身份验证,而不是在单个 CPS 应用程序中使用 LDAP 身份验证?
目前,我正在开发一个应该生成报告的 CSP 应用程序。用户将对所述报告有不同的访问权限。为了实现这一点,我计划使用 LDAP(因为它在其他已经存在这些用户的系统中使用)。文档没有提供足够的信息,所以我想澄清一下:我是否需要为整个缓存实例启用 LDAP 身份验证才能在该实例的单个 CSP 应用程序中使用 LDAP 身份验证?
intersystems-iris - 父子持久对象的清除策略
我们在清除定义了父子关系的对象/表时看到了性能问题。由于子对象的数量,我们看到清除单个父表和所有子表的持续时间很长。有没有更好的方法来做到这一点并获得更高性能的清除任务?
我想先单独清除子表,然后删除父表是一种方法。还有另一种方法吗?
intersystems-iris - How to generate SOAP client when there are '/' characters in WSDL type definition in IRIS
We are connecting to a 3rd party SOAP web service. The wsdl looks like below
Please notice that the portType was defined as /cvpService.
Then when we are trying to use SOAP Wizard to generate a client for the service, we will encounter the following error which prevented the generation
It seems that '/cvpService' can not be used as a valid class name (or even method name) thus the generation failed.
Thus I have 2 questions about the failure
Considering portType works as the definition of a SOAP operation, is it even valid to name the operation with a starting '/', do we have some restriction on the naming of portType from WSDL standard?
If the naming is actually valid, how can we then generate a web service client against it?
Thanks.
intersystems-iris - 如何在运行时缩小 IRSTEMP db?
在运行了大量的日常统计数据之后,我的 IRSTEMP
已显着扩展。但 FreeSpace 显示 97% 的未使用和可用空间。如何在运行时缩小 IRSTEMP而无需关闭和手动干预?
intersystems-iris - 在运行时移动 IRIS 数据库?
我的磁盘空间快用完了,所以我想将 1 个 DB 移动到另一个硬盘驱动器。
在 IRIS 关闭期间,这是一个相当简单但耗时的操作。
但这在独立安装的运行时以某种方式可能吗?
我正在寻找一种“本地故障转移”
说明:镜像或阴影不是一种选择。
intersystems-iris - 将 IRIS 数据库拆分到多个驱动器
我正在寻找一种将 IRIS 数据库分布在多个(硬件)驱动器上的方法。
无需触及内部数据结构(例如映射)!
文件系统中是否有任何选项可以实现这种“拆分”或“附加”?
data-modeling - InterSystems IRIS 是否支持一对一关系?
InterSystems IRIS 是否支持对象模型中的一对一关系?
我参考了文档,但它只说明了一对多和父子关系类型。
intersystems-iris - 如何将 IRIS Health 连接到本地 FHIR 服务器
我想知道如何将 IRIS Health 连接到本地 FHIR 服务器。我想实现一个新功能。目前我正在使用 HAPIFHIR 服务器。
谢谢