search for: reportname

Displaying 5 results from an estimated 5 matches for "reportname".

2013 May 15
1
still mbuf leak in 9.0 / 9.1?
...ine 558. We don't see any of those notices in dmesg so I don't think that glebius fix would apply for us. I'm collecting system and memory information every hour. Script looks like this. less /etc/periodic/hourly/100.report-memory.sh #!/bin/sh reporttimestamp=`date +%d-%m-%Y-%H-%M` reportname=${reporttimestamp}.txt cd /root/memory-mon top -b > $reportname echo "" >> $reportname vmstat -m >> $reportname echo "" >> $reportname vmstat -z >> $reportname echo "" >> $reportname netstat -Q >> $reportname echo "" &...
2009 Jul 14
2
Proper Paste for Data Member
...urce <- ts(paste("sh$",NAMEVARIABLE,sep="") ... ) fails. The paste isn't evaluating properly. What is the proper way to concatenate a data source with a member name such that they evaluate properly. actual code below: doEnv <- function(SOURCEDATA,REGDATA,HOUR,ENVNAME,REPORTNAME) { print(SOURCEDATA) print(REGDATA) print(HOUR) print(ENVNAME) print(REPORTNAME) # blah blah blah ... #Raw Data channel1 <- odbcConnectExcel("Q:/metrics.xls") sqlTables(channel1) sh1 <- sqlFetch(channel1, "Actuals$") close(channel1) # Something here is borked like the Ch...
2007 Nov 08
2
Sweaving single master file to get multiple individualised reports
...seldom use) cygwin What I think the problem is (I'm hoping it's not) ?------------------------------ I've used odfWeave to do something similar, and was then able to specify both the infile and the outfile (and so could go something like infile = template.odf and outfile = paste("ReportName",schoolname,".odt",sep = ""). [Why stop using odfWeave? a) runs slowly with all the zipping and unzipping b) very cryptic error messages c) using eps to get high quality graphics results in a somewhat flaky OpenOffice file where scrolling through it to check pagination an...
2009 Dec 03
0
Problem with predict() and factors
...ng on a script that takes numeric performance indicators and runs them against a series of regressors (dummy regressors, yes\no stuff via 0 and 1, e.g. Was is Christmas this week 0=no, 1=yes). The script is as follows (Written as a function): -- Begin Script -- doEnv <- function(HOUR,ENVNAME,REPORTNAME) { library(RODBC) library(forecast) library("geneplotter") library(forecast) library(fUtilities) library(TSA) require(gplots) library(robfilter) SOURCEDATA <- paste("Q:/TEST/RSTATS/EPOC ",HOUR," Metrics.xls",sep="") REGRESSORS <- "Q:/TEST/RSTATS/e...
2006 Jan 23
0
Best Practice? Referencing a remote reporting server
...39;'m using SQL Server Reporting Services for my reporting needs. (Sorry, the ruby solutions don''t cut my mustard... yet) What would you all suggest the [Ruby|Rails]Way to encode the urls for my reports. Report server URLS: http://servercomputer/reportserver/appname/[reportfolder/..]reportname?option_a=value&option_b=value So, the "project-level'' part of the url is http://servercomputer/reportserver/appname The controller might be contained within one or more levels of report folders (appname is actually a folder too, I''m assuming that minimum organization) T...