Fehler itgencun016: Waarschuwing itgendhb005: Verbindung nicht hergestellt. Die Anwendung wird geschlossen

285
Roy Kosmeijer

Seit gestern bekomme ich folgende Fehlermeldung in Data Hub, wenn unser Export auf Exact Online ausgeführt wird:

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

Das Invantive SQL-Skript wurde nicht geändert, und die Batchdatei ist auch nicht vorhanden. Das Skript gibt die Bestandsübersicht nicht mehr aus.

Der Inhalt der Batchdatei ist:

@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% 

Was stimmt nicht mit der Verbindung?

1

1 Antwort auf die Frage

1
Guido Leenders

Bitte überprüfen Sie Ihre Protokolldatei. Diese Nachricht wird nur angezeigt, wenn die Authentifizierung nicht erfolgreich war. Da die Protokolldatei jedoch sehr detailliert ist, wird diese Nachricht möglicherweise nicht angezeigt.

Es ist wahrscheinlich so etwas wie:

Type: Invantive.Data.OAuthException 

oder

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

Wenn in Exact Online das Kennwort oder der Benutzer oder die Verbindungszeichenfolge falsch ist, kann der Fehler verwirrend sein. Im Allgemeinen bedeutet dies, dass Benutzer, Passwort oder Verbindungszeichenfolge falsch sind (geben Sie apiUrldas Land an).