Hi! I've been struggeling with the installation of JTL-Wawi. I created a virtual machine on my server, with a fresh Windows 7 Ultimate installation, No Modifications. I downloaded the JTL-Wawi Full version (with the embedded SQL Server 2005 version), and tried to install it. Everything went fine, but when i'm trying to use the software for the first time, it gives me a couple of error messages (SQL server related). I enabled the ODBC SQL logging, to find out what is happening, and it gave me 16 errors for at SQL query like this: FYI: I tried to delete the database and re-run JTL-WAWI, same happened. I tried with SQL Server 2005, and SQL Server 2012 Express SP1 too, it gave me errors like this with every version of SQL Server.
Can anyone help with this?
Can anyone help with this?
JTL-wawi f6c-b50 ENTER SQLExecDirect
HSTMT 0x029876E0
UCHAR * 0x00B08980 [ -3] "ALTER PROCEDURE [dbo].[spPicklisteErstellen] \ a\ 9@kWarenlager int, @kPicklisteVorlage int, @kBenutzer int \ a-- Copyright (C) 2012 JTL-Software-GmbH \ a-- Datum 25.10.2012 \ a-- Version 05 \ a-- \ aAS \ aBEGIN\ 9 \ a--Returnwerte: \ a--positive Zahl X: Pickliste mit der Nummer X wurde erfolgreich angelegt \ a--0: Es konnte nichts reserviert werden, entweder weil kein BEstand da ist oder weil keine Auftr\ffge reserviert werden sollen \ a--(-999999999): Es trat eine Exception auf und es war zu diesem Zeitpunkt noch nichts reserviert \ a--negative Zahl X: Es trat eine Exception auf, zu dem Zeitpunkt waren jedoch schon Positionen reserviert. Diese sind in der Pickliste X enthalten \ a\ 9DECLARE @cSQLInsert varchar(MAX), @cSQL nvarchar(MAX), @cSQLSelect varchar(MAX), @cSQLFROM varchar(MAX), @cSQLWHERE varchar(MAX), @cSQLORDERBY varchar(MAX), @cSQLGROUP varchar(MAX), @cSQLHAVING varchar(MAX) \ a\ 9DECLARE @nAnzArtMax int, @nAnzArtMin int, @nAnzAuftraege int, @kBestellNr int, @nSortierung int, @nErfolgreich int, @nBoxVon int, @nBoxBis INT, @nIstNeueLHM int , @kLHMStatus int \ a\ 9DECLARE @kBestellung int, @nTeilLiefErlaubt int, @kVersandBox int, @nAnzReservierterAuftraege int, @kPickliste int, @nAnzahlPositionen INT, @nWEPlatzReservieren int \ a\ 9DECLARE @cVersandArten varchar(255), @cShops varchar(255), @cPlattformen varchar(255), @cWarenlagerPlatzVon varchar(30), @cWarenlagerPlatzBis varchar(30) \ a DECLARE @fTeilliefPreis decimal(14,4), @nGewMin decimal(14,4), @nGewMax decimal(14,4) \ a DECLARE @dVonDatum datetime, @dBisDatum datetime \ a \ a\ 9SET NOCOUNT ON; \ a\ 9 \ a\ 9BEGIN TRY \ a\ 9 \ a\ 9SET @nAnzReservierterAuftraege = 0 \ a \ a\ 9select @nAnzArtMax = nAnzahlArtikelAuftragMax, @nAnzArtMin = nAnzahlArtikelAuftragMin, @nGewMin = fGewichtVon, @nGewMax = fGewichtBis, @nSortierung = nSortierung, \ a\ 9 @cVersandArten = cVersandartNr, @cPlattformen = cPlattformen, @cShops = cShops, @nAnzAuftr..."
SDWORD -3
JTL-wawi f6c-b50 EXIT SQLExecDirect with return code -1 (SQL_ERROR)
HSTMT 0x029876E0
UCHAR * 0x00B08980 [ -3] "ALTER PROCEDURE [dbo].[spPicklisteErstellen] \ a\ 9@kWarenlager int, @kPicklisteVorlage int, @kBenutzer int \ a-- Copyright (C) 2012 JTL-Software-GmbH \ a-- Datum 25.10.2012 \ a-- Version 05 \ a-- \ aAS \ aBEGIN\ 9 \ a--Returnwerte: \ a--positive Zahl X: Pickliste mit der Nummer X wurde erfolgreich angelegt \ a--0: Es konnte nichts reserviert werden, entweder weil kein BEstand da ist oder weil keine Auftr\ffge reserviert werden sollen \ a--(-999999999): Es trat eine Exception auf und es war zu diesem Zeitpunkt noch nichts reserviert \ a--negative Zahl X: Es trat eine Exception auf, zu dem Zeitpunkt waren jedoch schon Positionen reserviert. Diese sind in der Pickliste X enthalten \ a\ 9DECLARE @cSQLInsert varchar(MAX), @cSQL nvarchar(MAX), @cSQLSelect varchar(MAX), @cSQLFROM varchar(MAX), @cSQLWHERE varchar(MAX), @cSQLORDERBY varchar(MAX), @cSQLGROUP varchar(MAX), @cSQLHAVING varchar(MAX) \ a\ 9DECLARE @nAnzArtMax int, @nAnzArtMin int, @nAnzAuftraege int, @kBestellNr int, @nSortierung int, @nErfolgreich int, @nBoxVon int, @nBoxBis INT, @nIstNeueLHM int , @kLHMStatus int \ a\ 9DECLARE @kBestellung int, @nTeilLiefErlaubt int, @kVersandBox int, @nAnzReservierterAuftraege int, @kPickliste int, @nAnzahlPositionen INT, @nWEPlatzReservieren int \ a\ 9DECLARE @cVersandArten varchar(255), @cShops varchar(255), @cPlattformen varchar(255), @cWarenlagerPlatzVon varchar(30), @cWarenlagerPlatzBis varchar(30) \ a DECLARE @fTeilliefPreis decimal(14,4), @nGewMin decimal(14,4), @nGewMax decimal(14,4) \ a DECLARE @dVonDatum datetime, @dBisDatum datetime \ a \ a\ 9SET NOCOUNT ON; \ a\ 9 \ a\ 9BEGIN TRY \ a\ 9 \ a\ 9SET @nAnzReservierterAuftraege = 0 \ a \ a\ 9select @nAnzArtMax = nAnzahlArtikelAuftragMax, @nAnzArtMin = nAnzahlArtikelAuftragMin, @nGewMin = fGewichtVon, @nGewMax = fGewichtBis, @nSortierung = nSortierung, \ a\ 9 @cVersandArten = cVersandartNr, @cPlattformen = cPlattformen, @cShops = cShops, @nAnzAuftr..."
SDWORD -3
DIAG [42S22] [Microsoft][ODBC SQL Server Driver][SQL Server]Ungültiger Spaltenname 'dzeitstempel'. (207)
JTL-wawi f6c-b50 ENTER SQLErrorW
HENV 0x02983218
HDBC 0x02982650
HSTMT 0x029876E0
WCHAR * 0x0A59F038
SDWORD * 0x0A59F070
WCHAR * 0x0A59EC38
SWORD 512
SWORD * 0x0A59F074
JTL-wawi f6c-b50 EXIT SQLErrorW with return code 0 (SQL_SUCCESS)
HENV 0x02983218
HDBC 0x02982650
HSTMT 0x029876E0
WCHAR * 0x0A59F038 [ 5] "42S22"
SDWORD * 0x0A59F070 (207)
WCHAR * 0x0A59EC38 [ 85] "[Microsoft][ODBC SQL Server Driver][SQL Server]Ung\ffltiger Spaltenname 'dzeitstempel'."
SWORD 512
SWORD * 0x0A59F074 (85)