search for: scheduledtask

Displaying 9 results from an estimated 9 matches for "scheduledtask".

Did you mean: scheduledtasks
2017 Apr 05
6
Very hard to reproduce bug (?) in R-devel
...to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) cat(t, "--3--\n", file = s) task <- private$scheduledT...
2006 Mar 20
6
Rails and Offline processing
How are you guys handling threads or server processes that have to, for example, process the data in your application on a periodic basis? Cron jobs can do it and then run on the database. But, are there ways to launch threads within the rails application itself. I have heard of WebBrick ways, but I am working with lighttpd, fastcgi? (textdrive if you are really interested).
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
...to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) cat(t, "--3--\n", file = s) task <- private$scheduledT...
2008 Nov 04
2
ggplot & annotating charts
...omatically to the chart). The code is below I suspect I need to use geom_rect, but what is foxing me is how to set up the aes() parameters. I'd be very grateful for any help thanks simeon ################### require(zoo) require(chron) vix <-read.csv(" http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/vixcurrent.csv", header=T,sep=",", na.strings="") names(vix) <- tolower(names(vix)) vix$dates <- chron(as.character(vix$date),out.format="d-mon-y") vix.z <- zoo(vix[,-1],vix$dates) vix.close1<-aggregate(vix.z[,4],as.yea...
2017 Apr 04
2
Very hard to reproduce bug (?) in R-devel
> > >> I've done some more investigation into the problem, and it is very difficult to pin down. What it looks like is happening is roughly like this: - `p` is an environment and `p$e` is also an environment. - There is a loop. In each iteration, it looks for one item in `p$e`, saves it in a variable `x`, then removes that item from `p$e`. Then it invokes `x()`. The loop runs
2009 Dec 19
1
as.xts convert all my numeric data to character
Hello, all... I've been playing with the TTR package and quantmod, and I'm loading the Chicago Board of Exchange put/call ratio data via a simple read.csv call... CBOEtotal<-read.csv(file=" http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/totalpc.csv ",skip=1) this gives me a data frame with columns.... > names(CBOEtotal) [1] "Trade_date" "Call" "Put" "Total" "P.C.Ratio" > head(CBOEtotal) Trade_date Call Put Total P.C.Ratio...
2017 Jan 24
4
Security Principals, and SID's mapping bug
...STEM" the : Change user/group ( at security options ) in the task. It system changes to : NTDOM\SYSTEM With user : NTDOM\SYSTEM Resulting in : http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm This exact event. And the ScheduledTask is not applied to the computer, even not created in the computer. Now when i change it to : NT Authority\SYSTEM It creates the needed task, but it does not run the error: http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm a...
2017 Jan 24
0
Security Principals, and SID's mapping bug
.../group ( at security options ) > in the task. It system changes to : NTDOM\SYSTEM > > With user : NTDOM\SYSTEM > Resulting in : > http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-eventno-11122-phase-1.htm > This exact event. And the ScheduledTask is not applied to the > computer, even not created in the computer. > > Now when i change it to : NT Authority\SYSTEM > It creates the needed task, but it does not run the error: > http://www.eventid.net/display-eventid-4098-source-Group%20Policy%20Local%20Users%20and%20Groups-ev...
2016 Dec 02
6
workaround needed for Security Principals, and SID's mapping bug.
Editing the xml.. results in same error. ( which is logical ) The exact event from windows. Eventlog info: Source : Group Policy Scheduled Tasks. ID : 4098 USER : SYSTEM Error code : Group Policy object did not apply because it failed with error code '0x80070534 No mapping between account names and security IDs was done.' This error was suppressed. So I'll wait until this