LetoDBf icon indicating copy to clipboard operation
LetoDBf copied to clipboard

Error LETO/1012 Open Error

Open Numerabilis opened this issue 1 year ago • 0 comments

I´m running letodb at a Linux server, Debian 12. My application is on Windows. It connects, find it (leto_file() return true), but return an error when opening the table.

Dir is 0777 and files 0666, all files are lowercase.

My letodb.ini:

Server   = 10.100.0.151
;IP      = 127.0.0.1
Port     = 2812
DataPath = /databases/controli
LogPath  = /tmp
DataBase = /
Mask     = *.dbf,*.fpt,*.cdx
Backup   = /tmp/backup
ArcCmd   = tar -cvzf /tmp/backup/leto.tar.gz /tmp/backup/*

;Server_User = root
;Server_UID  = 0
;Server_GID  = 0

Pass_for_Login  = 0
Pass_for_Manage = 0
Pass_for_Data   = 0

Share_Tables   = 1
No_Save_WA     = 1
Lower_Path     = 1

Default_Driver = CDX
Memo_Type      = FPT

EnableFileFunc = 1
EnableAnyExt   = 1

Lock_Scheme    = 2
Debug          = 0
Allow_UDF      = 1
Cache_Records  = 21
Optimize       = 1
Crypt_Traffic  = 0
Lock           = 1
Seconds        = 30
Wait           = 1

;SMB_SERVER = 1
;SMB_PATH = /mnt/samba
;Pass_File = leto_users
;Max_Vars_Number = 1000
;Max_Var_Size = 67108864
;Tables_Max  = 999
;Users_Max = 99
;AutOrder = 0
;ForceOpt = 0
;TimeOut = 360
;Zombie_Check = 0
;BC_Services = letodb;
;BC_Interface = eth2
;BC_Port = 2812

Numerabilis avatar Jul 15 '23 19:07 Numerabilis