Erro itgencun016: Waarschuwing itgendhb005: Conexão não estabelecida. Aplicação está sendo fechada

1

Desde ontem, recebo o seguinte erro no Data Hub ao executar nossa exportação de ações no Exact Online:

Error itgencun016: Waarschuwing itgendhb005: Connection not established. Application is being closed.

O script Invantive SQL não foi alterado e nenhum deles possui o arquivo em lotes. O script não exibe mais a visão geral de estoque.

O conteúdo do arquivo em lote é:

@echo off
rem
rem Script to run an Invantive SQL file with possible Invantive Data Hub scripting language statements.
rem
rem Please note that the encrypted password is bound to the PC used to generate this file.
rem When you want to run this batch file on another PC, please generate a new encrypted password at that PC.
rem
rem Created by Invantive Control for Excel on 11/11/2016 9:08:38 AM.
rem
rem $Id: $
rem

set INVANTIVE_PRG=C:\Program Files\Invantive Software BV\Invantive Data Hub 2016R1 stable channel (LNUMBER)\Invantive.Producer.QueryEngine.exe

set INVANTIVE_USR=Invantive

set INVANTIVE_PWD=SECRET

set INVANTIVE_CONN=Exact Online\EOL-ACME-COM

set INVANTIVE_SQL_FILE=c:\jobs\invantive-extract-stock-positions.sql

set INVANTIVE_LOG_FILE=c:\jobs\invantive-extract-stock-positions.log

set INVANTIVE_INTERACTIVE=False

"%INVANTIVE_PRG%" /user:"%INVANTIVE_USR%" /connection:"%INVANTIVE_CONN%" /password:"%INVANTIVE_PWD%" /file:"%INVANTIVE_SQL_FILE%" /logfile:"%INVANTIVE_LOG_FILE%" /logoverwrite:"%INVANTIVE_LOG_FILE_OVERWRITE%" /interactive:%INVANTIVE_INTERACTIVE%

O que há de errado com a conexão?

    
por Roy Kosmeijer 13.04.2017 / 13:18

1 resposta

1

Por favor, verifique seu arquivo de log. Essa mensagem ocorre apenas quando a autenticação não foi bem-sucedida, mas como o arquivo de log é muito detalhado, a mensagem pode não ser mostrada.

Provavelmente é algo como:

Type: Invantive.Data.OAuthException

ou

Warning itgenerr024: Your session has expired. (Or whatever translation)

On Exact Online, quando a senha ou a string de usuário ou conexão está incorreta, o erro pode ser confuso. Em geral, indica que o usuário, a senha ou a string de conexão estão errados (especifique o apiUrl para definir o país).

    
por 13.04.2017 / 13:21