Displaying 20 results from an estimated 3000 matches similar to: "FOX PRO 2.6 on SMB"
1999 Sep 14
2
DBase File locking issues
Hi All,
I am experiencing issues with the use of DBase files on a Samba 2.0.5a
share, that appear to be due to locking problems. Basically, I have
test programs for both DOS and Win32 that does nothing but append
records to a DBase database (DBF/MDX files). If more than one client
PC is appending to this file, data loss occurs. I get random data
loss, with records lost, and index file
2001 Oct 09
1
locking problems with samba 2.2.1a
Hello all,
I have a samba 2.2.1a server running as the PDC of my
network on a Mandrake 8.0 system with a reiserFS
partition. I am serving for the win98 clients a small DOS
clipper program with a DBF database. The programs run
well on the workstations when there is only one user
using it, when another user try to use the same program
it starts to get very slow. I think this is a lock
2003 Feb 11
1
Samba & Delphi & Paradox
Hello,
I have a server samba/linux executing a software Delphi with access to
database Paradox. The configurations are OK, but when more than an user is
accessing the system, he is very slow.
How can I solve this problem?
Regard?s
F?bio Ferreira
fabio@datafusion.com.br
2002 Nov 28
2
Foxpro configuration
Hi,
could someone please give me the correct entries for using Foxpro with a
samba share. I tried everything I can think of in the smb.conf but I am
always confronted with locking problems and multiuser issues:
Upgraded to version 2.2.5
smb.conf (among other things of course)
oplocks=off
lock spin count = 3
lock spin time = 25
locking=yes
Is there anything you can tell me.
It is very urgent and
2002 Dec 11
3
Caching
Hi in!
I need to know how to tell samba not to cache files.
Thanks for your help!
[BTF]KaZeR
http://kazer.homeip.net
2002 Nov 29
3
Samba + Clipper
Hello for all !
We use a samba server 2.2.1a with conectiva 7 [ kernel 2.4.18] and have the most important system of enterprise in clipper.
In begin we have many problems with index corruption and clipper system freezes
Then we turned off oplocks and level2oplocks and found peace.
But sometimes the system until freeze in one station and this freeze others stations too.
When clipper system is
2018 Nov 22
5
Index Corruption xBase database
Hello,
I've been working with a xBase database (similar to dBase) in a multiuser
application. There are like 40 users working on the database on the same
time reading and like 10 writing information.
Sometimes the CDX files (Index Files) get corrupted and is it's necessary
to pack the tables (rebuild the indexes).
I have notice using the smbstatus -B command the following
Pid
2002 Dec 18
3
How important are oplocks?
Hello,
I'm wondering just how critical it really is to turn off oplocks. It appears
that not only Windows 2k server, but also Netware 5 and above defaults to
having these enabled.
I just spoke with two software companies running databases off of file servers
(no database server, just MDAC stuff), and they had never heard of it, much
less require it to be disabled. Everything I've
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi
Greetings to all
Is my first post in this forum
sorry for my english
Many compliment to all developers for great work in Wine
Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models.
Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success
This software use an mdb file
First I have installed Profili download in this web site
1999 Sep 16
6
DBase File locking issues (PR#20441)
Jim@Morris.net wrote:
> I have finally tracked down the reason I am experiencing problems with
> DBase files on Samba file servers - initially Redhat 6, and now on
> Caldera OpenLinux 2.2 as well.
Great debugging work !
> The DOS client code uses a DBase library called CodeBase to access the
> DBase files. When a record is appended to a file, the underlying C
> code does the
2011 Dec 04
3
RODBC connect to Excel (64-bit Windows 7)
Hi to all.
I have a problem to connect to an Excel database using RODBC.
Namely, I am using 64-bit R 2.14.0, under Windows 7 and I tried following:
library(RODBC)
> channel <- odbcConnectExcel("results.xlsx")
Error in odbcConnectExcel("results.xlsx") :
odbcConnectExcel is only usable with 32-bit Windows # ok this is
clear why it doesn't work
> channel
2007 Aug 10
3
[ win32utils-Bugs-12979 ] Error while trying to update my gem collection
Bugs item #12979, was opened at 2007-08-10 15:29
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=12979&group_id=85
Category: windows-pr
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Error while trying to update my gem collection
Initial Comment:
C:\ruby>gem update
Updating
2011 Sep 09
0
Re: Visual Fox Pro 9 with dBase tables
If you want an excellent POS system (http://www.retailexpress.com.au/) on the cheap, you should try Retail Express. The offering of Retail Express doesn't require expensive hardware because of its cloud-based nature.
2018 Nov 22
1
Index Corruption xBase database
from the man page. I've never tried veto oplocks. But it looks like
something that might be useful...
> veto oplock files (S)
>
> This parameter is only valid when the oplocks parameter is turned
> on for a share. It allows the Samba administrator to selectively
> turn off the granting of oplocks on selected files that match a
>
2011 Jun 09
3
Visual Fox Pro 9 with dBase tables
Hi everyone. I have a though one here.
In a friend's company they use n accounting and POS software which was designed by someone that passed away. The problem is that he doesn't have much money right now, thus can't license windows and MSoffice in his office.
I offered him the possibility of using Linux (Mint or Ubuntu) and having him run the software on Wine.
This is the software
2007 Apr 24
0
Fox Pro 2.6 on FreeBSD 6.2
hello wine-users@
I am putting out some feelers to see if anyone has had any luck
running FoxPro 2.6a(16 bit) on FreeBSD under wine
when I try I get a threading error when I use wine 0.9.35, and I would
be interested in knowing if it is atleast possible to get FoxPro apps
to run in Wine on FreeBSD, if anyone has any pointers Please let me
know. or even if you can just confirm that it does infact
2010 Oct 27
2
coxph linear.predictors
I would like to be able to construct hazard rates (or unconditional death prob) for many subjects from a given survfit.
This will involve adjusting the ( n.event/n.risk)
with (coxph object )$linear.predictors
I must be having another silly day as I cannot reproduce the linear predictor:
fit <- coxph(Surv(futime, fustat) ~ age, data = ovarian)
fit$linear.predictors[1]
[1] 2.612756
2003 Mar 04
2
Samba over IPX/NetBeui
Hello:
Is it possible to run SAMBA over IPX/NetBeui? (I will thank any suggestion)
I hava an small LAN of 3 computers, connected to the Internet through a Cable-modem with DHCP (the cablemodem and the computers are all connected to a hub). The CableModem assigns every computer a random public IP adress, but usually from diferent range (ie: 212.78.x.x, 62.57.x.x, etc), so I cannot get SAMBA or
2020 Nov 23
3
Replacing SW RAID-1 with SSD RAID-1
On 11/23/20 10:46 AM, Simon Matter wrote:
>> Hi,
>>
>> I want to replace my hard drives based SW RAID-1 with SSD's.
>>
>> What would be the recommended procedure? Can I just remove one drive,
>> replace with SSD and rebuild, then repeat with the other drive?
>
> I suggest to "mdadm --fail" one drive, then "mdadm --remove" it.
2002 Dec 05
2
Locking user accounts
Hello all,
At this moment I am running a samba-ldap-pdc.
This works really good. But what worries me is the following thing:
user accounts never get locked. This is a problem cause anyone can guess or
use bruteforce to enter password. Is there a solution/workaround for this?
I want the following situation : when a user tries to logon for 4 times I
want the account to lock out the account.