查找

Artículo
· 14 nov, 2024 Lectura de 2 min

第二十一章 TCP 客户端 服务器通信 - 客户端OPEN命令

第二十一章 TCP 客户端 服务器通信 - 客户端OPEN命令

客户端OPEN命令

客户端OPEN命令与服务器端OPEN命令只有一个方面的不同:第一个设备参数必须指定要连接的主机。要指定主机,需要包括客户端识别为主机的名称或Internet地址。

一旦建立连接,OPEN开就会成功。此时,可以读取或写入该TCP设备。但是,如果连接的服务器端是另一个IRIS进程,则在使用WRITE命令将一些数据从客户端发送到服务器之前,服务器不会完成其连接端。因此,必须在发出任何读取命令之前发出写入命令。

客户端 OPEN 命令的一些示例是:

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

Having problems passing-through an X12 message. What am I missing?

What settings do I need to just passthrough an X12 messages from a BS to BO and out the BO without modifying the message?

Currently, we are receiving the X12 messages but, it seems Iris is modifying it by "hiding" some segments like the ISA segment. The message goes out the BO modified and it doesn't reach its destination. Since I just want to pass it through, there is no BP, DTL, or Rule processing the message. Message is received by the BS and sent directly to the BO. 

My current settings:

  1. The BS is set as
    • TCP with Class Name: EnsLib.EDI.X12.Service.TCPService
    • Adapter Class Name: EnsLib.EDI.X12.Adapter.TCPInboundAdapter
    • Doc Schema Category: HIPAA_5010
    • Batch Handling: Individual
    • Framing: None
7 comentarios
Comentarios (7)2
Inicie sesión o regístrese para continuar
Anuncio
· 14 nov, 2024

[Video] Using iService for Cloud Product Support

Hi, Community!

Are you using InterSystems Cloud Services? See how to get support directly in the app:

Using iService for Cloud Product Support

In this video, you will learn how to:

  • Initiate and manage a support request.
  • Create a new ticket.

Using iService, you can interact with InterSystems support staff and quickly resolve an issue.

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

How to control the order of columns displayed when accessing from an ODBC tool

InterSystems FAQ rubric

By default, the order of columns in a table is determined automatically by the system. To change the order, explicitly set the order for each property using the property keyword SqlColumnNumber when defining the class.

Example:

Property Name As %String [SqlColumnNumber = 2];

Please see the documentation below.

SqlColumnNumber

If you want to change the SQL table name, specify SqlTableName. If you want to change the column name (field name), specify SqlFieldName.

Both apply only to persistent classes.

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

Cómo gestionar suscripciones en InterSystems Ideas:

¡Hola Comunidad! 

Sabemos lo frustrante que puede ser recibir muchos correos electrónicos (y definitivamente no queremos aumentar vuestra carga), así que aquí os explicamos cómo podéis configurar las notificaciones por correo electrónico para el portal de InterSystems Ideas.

Por defecto, todos los usuarios registrados están suscritos a todas las categorías de ideas. Para cambiar esto, solo tenéis que acceder a vuestro perfil en el portal de Ideas, seleccionar "Editar perfil", luego hacer clic en el apartado "Correo electrónico con resumen semanal", hacer clic en "Categorías para resaltar" y elegir lo que os interesa.

 

También hay un par de cosas que debéis saber.

1. Cuando creáis una idea o votáis por una idea existente, os suscribís automáticamente a los cambios de estado y los comentarios relacionados con esa idea.

2. Podéis suscribiros o desuscribiros de las notificaciones relacionadas con una idea específica utilizando el botón "Suscrito" en la esquina superior derecha.

Si apoyáis una idea pero no queréis recibir notificaciones sobre ella, por favor, no canceléis vuestro voto para desuscribiros, usad en su lugar el botón "Suscrito".

3. Para ver las ideas a las que os habéis suscrito, utilizad el filtro "Mis suscripciones" en el menú principal del portal de Ideas. Este filtro está disponible después de iniciar sesión en el portal.

Allí, podéis gestionar vuestras suscripciones a cada idea.

4. Si no queréis recibir notificaciones del portal de Ideas en absoluto, por favor, enviad un mensaje privado a @Vadim Aniskin.


Looking forward to your new ideas, comments, and votes on the InterSystems Ideas! 

¡Deseando ver vuestras ideas, comentarios y votos en el portal de InterSystems Ideas!

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