Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error LETO/1012 Open Error #38

Open
Numerabilis opened this issue Jul 15, 2023 · 0 comments
Open

Error LETO/1012 Open Error #38

Numerabilis opened this issue Jul 15, 2023 · 0 comments

Comments

@Numerabilis
Copy link

Numerabilis commented Jul 15, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant