Displaying 20 results from an estimated 29 matches for "falsch".
Did you mean:
falsche
2013 Jan 31
2
use name (not values!) of a dataframe inside a funktion
...ste0(quote(x),"[,2]")
assign(name, factor(x[,2]))}
f.fact(dfb)
is.factor(dfb[,2])
> FALSE
dfb <- data.frame(a=c(1,2,3,4),b=c(1,2,3,4))
f.fact <- function(x) {
name <- paste0(get(x),"[,2]")
assign(name, factor(x[,2]))}
f.fact("dfb")
is.factor(dfb[,2])
> Falsche Anzahl von Dimensionen
dfb <- data.frame(a=c(1,2,3,4),b=c(1,2,3,4))
f.fact <- function(x) {
name <- paste0(x,"[,2]")
assign(name, factor(x[,2]))}
f.fact("dfb")
is.factor(dfb[,2])
> Falsche Anzahl von Dimensionen
ächz ...
[[alternative HTML version deleted]]
2009 Jul 13
1
Ubuntu und R
...s 'iplots' hatte Exit-Status ungleich 0
4: In install.packages("JGR", dep = TRUE) :
Installation des Pakets 'JGR' hatte Exit-Status ungleich 0
}}}
Es hat irgendwie nichts so funktioniert wie es in der Anleitung auf
http://wiki.ubuntuusers.de/R stad bzw. ich habe alles falsche gemacht,
was man falsch machen konnte. Die Eintr?ge zu diesem Thema weiter oben
und auf ander Seiten habe ich gefunden und gelesen. Leider haben Sie mir
nicht weitergeholfen, da ich "noch" keine Ahnung von Linux habe. Leider!
Kann mir vielleicht jemand die gesamte Installation Schritt f?...
2010 Dec 08
3
ReadWrite.xls problem
...nstalled and loaded the Package
xlsReadWrite so far.
I have also "Changed directory".
This is what I have entered
daten=read.xls("Daten A2")
This is my Error-Message in its German original:
Fehler in .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Falsche Anzahl von Argumenten (11), erwarte 10 f?r ReadXls
This is my Error-Message in its english translation:
Error in .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Wrong Number of Arguments (11), expect 10 for ReadXls
Please help me in solving this problem. Without bei...
2009 Apr 28
1
Error in IMAP command UID: Unknown thread algorithm.
Our Squirrelmail offers "Thread based sorting".
Now, I have one user, where the activation of thread sorting results in:
FEHLER: Falsche oder ung?ltige Anfrage.
Anfrage: THREAD ORDEREDSUBJECT ISO-8859-1 ALL
Server antwortete: Error in IMAP command UID: Unknown thread algorithm.
Why is that?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenbur...
2008 Jul 14
1
eval.wih.vis
...ir, enclos) :
>
My code is:
#CONDITION1 : check if the right logfile is chosen
c1=log(z[,3],n)
if (c1==FALSE) {
plot(0:1,0:1,type = "n", axes=FALSE,xlab="",ylab="")
text(0.4,0.8,adj=0,paste("FEHLER"),col="red")
text(0.4,0.6,adj=0,paste("Falsche Logfile gew?hlt"))
stop()} else
{...}
z[,3] is a vector of n values. And log is a function which returns
TRUE/FALSE
#Detection whether the Right Logfile was chosen
log<-function(col,Len){
vLog=ifelse(sum(col)>(5000*Len),TRUE,FALSE)}
I think the error comes from stop(), but not sure....
2016 Apr 08
5
Samba as AD-Controller: unable to update policies and call start scripts
This is correct
>>that gpupdate tries to copy somethings from \\cch.intra\sysvol and not from \\dc1\sysvol...
>>There a no server with name cch.intra, this is just the Realm...
No not REALM, but DNSdomain but with the same name as the REALM.
You “should” be able to “ping cch.intra” or browse to \\cch.intra
if not, then your missing dns records.
If you have only
2016 Apr 08
0
Samba as AD-Controller: unable to update policies and call start scripts
Anmeldung fehlgeschlagen: unbekannter Benutzername oder falsches Kennwort.
And you did login in the domain with a domain user?
Looks like it you did not.
So try this from the pc which give the problem.
net use x: \\cch.intra\sysvol /user:CCH\username
Did it work?
Ow and one i forgot..
Did you check the time on the pc and server, these must be in sy...
2012 Dec 23
1
Calling a .bat to set environment variables and subsequent .exe execution from within R
...liessgewaesser.shp", invisible
= FALSE,
intern = TRUE )
shell(cmd="ogr2ogr -s_srs EPSG:31254 -t_srs EPSG:25832
D:\\R_working_directory\\Koordinatenproblem\\Fliessgewaesser_25832.shp
D:\\R_working_director ..." ... [TRUNCATED]
[1] "Der Befehl \"ogr2ogr\" ist entweder falsch geschrieben oder" "konnte
nicht gefunden werden."
attr(,"status")
[1] 1
Warnmeldung:
Ausf?hrung von Kommando 'C:\Windows\system32\cmd.exe /c ogr2ogr -s_srs
EPSG:31254 -t_srs EPSG:25832
D:\R_working_directory\Koordinatenproblem\Fliessgewaess...
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
...;C:\root/lib/libGpad.lib"
"C:\root/lib/libGed.lib" "C:\root/lib/libTreePlayer.lib"
"C:\root/lib/libTreeViewer.lib" *.obj
Creating library xps.lib and object xps.exp
... done
installing DLL
installing R files
installing inst files
FIND: Parameterformat falsch
make[2]: *** [C:/home/Rabbitus/CRAN/xps.Rcheck/xps/inst] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-xps] Error 2
*** Installation of xps failed ***
However, when I install my package on my Windows XP laptop, everything
is ok:
---------- Making package xps ------------
...
...
xpsDict.cxx...
2001 Nov 13
6
Cannot install/run very important application
Hello everybody!
I've got a big problem: In my small business I use a Home-banking
software which I got
from my bank. Using it for many years now, it became very very important
for me.
Needless to say, it's a Windows software. Up to now, it was a Win 3.1
software which ran inside the Windows-Box of my ancient OS/2-PC. (The
only reason
why I still have this PC runnig OS/2).
This summer I
2016 Dec 01
2
AW: User unknown in local recipient table
Hallo Liste, hallo Ralf,
danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden.
Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen?
Ich versuchte gerade die
address_verify_map = btree:$data_directory/verify_cache
auf
local_recipient_maps = btree:$data_directory/verify_cache
verweisen zu lassen.
2016 Dec 01
0
User unknown in local recipient table
...4.3.0 <juergen.pittorf at doag.org>: Temporary lookup failure; from=<kalle at domain.org> to=<juergen at domain.org> proto=ESMTP helo=<test-mail.domain.org>
>
> Auch ein plumpes touch auf /var/lib/postfix/verify_cache.db bringt danach den selben Fehler.
Das ist der falsche Ansatz!
Die Domain ist eine relay_domain und du musst mit den
relay_recipient_maps arbeiten
ODER
er muss recipient_verification gegen den LMTP des Dovecot machen. Ich
weiss jetzt nicht was im Buch dazu steht
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Schlei?heimer Stra?e 26/MG, 8...
2016 Dec 01
1
User unknown in local recipient table
....pittorf at doag.org>: Temporary lookup failure; from=<kalle at domain.org> to=<juergen at domain.org> proto=ESMTP helo=<test-mail.domain.org>
>>
>> Auch ein plumpes touch auf /var/lib/postfix/verify_cache.db bringt danach den selben Fehler.
>
> Das ist der falsche Ansatz!
>
>
> Die Domain ist eine relay_domain und du musst mit den
> relay_recipient_maps arbeiten
>
> ODER
>
> er muss recipient_verification gegen den LMTP des Dovecot machen. Ich
> weiss jetzt nicht was im Buch dazu steht
>
>
>
> --
> [*] sys4...
2006 Apr 19
2
Tools rund um Rails
Hallo zusammen,
dann will ich mal wieder ein bi?chen Schwung auf die RoR-Liste bringen:
Schildert doch einfach mal eure Erfahrungen mit Tools rund um Rails, also
zum Beispiel Capistrano (formerly known as Switchtower), RadRails etc.
Welche Plugins setzt ihr ein, von welchen w?rdet ihr abraten? Oder folgt ihr
dem Tenor "Reuse is overrated" und schreibt euch die Sachen lieber neu?
--
1999 Jan 05
0
Disposal of the message SAMBA digest 1932 from samba@samba.org failed.
...ed mail header or boundary.
Please check your message for this, correct possible errors and retry sending.
If the problem persists please contact the MAILsweeper administrator:
e-mail: MailServiceCenter@dresdner-bank.com
Ihre Nachricht konnte aus folgenden Gruenden nicht zugestellt werden:
- falsche oder fehlende Adresse,
- Fehler beim Scannen der Mail,
- unbekannte oder nicht erreichbare Mail-Domaene,
- unbekannter Mail-Benutzer,
- die Mail entspricht nicht dem RFC-Standard,
- falscher oder fehlender Mail-Header bzw. -Begrenzer.
Bitte ueberpruefen Sie Ihre Nachricht, korrigier...
1999 Jan 28
0
Disposal of the message SAMBA digest 1960 from samba@samba.org failed.
...ed mail header or boundary.
Please check your message for this, correct possible errors and retry sending.
If the problem persists please contact the MAILsweeper administrator:
e-mail: MailServiceCenter@dresdner-bank.com
Ihre Nachricht konnte aus folgenden Gruenden nicht zugestellt werden:
- falsche oder fehlende Adresse,
- Fehler beim Scannen der Mail,
- unbekannte oder nicht erreichbare Mail-Domaene,
- unbekannter Mail-Benutzer,
- die Mail entspricht nicht dem RFC-Standard,
- falscher oder fehlender Mail-Header bzw. -Begrenzer.
Bitte ueberpruefen Sie Ihre Nachricht, korrigier...
2002 May 09
1
Logging in to the domain
...; ie. I changed it from "VIRTUAL-TEICH (this pc)".
When I click on Ok to login, Windows right away pops up an error
message:
Das System kann Sie nicht bei dieser Dom?ne anmelden, da das
Computerkonto des Systems in seiner prim?ren Dom?ne fehlt, oder das
Kennwort f?r dieses Computerkonto falsch ist.
Translation: Can't login to domain because the machine account is
missing from the primary domain or because the password for this machine
account is wrong.
Well, I've obviously missed a step. But what? I also wonder about the
"password is wrong" part. I've never bee...
2002 Jun 30
2
Samba 2.2.5 - RECYCLE BIN (VFS) problem
...mba 2.2.5 zu kompilieren sind? Die Doku ist f?r
unerfahrene User (wie mich) recht d?rftig. Habs auf alle m?glichen
Arten versucht, aber funzt nicht! Ich habe FreeBSD 4.5 zu
laufen, es gibt immer eine Fehlermeldung:
make: don't know how to make audit.so. Stop
... respektive recycle.so
Was ist falsch? Liegt's am BSD?
2001 Jan 04
0
running Rcmd INSTALL (creating help files revisited)
...typing "rcmd", no error message is given, so I suppose this is
found as well:
D:\>rcmd
REM But trying to get help for "rcmd install" gives an error message, saying
(in German) that the command is wrong or could not be found:
D:\>rcmd INSTALL --help
Der Befehl ist entweder falsch geschrieben oder konnte nicht gefunden
werden.
Bitte ?berpr?fen Sie die Schreibweise und die Umgebungsvariable 'PATH'.
-----
Hm. At this point I suspect the problem is with perl file "INSTALL"; to
check this, I rename "INSTALL" to "INSTALL.pl" and try to run t...
2002 May 20
1
Problems accessing files with (lib)smbclient
Hi!
Seems like I need some help with a really awkward problem I stumbled over
today. In a remote access solution I developed, a Perl CGI script accesses
a Windows NT 4.0 Server through Filesys::SmbClient and thus libsmbclient.
Browsing the shares and the directories works perfectly but as soon as I
try to get any file, it fails with a "Permission denied", even if I try it
with the