implement LETODB

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: implement LETODB

Post by fouednoomen »

Many thanks Mol for your help
for the compilation it'ok
Now i have a problem to connect to letodb server , letodb service is not working
I don't know whats the problem
this is my letodb.log

04.20.2021 09:19:48 Error installing LetoDB service: 0
04.20.2021 09:21:26 Error installing LetoDB service: 0

i use your letodb.ini
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: implement LETODB

Post by fouednoomen »

this is the error

04.20.2021 13:52:49 LetoDB service have had some problems: 1063
User avatar
nekbmm
Posts: 118
Joined: Sat Jul 16, 2016 3:16 am
DBs Used: DBF,SQLite
Location: Ivanjica, Serbia

Re: implement LETODB

Post by nekbmm »

fouednoomen wrote: Tue Apr 20, 2021 12:53 pm this is the error

04.20.2021 13:52:49 LetoDB service have had some problems: 1063
You must start the program as an administrator !!!

First start "CMD.EXE" as an administrator,
and then LETODBSVC INSTALL.
Greeting.
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: implement LETODB

Post by fouednoomen »

Hi nekbmm ,

I get the same error despite having executed your recommendation

foued
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: implement LETODB

Post by fouednoomen »

Now it's ok , i just change the machine , its running now under windows 2012 server R2 , i hope no problem for the next step
many thanks mol and mekbmm

04.20.2021 20:58:21 LetoDB service has been successfully installed
04.20.2021 20:58:21 INFO: LetoDBf Server 3.00 (20200326), will run at port :2812 ( internal also used :2813 )
04.20.2021 20:58:21 INFO: DataPath=e:\public\skfpld\gestcom, ShareTables=0, NoSaveWA=1, Max Tables=999
04.20.2021 20:58:21 INFO: LoginPassword=0, CacheRecords=50, LockExtended=0, Max Users=99
04.20.2021 20:58:21 DEBUG second socket: 276 for errors established
04.20.2021 20:58:21 DEBUG thread3() with pipe handle: 288 started ..
User avatar
fouednoomen
Posts: 188
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: implement LETODB

Post by fouednoomen »

Hi Mol ,
server side it's ok, for client workstations what should I do ?
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: implement LETODB

Post by mol »

You don't need to do anything on workstation. Only run your application.
Remember about firewall.
You should unblock ports 2812 and 2813 on both sides - server and workstations
Post Reply