#1 2013-01-29 08:53:24

VLDG
Member
Registered: 2013-01-29
Posts: 4

Problem tu run TestSQL3.dpr

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

#2 2013-01-29 09:14:23

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,606
Website

Re: Problem tu run TestSQL3.dpr

Sounds like ERROR_WINHTTP_CONNECTION_ERROR
"The connection with the server has been reset or terminated"

Check your firewall.

Offline

#3 2013-01-29 10:59:50

VLDG
Member
Registered: 2013-01-29
Posts: 4

Re: Problem tu run TestSQL3.dpr

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

#4 2013-01-29 11:19:00

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,606
Website

Re: Problem tu run TestSQL3.dpr

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

#5 2013-01-29 14:52:20

VLDG
Member
Registered: 2013-01-29
Posts: 4

Re: Problem tu run TestSQL3.dpr

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

#6 2013-01-29 15:07:22

VLDG
Member
Registered: 2013-01-29
Posts: 4

Re: Problem tu run TestSQL3.dpr

I put sqlite3.obj and sqlite3fts3.obj of my old mormot and it works now smile

Offline

#7 2013-01-29 16:25:44

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,606
Website

Re: Problem tu run TestSQL3.dpr

RTFM!
wink

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

#8 2013-01-30 14:17:47

Junior/RO
Member
Registered: 2011-05-13
Posts: 210

Re: Problem tu run TestSQL3.dpr

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

#9 2013-01-30 15:32:34

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,606
Website

Re: Problem tu run TestSQL3.dpr

.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

Board footer

Powered by FluxBB