Displaying 2 results from an estimated 2 matches for "mysubfolder".
2010 Jun 24
1
read.csv does not find my file (windows xp)
I try to load a file
myData <- read.csv(file="C:\\myfolder\\mysubfolder\\mydata.csv",
head=TRUE, sep=";")
and get this error:
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'C:\myfolder\mysubfolder\mydata.csv: No such file
or directory
am I overlooki...
2007 Jun 26
1
APPEND fails
...when i use cyrus as source and destination imap server
everything is fine.
when i use dovecot as destination server occasionally exceptions
occur when appending the mails. i was not able to see what's
really going wrong so i used wireshark to get the imap command
that fails:
A23 APPEND INBOX.MYSUBFOLDER () "14-Mar-2007 14:20:45 +0100" {0+}
A23 NO Append aborted.
this is easy to check via telnet, always the same error.
i'm not sure why the javax.mail API uses the "{0+}" but
somehow it occurs every now and then.
sending this command to a cyrus imap server does not fail.
any...