search for: s0002

Displaying 4 results from an estimated 4 matches for "s0002".

Did you mean: 0002
2014 Jul 21
1
Domain member (2k8R2) server, problem mapping Kerberos/NSS users
...ON_FAILURE) > Server exit (NT_STATUS_CONNECTION_RESET) The server was also joined to the domain and 'klist -ke' prints the following keytab: Keytab name: FILE:/etc/krb5.keytab KVNO Principal ---- -------------------------------------------------------------------------- 4 host/mn1221-s0002.am15.my-domain.tld at MY-DOMAIN.TLD (des-cbc-crc) 4 host/mn1221-s0002.am15.my-domain.tld at MY-DOMAIN.TLD (des-cbc-md5) 4 host/mn1221-s0002.am15.my-domain.tld at MY-DOMAIN.TLD (aes128-cts-hmac-sha1-96) 4 host/mn1221-s0002.am15.my-domain.tld at MY-DOMAIN.TLD (aes256-cts-hmac-sha1-96) 4 h...
2003 Jul 09
2
RODBC and Oracle: error "table does not exist"
...ARKS 37 <NA> TKF ABTGRNAMEN TABLE <NA> > # ok, so the table I am looking for ("ABTGRNAMEN") is there, but: > sqlFetch(channel, "ABTGRNAMEN") [1] "[RODBC] ERROR: Could not SQLExecute" [2] "S0002 942 [Oracle][ODBC][Ora]ORA-00942: table or view does not exist\n" > # I also tried: > sqlFetch(channel, "TKF.ABTGRNAMEN") Error in odbcTableExists(channel, sqtable) : TKF.ABTGRNAMEN : table not found on channel What am I doing wrong here? It doesn't work with othe...
2007 Jan 22
1
eval() parse() and problem with square brackets
Hello, i have problem with the following code (I'm using sqlQuery function from RODBC package): eval(parse(text="g_1 <- sqlQuery(cnn_1, \"select aa from bb.[cc\\dd].ee\")")). I get the error message: "[RODBC] ERROR: Could not SQLExecDirect" "S0002 208 [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'bb.cc\dd.ee'." It seems that R is replacing square brackets that are needed for database to execute query. How can I force R to change its behavior and leave square brackets unchanged? Any ideas appreciated...
2007 Jan 22
1
eval() parse() and problem with square brackets
Hello, i have problem with the following code (I'm using sqlQuery function from RODBC package): eval(parse(text="g_1 <- sqlQuery(cnn_1, \"select aa from bb.[cc\\dd].ee\")")). I get the error message: "[RODBC] ERROR: Could not SQLExecDirect" "S0002 208 [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'bb.cc\dd.ee'." It seems that R is replacing square brackets that are needed for database to execute query. How can I force R to change its behavior and leave square brackets unchanged? Any ideas appreciated...