You are not logged in.
Pages: 1
Hi all,
I have error when running TestSQL3.dpr.
D:\Software\Components\mORMot\SQLite3\TestSQL3.exe 0.0.0.0 (2013-01-29 09:41:17)
Host=TEST User=testuser CPU=4*9-6-14857 OS=13.1=6.1.7601 Wow64=1 Freq=3118027
TSynLog 1.17 2013-01-29T09:41:35
20130129 09413501 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
20130129 09413538 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
20130129 09413611 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
20130129 09413643 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
20130129 09413644 fail TTestClientServerAccess(02093548) Client server access: TSQLite3HttpClient "" stack trace API 004E4E0A 004E8873 004C5D57 005EBEB2 004C673D 005F609A 005FC491 756233AA 77889EF2 77889EC5
20130129 09500054 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
Where it can come from ?
Offline
Thanks for answer.
I stop windows Firewall service but I still have the same errors
D:\Software\Components\mORMot\SQLite3\TestSQL3.exe 0.0.0.0 (2013-01-29 11:55:34)
Host=DEV-Test User=testuser CPU=4*9-6-14857 OS=13.1=6.1.7601 Wow64=1 Freq=3118027
TSynLog 1.17 2013-01-29T11:55:48
20130129 11554856 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
20130129 11554856 EXC EOSError ("Erreur système. Code : 12030.\r\n") at 00426163 stack trace API 004E41E8
...
Offline
I suppose you use Delphi XE3.
I you search the forum for the Error Code 12030, you will find out that XE3 did have some regression problems with 1.17.
See http://synopse.info/forum/viewtopic.php?pid=5251#p5251
So just use the latest 1.18 version from http://synopse.info/fossil/timeline and it will work as expected.
Offline
I download last version (I don't find any tag) and I can't compile
I have this message :
[dcc32 Erreur] SynSQLite3.pas(2527): E1026 Fichier introuvable : 'sqlite3fts3.obj'
{$ifdef INCLUDE_FTS3}
{$L sqlite3fts3.obj} // link SQlite3 database engine with FTS3/FTS4 + TRACE
Offline
I put sqlite3.obj and sqlite3fts3.obj of my old mormot and it works now
Offline
RTFM!
You should better use the 1.18 supplied version, which is up-to-date (3.7.15.2):
http://synopse.info/fossil/wiki?name=Get+the+source
Offline
AB, I want to make a request: please put the files sqlite3fts3.obj and sqlite3.obj on the same ZIP download of the mORMot source code.
The extra time for downloading the .ZIP is lesser than the time required to search for these *.obj in this site.
Offline
.zip from http://synopse.info/fossil is generated on the fly by the Fossil SCM.
Adding the .obj to the repository is not something we want to do, since it will unnecessarily increase the repository size with some binary stuff.
A source code repository.... is for source code.
http://synopse.info/fossil/wiki?name=Get+the+source process does make sense, I'm afraid.
Offline
Pages: 1