You need to check your Java version. The latest version 18 is not compatible, version 17 is ...ORIGINAL: andrea
Dear all,
excuse for my english (I'm italian) , each time i running wipt staf I have the sequent message :
Could not create or initialize the databasejava.sql.SQLException: Tipo di dato errato: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
java.sql.SQLException: Tipo di dato errato: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
someone could kindly help me ?
thank you very much
I try to read all the post in the thread but I don't find nothing about this kind of error
Download the old version and use Michaels advice a few posts above yours ... or uninstall 18 and reinstall v.17
For those with a bit of PC savvy, you can download the JAVA JRE for u17 (jre-6u17-windows-i586.exe from SUN Java) and install it as a separate installation by selecting "Change Destination Folder" in the lower left of the Java install screen.
Click 'Install' and continue with the installation and it will install this version of JAVA in C:\Program Files\Java\jre1.6.0_17 on your PC.
Then go to the Witpstaff directory in AE and edit the file 'witpStaff.bat' and change the java line to:
C:\"Program Files"\Java\jre1.6.0_17\bin\java -Djava.library.path=. -jar witpdecoder2.jar
and save it. The ""s are needed because of the space between Program and Files.
Clicking on this will now run with java version 17 and you wont get the 'DATE' error.
Any programs that use JAVA will still work with the latest version (18).