similar to: DBF database hangs up, when running from Samba 3.0.14 share

Displaying 20 results from an estimated 7000 matches similar to: "DBF database hangs up, when running from Samba 3.0.14 share"

2011 May 16
1
reading multiple .dbf files
Hello.. I am currently working on running random forest to make predictions. For that I have a bunch of .dbf files from shapefiiles. Earlier I was running random forest on those dbf files individually but now I have >1,000 such files and procesisng one by one is not an option. I started by trying to read multiple dbf files as: >setwd (..) >a=list.files() > for (x in
2005 Aug 19
1
Summary: Unexpected result of read.dbf
Hi there, This is summary and patch for a bug in read.dbf, demonstrating in Message-Id: <20050818150446.697835cb.stanimura-ngs at umin.ac.jp>. After consulting Rjpwiki, a cyber-community of R user in Japan, the cause was found, and the patch of solution was proposed. Overflowing occurs when we use read.dbf for reading a dbf file having a field of longer signed integer. For example, $
2010 Jan 13
1
column width in .dbf files using write.dbf ... to be continued
Dear UseRs, I did not have any answer to my previous message ("Is there a way to define "manually" columns width when using write.dbf function from the library foreign ?"), so I tried to modify write.dbf function to do what I want. Here is my modified version : write.dbfMODIF <- function (dataframe, file, factor2char = TRUE, max_nchar = 254, width = d) {
2002 May 10
2
RODBC for importing dbf
Hi I know that it is very easy to import data from a dbf file to R, by saving the data as csv, for instance. However, I have several hundreds of files to do that. So, I thought of using RODBC to read the dbf files and save it as data.frame. However, I cannot even start (this is my first time using such package): > library(RODBC) > bdades <- odbcConnect("prova.DBF") Warning
2011 Aug 29
1
Problem exporting table with many columns to dbf
Hello, I'm newbie in R and I have a problem exporting a table with many columns to a dbf file. I found an error when I open the result DBF file on other software and also importing it on R again. Here a example snippet of the problem (on a GNU/Linux OS): http://pastebin.com/0SMJqqwb Is it a bug? Thank you, Nacho V [[alternative HTML version deleted]]
2009 Oct 08
2
Bringing dbf Data With SQL
I have a heavy DATA saved in dbf format. What I want is to bring that data to R with SQL statements. Like: I want columns 1, 4, 5 and only when column 4 > 30. Sorry asking it here instead of keep searching in manuals, but it seems that there are too many ways of doing it. So what's the appropriate package that I need to work it, considering also that im dealing with lots of gigas so the
2013 May 22
1
column width in .dbf files using write.dbf ... to be continued
Hello Arnaud, You posted this question a long long time ago, however I found your answer so I decided to post it anyway in case somebody else have the same problem as you and me. You were actually very close in finding your solution. The function DoWritedbf is an internal function from the foreign package. To access it outside of the package just do: foreign:::DoWritedbf so in your line:
2009 Apr 15
0
RE: Fox Pro DBF open problems Solved.....FOLLOW UP
Hi List, I wanted to provide the solution that proved to fix this problem. On this particular server I observed we had consumed all memory resources and were using a decent sized swap file. After installing more RAM the problem & symptoms have disappeared. FINALLY I have happy users. L. Kipp From: wikked1@hotmail.com To: samba@lists.samba.org Subject: Fox Pro DBF open problems Date:
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all, I am basically a GIS user and am new to R. I am trying to write a data frame to a dbf file. *n.simulations <- 999 binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound, n.simulations, alpha.level, plot) cluster <- binomial$most.likely.cluster$location.IDs.included df <- data.frame(ID=seq(1,n.simulations,by=1), simloglkhd=binomial$simulated.log.lkhd)
2006 May 23
1
exporting long character vectors to dbf
Hi - I need to export data to openoffice base, where one of the elements is a long character vector (>255 characters.) write.dbf exports it as varchar, truncating the data. Any idea how to do this? thanks, -eduardo
2011 Jan 31
1
Files dbf and cdx - net linux
Hello. I am trying to acces to a software in a network, from a terminal. This terminal works on Windows, so I use Wine. I could execute the software, but some errors appear. It seams that it couldn't create in the right way the indexes in the data base (.dbf and cdx files). I think that the software was programed with Visual Fox Pro (but I am not sure) I will appreciate yours comments and
2011 Aug 23
1
Re: Files dbf and cdx - net linux
Hi, I have these BMIMS .dbf/.cdx/.fpt files. I have no longer BMIMS. I would like to transfers theses files to another visible format. I tried opening them with Monarch 4.0, but it does not give me a proper format. what do i do? thankx
2009 Apr 16
2
Reading in a large number of dbf files
good morning This question is not a stats question per say but a data management and lattice plotting problem. I apologize now if I'm asking an inappropriate question to this gracious group. I'm need to bring in approximately 100 *.dbf files into R but I'm having difficultly understanding several examples I've tracked down regarding this procedure and could benefit from your
2008 Apr 02
4
Windows-Application can't handle .dbf- Files correctly
For several days, I try to run an Windows- Application on an Ubuntu 7.04 System through wine 0.9.58. In detail, it's a tool for supporting a change of food and sports behavior. The tool is freeware, named "Di?t- Tagebuch" (diet diary or diet day book) and downloadable at: http://www.diet-daybook.de/DTBInstall2.exe (unfortunately it's only in german) The DTBInstall2.exe is an
2009 Mar 05
2
Fox Pro DBF open problems
Hi List, Second attempt to get this issue diagnosed and solved. Samba Version 3.0.28el4 CentOS 4.7 The behavior is as follows when accessing Fox Pro dbf files. Users can access the files through the Fox Pro command interface without issues,when they choose a graphical environment (windows explore of the windows file open gui) the system returns an access denied message on the first
2012 Jan 10
3
unir en .dbf luego de aplicar read.xls a varios archivos
Estimados: Tengo un directorio con varios archivos Excel quiero importarlos todos y grabarlos en un único archivo .dbf. Haciendolo uno por uno lo logro de la siguiente manera (solo tomo 2 archivos): archivos <- list.files(pattern = 'xls') a1 <- read.xls(archivos[1], perl="C:\\strawberry\\perl\\bin\\perl.exe",skip=12,dec=",",header=F,as.is=T) a2 <-
2006 Nov 06
0
problem with windows 98 and dbf?
Hello. I have a server running FC5 and samba-3.0.23c-1.fc5. In the samba shares i have files for a program running with DBF's database files. In windows xp works normally, but when windows 98 clientes start using the program normally the program freezes and the windows freeze too. Can someone tell me if a have to do some special configuration? Here my smb.conf [global] workgroup =
2001 Nov 30
0
DENY_MODE problem...
Hello! I sent this message to samba-technical yesterday but as I saw no response (not even a RTFM ;), I'm crossposting. I just need some help to track down this bug. I can write a patch if I can find the guilt... ----- Forwarded message from "Luis Claudio R. Goncalves" <lclaudio@conectiva.com.br> ----- Date: Thu, 29 Nov 2001 12:34:41 -0200 From: "Luis Claudio R.
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
2005 Apr 15
0
Multi-user databases (DOS application) in WIndows XP and Windows 2k file locking problem
Hello all! I discover a strange thing. We use and develop DOS financial accounting application, written on Xbase (formerly known as Clipper). This application agressively uses of file sharing and locking (byte-range and all possible for DOS combinations), creates and uses huge amount of index (NTX) and Dbase III (DBF) files on network shared resource. Network clients are Windows 98se,