Pesquisar

Pergunta
· jan 19

cconsole alarm: ROLLFAIL: <STORE>rbbulk+27^ROLLBACK

Hi experts, please, do you know cause this errors in cconsole?
I'd like know what can I investigate.

01/16/25-18:25:40:081 (11368) 0 Job failed in StartDeepSeeAgents^%SYS.DeepSee:  tPriority=H, n=117, pAgentCount=128, pCount=116, $zu(56,3)=<UNKNOWN ERROR>, $zu(56,5)=JOB^%ZSTART, $zu(56,6)=
01/16/25-18:26:45:922 (10800) 2 ROLLFAIL: <STORE>rbbulk+27^ROLLBACK
01/16/25-18:26:45:922 (10800) 2 Process halts and system might hang when CLNDMN retries the rollback
01/16/25-18:26:45:922 (10800) 2 JOBEND_LOCKCLR: not all locks released in TRANSCB job#125, tid=125, h,t=0xbf0d4318,0xbf01b618
01/16/25-18:26:45:922 (14752) 2 Process terminated abnormally (pid 10800, jobid 0xada9007d) (Halted with an open transaction)
01/16/25-18:26:45:922 (14752) 0 Clean daemon has rolled back open transaction for job 125
01/16/25-18:26:45:922 (14752) 2 Process terminated abnormally (pid 10800, jobid 0xada9007d) (Halted with an open transaction)
01/16/25-18:26:45:922 (14752) 0 cleaned dead job, pid: 10800, jobid 0xada9007d

Thank you.

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Artigo
· jan 19 1min de leitura

2024.3 HTTP Interoperability Highlight - New Outbound OAuth 2.0 Settings

In your Interoperability Production you could always have a Business Operation that is an HTTP client, that uses OAuth 2.0 for authentication, but you had to customize the Operation for this authentication methodology. Since v2024.3, which was lately released, there is a new capability, providing new settings, to handle this more easily.

In your Business Operation that uses the HTTP Outbound Adapter, you will find new Settings, under the OAuth group.

For example:

  • Access Token Placement (Header | Body | Query)
  • Grant Type (Password | JWT Authorization | Client Credentials)

See all the new OAuth-related settings documentation here

And here's a sample screen shot of a related Operation's settings:

Discussão (0)1
Entre ou crie uma conta para continuar
Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· jan 18 1min de leitura

Conectando o IRIS ao SQL Server usando conexão ODBC

Neste tutorial, vou discutir como você pode conectar sua plataforma de dados IRIS a uma base de dados sql server.

 

Prerequisitos: 

Passo 1: Rode a fonte de dados ODBC

Passo 2: Vá na aba DSN de sistema e clique Adicionar:

Passo 3: Selecione "Driver ODBC para SQL Server" e clique em finalizar

Passo 4: preencha os detalhes do servidor:

 

Passo 5: 

 

 

 

Passo 6: Clique em próximo

 

Passo 7: clique em finalizar 

 

Você pode verificar a conexão por essa janela

 

 

Agora abra o Portal de Administração IRIS:

Vá em: Administração do sistema -> Configuração -> Conectividade -> Conexões SQL Gateway

Clique em criar nova conexão

Passo 8: Preencha os detalhes e teste a conexão.

 

Nota se você não consegue ver a DSN: Assegure-se de  selecionar o driver correto no passo 3, e no nível de DSN do Sistema.

 

Agora você estabeleceu a conexão!

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· jan 18 2min de leitura

第七十七章 使用 ^%IS - 示例

第七十六章 使用 ^%IS - 示例

示例

调用 CURRENT^%IS 后,将 $X$Y 设置为 DXDY 以定位光标。

  DO CURRENT^%IS
  WRITE *27,*61,*DY+32,*DX+32 
  SET $X=DX,$Y=DY

IN^%IS 入场点

IN^%IS 中的一个内部入口点,可以由仅计划从设备进行 input 的例程调用。此入口点可用于确保您不选择仅输出设备,例如打印机。

Discussão (0)1
Entre ou crie uma conta para continuar