Displaying 3 results from an estimated 3 matches for "clientversion".
2004 Jul 14
3
ROracle - fetch gives empty dataframe
...#### seems like connections has been established
 > dbGetInfo(ora)
$drvName
[1] "Oracle (ProC/C++)"
$connectionIds
$connectionIds[[1]]
<OraConnection:(14939,0)>
$fetch_default_rec
[1] 500
$managerId
<OraDriver:(14939)>
$length
[1] 10
$num_con
[1] 1
$counter
[1] 1
$clientVersion
[1] "0.5-4"
Maybe it is something stupid (and I need just a hint), or may be it is 
something major.
Thanks in advance,
Rado Bonk
-- 
Dr. Radoslav Bonk
European Commission - DG Joint Research Centre (JRC)
Institute for Environment and Sustainability (IES)
LM Unit - Natural Hazards
We...
2004 Jul 14
0
ROracle - fetch gives...(corrected SQL code)
...m
#### seems like connection has been established
 > dbGetInfo(ora)
$drvName
[1] "Oracle (ProC/C++)"
$connectionIds
$connectionIds[[1]]
<OraConnection:(14939,0)>
$fetch_default_rec
[1] 500
$managerId
<OraDriver:(14939)>
$length
[1] 10
$num_con
[1] 1
$counter
[1] 1
$clientVersion
[1] "0.5-4"
Maybe it is something stupid (and I need just a hint), or may be it is 
something major.
Thanks in advance,
Rado Bonk
-- 
Dr. Radoslav Bonk
European Commission - DG Joint Research Centre (JRC)
Institute for Environment and Sustainability (IES)
LM Unit - Natural Hazards
Wea...
2012 Jul 05
1
hash to_yaml in erb template not giving valid yaml
....g. http://yamllint.com/ I
have a syntax error with the 2 leading spaces.
Snippet from ''/etc/mcollective/facts.yaml''
[root~]# cat /etc/mcollective/facts.yaml
  architecture: &id001 x86_64
  hardwareisa: x86_64
  hardwaremodel: *id001
  kernelrelease: 2.6.18-274.17.1.el5xen
  clientversion: *id002
  kernelversion: 2.6.18
  lsbdistcodename: Final
  lsbdistdescription: CentOS release 5.8 (Final)
  lsbdistid: CentOS
  lsbdistrelease: "5.8"
  lsbmajdistrelease: "5"
I did some debugging on the IRB. On the commandline I do get the
expected format. To me it seems the t...