Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Error itgencun016: Waarschuwing itgendhb005: Connection not established. Application is being closed.
  2.  
  3. @echo off
  4. rem
  5. rem Script to run an Invantive SQL file with possible Invantive Data Hub scripting language statements.
  6. rem
  7. rem Please note that the encrypted password is bound to the PC used to generate this file.
  8. rem When you want to run this batch file on another PC, please generate a new encrypted password at that PC.
  9. rem
  10. rem Created by Invantive Control for Excel on 11/11/2016 9:08:38 AM.
  11. rem
  12. rem $Id: $
  13. rem
  14.  
  15. set INVANTIVE_PRG=C:Program FilesInvantive Software BVInvantive Data Hub 2016R1 stable channel (LNUMBER)Invantive.Producer.QueryEngine.exe
  16.  
  17. set INVANTIVE_USR=Invantive
  18.  
  19. set INVANTIVE_PWD=SECRET
  20.  
  21. set INVANTIVE_CONN=Exact OnlineEOL-ACME-COM
  22.  
  23. set INVANTIVE_SQL_FILE=c:jobsinvantive-extract-stock-positions.sql
  24.  
  25. set INVANTIVE_LOG_FILE=c:jobsinvantive-extract-stock-positions.log
  26.  
  27. set INVANTIVE_INTERACTIVE=False
  28.  
  29. "%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%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement