Displaying 2 results from an estimated 2 matches for "sirepo".
2009 Jul 16
1
Too many open files
..."cannot open the connection" with
# warnings: "Too many open files".
?
# ---------------- Create a junk file and "save" it for use further into
the program ---
junk <- 1
MyPathnameA <- "C:\\Documents and Settings\\All
Users\\Documents\\SIREPO\\DBFS-0150"
connectionX <- paste(MyPathnameA,"junk",sep="\\")
outJunk <- file(connectionX, open="wb")
save(junk, file=outJunk)
close(outJunk)
# The next two lines are a repeat from above. They will be useful if you
want to run
# thi...
2009 Jul 10
0
Too many files open (PR#13818)
..."cannot open the connection" with
# warnings: "Too many open files".
# ---------------- Create a junk file and "save" it for use further into
the program ---
junk <- 1
MyPathnameA <- "C:\\Documents and Settings\\All
Users\\Documents\\SIREPO\\DBFS-0150"
connectionX <- paste(MyPathnameA,"junk",sep="\\")
outJunk <- file(connectionX, open="wb")
save(junk, file=outJunk)
close(outJunk)
# The next two lines are a repeat from above. They will be useful if...