similar to: Performance problem with ACCESS MDB files

Displaying 20 results from an estimated 2000 matches similar to: "Performance problem with ACCESS MDB files"

1999 Oct 09
1
SAMBA Performance on shared files.
Hi everybody, I already posted a similar message sometime ago regarding performance problems when various user are trying to share a common Microsoft ACCESS MDB file. Thank you for the messages I received regarding this problem. Unfortunately I still haven't managed to find a solution. It looks like this performance problem is also visible if you try to access any file already open by another
2004 Dec 21
10
Codec Selection
Hi, I have 2 g729 licences - what I want to do is use g729 by default but if I get more than 2 calls at a time, use gsm for the others. So, I put this on all my sip providers: disallow=all allow=g729 allow=gsm However, this just seems to use gsm for everything. If I comment out the gsm line, it then uses g729. I thought it would use the codec's in the order they are allowed - is this
2006 Feb 10
2
OH323 Peer
Hi all, I have H.323 Gateway, and i want to make a peer to route calls to this GW. But i don't know is oh323.conf supporting to add peer type entry with all feature. Please let me know how i can add H.323 GW type peer? -------- Yours, Abdul Lateef Computer Programmer HATIF COM Mob: +974 - 5405022 ICQ: 276994704 MSN: abdulzu@hotmail.com GoogleTalk: lateef.np@gmail.com YM!: abdul_zu Doha
2006 Jan 26
4
Secure Share
I am trying to create an individual secure share in Samba. We have it loaded on a Solaris box and our users access the shares using Windows Explorer. It appears that everything I've read only allows me to create secure shares for all the shares. Is there a way to create individual secure shares? Those can be password protected or not. Thanks Scott Webb Senior Consultant, Booz Allen
2013 Sep 26
1
Please check Important..
Hi, I have attached an important document via Google docs, Please check the link below for additional security you will be required to sign in with your email before viewing / downloading the document. Click Here to View <http://data.google.com.forumzone.info/> -- Thank You, Abdul Lateef Senior ? Development Barwa Bank Doha Qatar
2023 Aug 08
1
[Bridge] Getting + maintaining a consistent MDB view in userspace?
Hi, Is there a recommended way to get and monitor the MDB state from userspace, without potential synchronization races? I can use "bridge monitor mdb" to get changes or "bridge mdb show" to get the current state (as well as use the underlying netlink calls from my own application without the "bridge" command). But if I were first calling "bridge mdb
2012 Jul 11
2
How to connect .mdb file
Hi, I'm currently having some problem connect .mdb file into R. I've installed the RODBC packages and I do the code this way: channel <- odbcConnectAccess("C:/Users/Documents/XYZ") channel and it gave me this : RODBC Connection 3 Details: case=nochange DBQ=C:\USers\JieYi\Documents\NYP\IPP\GCR Driver={Microsoft Access Driver (*.mdb)} DriverId=25 FIL=MS Access
2006 Oct 31
0
6352071 MDB ::interrupts need not display non-ISR entries on x86
Author: anish Repository: /hg/zfs-crypto/gate Revision: ca260b8c8934dc34091622676f0a58662e217e74 Log message: 6352071 MDB ::interrupts need not display non-ISR entries on x86 6354060 Add ::interrupts support for uppc(7d) based systems Files: create: usr/src/cmd/mdb/i86pc/modules/uppc/Makefile create: usr/src/cmd/mdb/i86pc/modules/uppc/amd64/Makefile create:
2010 Feb 11
0
sqlSave data into multiple *.mdb files
Hi All, con <- member <- class <- list() for(i in 1:5) { con[[i]] <- odbcConnectAccess(paste("C:/Desktop/Data/source",i,".mdb",sep = '')) #read data from Access files member[[i]] <- sqlFetch(con[[i]],'member') #get table data from *.mdb files observe[[i]] <- sqlFetch(con[[i]],'observe') #get table data from *.mdb
2014 Feb 04
1
Big Problems with samba 4.1 and mdb files
Our installation: 7 x Windows 7 Clients, 1 Samba 4.1.4 Server with Active Directory The clients use mdb databases. ? Our situation: Every 30 to 60 Minutes a windows 7 client cannot receive the actual database. After a new login, the data is actualized. ? Configuration: We tried: ? Oplocks --------------- ?????? oplocks = no ?????? level 2 oplocks = no or ?????? veto oplock files =
2009 May 01
6
Program cannot access MDB file
Hello all, I'm trying to run an airfoil and wing design program called profili. It uses an MDB file, im assuming, to store all the airfoil data. Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. Am I missing a Microsoft plugin/runtime/dll/other? Cheers Rob.
2009 Aug 16
0
large list from mdb.get - change labled atomic to double
I have a microsoft database that I have read in that is a list of dataframes processed by mdb.get. I am trying to read this into GRASS gis and need to change the labled atomic vectors to double precision- especially the coord.x coord.y. Now is there a way to check for classes and then change them inside of a for loop. This is the code I am using at the moment. library(Hmisc) # Read all tables
2011 Jul 25
2
MDB Files
Hi. I have a problem with Ms Access *.MDB files. When I tried to edit forms it takes at least 60 seconds to edit that forms also to edit query. Application is working fine. But editing ... horrible. I added these lines in my smb.conf file but nothing oplocks = no level2 oplocks = no strict locking = no fake oplocks = no veto oplock files =
2000 May 17
1
Lock a mdb file in a Samba Server
Helo, I have a problem width my Linux Samba Server, because I have a mdb file in my /home/staff path (share width samba), but I can't open this file in more than one W98 client???? When my second W98 Client try to open this mdb file the message: "Cant' lock file" appears. Why? Note: if I share the same file in W98 machine, there are no problems!!! Tia, Jorge Mota Sociedade
2012 Dec 20
3
[Bridge] [PATCH 1/3] iproute2: distinguish permanent and temporary mdb entries
This patch adds a flag to mdb entries so that we can distinguish permanent entries with temporary ones. Cc: Stephen Hemminger <shemminger at vyatta.com> Signed-off-by: Cong Wang <amwang at redhat.com> --- bridge/mdb.c | 24 +++++++++++++++--------- include/linux/if_bridge.h | 3 +++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/bridge/mdb.c
2023 Mar 13
1
[Bridge] [PATCH net-next 01/11] net: Add MDB net device operations
Add MDB net device operations that will be invoked by rtnetlink code in response to received RTM_{NEW,DEL,GET}MDB messages. Subsequent patches will implement these operations in the bridge and VXLAN drivers. Signed-off-by: Ido Schimmel <idosch at nvidia.com> --- include/linux/netdevice.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/include/linux/netdevice.h
2011 Mar 22
2
Loading mdb
Well im thoroughly frustrated after 25 minutes of checking and rechecking my path. What do i not know about loading a mdb that is keeping me from loading my data. i have loaded the Hmisc library and pointed it too my data using mdb.get and continue to get the following error. Error in system(paste("mdb-tables -1", file), intern = TRUE) : 'mdb-tables' not found Which i
2009 Nov 23
2
Microsoft .mdb files in Open office
Hi, Is there is anyway to Open Microsoft .mdb files in open office on Centos 5.3 ? Thanks linux
2002 Sep 12
0
2.2.5, MSAccess XP Database files (mdb) corrupt
Hi, i have a problem with access xp (2002) database files after moving the files to the linux files server. really often (6 times today) the database file is corrupt. i am running samba 2.2.5 on linux mandrake 8.2 with kernel 2.4.18. i have read that this has something to do with the file locking, but don't know what to do right now. i've set the parameter "veto oplock files =
2009 Sep 30
2
MDB database corruption
Hi everybody. I have an issue with an MDB (Microsoft Access database file) which corrupts frequently. The issue started after i rebuilt my server with Ubuntu 8.04 and Samba 3.0.28a. Previously i was using QiLinux 1.2, and an older version of Samba (can't remember which one). Since the only thing i changed was the server operating system and software, it stands to reason that possibly a