search for: eventdata

Displaying 20 results from an estimated 65 matches for "eventdata".

2007 Aug 10
1
Unexpected behavior in PBSmapping package
Using R 2.5.1 on Windows XP Professional, and PBSmapping package version 2.51, I have encountered some behavior which puzzles me. I am including the package's listed maintainer on this email but also seek the thoughts of the R-help community. I have a set of EventData, which I want to plot as points, and to color the points according to some criterion. It turns out that some of my points fall outside my desired plotting region. It looks like this causes the PBSmapping functions plotPoints and addPoints to incorrectly deal with the color assignments. Consi...
2016 Apr 22
2
clock24.plot/radial plot
...as.POSIXct("2011-01-01", tz="GMT") + days(floor(365*runif(N))) + hours(floor(24*rnorm(N))) + # using rnorm here minutes(floor(60*runif(N))) + seconds(floor(60*runif(N))) hour_of_event <- hour(events) # make a dataframe eventdata <- data.frame(datetime = events, eventhour = hour_of_event) # determine if event is in business hours eventdata$Workday <- eventdata$eventhour %in% seq(9, 17) library(circular) eventdata$eventhour <- circular(hour_of_event%%24, # convert to 24 hrs units="hours", template=&q...
2016 Apr 22
0
clock24.plot/radial plot
...as.POSIXct("2011-01-01", tz="GMT") + days(floor(365*runif(N))) + hours(floor(24*rnorm(N))) + # using rnorm here minutes(floor(60*runif(N))) + seconds(floor(60*runif(N))) hour_of_event <- hour(events) # make a dataframe eventdata <- data.frame(datetime = events, eventhour = hour_of_event) # determine if event is in business hours eventdata$Workday <- eventdata$eventhour %in% seq(9, 17) library(circular) eventdata$eventhour <- circular(hour_of_event%%24, # convert to 24 hrs units="hours", template=&q...
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
new thread, old issue been fiddling off-list with tips from Louis over the last days, and putting it back to the list to ask for help from others: 2 samba-4.9.11 DCs 1 samba-4.8.12 DM file server GPOs not working cleanly anymore tried to resync completely etc etc - right now I test gpupdate/gpresult on an older (not productive) W2008R2 server which I use for editing stuff via RSAT/MMC I
2016 Aug 03
1
Samba 4.2.14 GPO issue
...F-172B-4F62-8B1A-5732474FD71D}*" /> <Execution ProcessID="*1156*" ThreadID="*1872*" /> <Channel>System</Channel> <Computer>WIN7SRV.kl01.amtb-m.org.my</Computer> <Security UserID="*S-1-5-18*" /> </System> - <EventData> <Data Name="*SupportInfo1*">1</Data> <Data Name="*SupportInfo2*">2052</Data> <Data Name="*ProcessingMode*">0</Data> <Data Name="*ProcessingTimeInMilliseconds*">3495</Data> <Data Name="*Erro...
2016 Apr 29
0
clock24.plot/radial plot: Fixed
...days(floor(365*runif(N))) + > > hours(floor(24*rnorm(N))) + # using rnorm here > > minutes(floor(60*runif(N))) + > > seconds(floor(60*runif(N))) > > hour_of_event <- hour(events) > > # make a dataframe > > eventdata <- data.frame(datetime = events, eventhour = hour_of_event) > > # determine if event is in business hours > > eventdata$Workday <- eventdata$eventhour %in% seq(9, 17) > > library(circular) > > eventdata$eventhour <- circular(hour_of_event%%24, # convert to 24 hrs &g...
2019 Nov 14
1
Roaming profile not syncing with the server
.../> ??? <Execution ProcessID="1404" ThreadID="1716" /> ??? <Channel>Application</Channel> ??? <Computer>DESKTOP-RLKxxxx.cfd.intranet</Computer> ??? <Security UserID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> ? </System> ? <EventData> ? </EventData> </Event> ------------------------------------------------------ Looking up error 1504, there's plenty of references to a bug in Windows version 1803, however the problem computer has Windows version 1903.? Last time I had this problem on a different computer,...
2016 Apr 22
0
clock24.plot/radial plot
I use ggplot2 for all my plotting needs where you can make plots circular with the coord_polar. Maybe this will help you along: http://rstudio-pubs-static.s3.amazonaws.com/3369_998f8b2d788e4a0384ae565c4280aa47.html On Fri, 22 Apr 2016 at 08:31 Ogbos Okike <giftedlife2014 at gmail.com> wrote: > Dear All, > I am trying to generate a circular/radial plot. The script below has a >
2016 Jul 24
3
Samba 4.2.14 GPO issue
Hello Sébastien Le Ray, The PC reply the following... The processing of Group Policy failed. Windows could not resolve the user name. This could be caused by one or more of the following: a) Name Resolution failure on the current domain controller. b) Active Directory Replication Latency (an account created on another domain controller has not replicated to the current domain controller). The
2018 Mar 23
3
explorer.exe and mmc.exe crashes on security tab access
...ds> <TimeCreated SystemTime="2018-03-23T13:14:20.295605000Z" /> <EventRecordID>17061</EventRecordID> <Channel>Application</Channel> <Computer>DESKTOP-xxxEUDC.OBFUSCATEDDOMAIN</Computer> <Security /> </System> - <EventData> <Data>explorer.exe</Data> <Data>10.0.16299.248</Data> <Data>18ee648b</Data> <Data>ntdll.dll</Data> <Data>10.0.16299.248</Data> <Data>effc9126</Data> <Data>c0000374</Data> <Data>00000...
2016 Mar 29
5
Permission denied on GPT.ini (Event ID 1058)
Complete event id of : > But still, events log show a warning about kerberos ticket from LsaSrv > source and right after a permission denied on GPT.ini And a getfacl of the problem GPO SID please, i'll check. And a output of ipconfig /all on the problem pc. And question, dedicated IP or dhcp IP? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2016 Mar 29
3
Permission denied on GPT.ini (Event ID 1058)
...ID="840" ThreadID="900" /> > >> <Channel>System</Channel> > >> <Computer>computer.domain</Computer> > >> <Security UserID="S-1-5-18" /> > >> </System> > >> <EventData> > >> <Data Name="Target">cifs/computer.domain</Data> > >> <Data Name="Protocol">Kerberos</Data> > >> <Data Name="Error">"Le nombre maximal de tickets de référence a > été > >&g...
2016 Apr 21
2
clock24.plot/radial plot
Dear All, I am trying to generate a circular/radial plot. The script below has a result I am looking for: testlen<-rnorm(24)*2+5 testpos<-0:23+rnorm(24)/4 clock24.plot(testlen,testpos,main="Test Clock24 (lines)",show.grid=FALSE, line.col="green",lwd=3) if(dev.interactive()) par(ask=TRUE) # now do a 'daylight' plot
2016 Mar 30
2
Permission denied on GPT.ini (Event ID 1058)
...<Execution ProcessID="840" ThreadID="900" /> > > <Channel>System</Channel> > > <Computer>computer.domain</Computer> > > <Security UserID="S-1-5-18" /> > > </System> > > <EventData> > > <Data Name="Target">cifs/computer.domain</Data> > > <Data Name="Protocol">Kerberos</Data> > > <Data Name="Error">"Le nombre maximal de tickets de référence a été > > dépassé. > >...
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
...sID="1008" ThreadID="7124" /> > <Channel>System</Channel> > <Computer>PRE01SVBMD01.mydomain.at</Computer> > <Security > UserID="S-1-5-21-2940660672-4062535256-4144655499-500" /> > </System> > <EventData> > <Data Name="SupportInfo1">1</Data> > <Data Name="SupportInfo2">2052</Data> > <Data Name="ProcessingMode">0</Data> > <Data Name="ProcessingTimeInMilliseconds">1670</Data> >...
2015 Jan 20
2
Problem with Cisco Phones
...3a07fceb4b00ee46f74fd6-4ed3acbd</localtag> <remotetag>as18747c6d</remotetag> </consultdialogid> <state>false</state> <joindialogid> <callid></callid> <localtag></localtag> <remotetag></remotetag> </joindialogid> <eventdata> <invocationtype>explicit</invocationtype> </eventdata> <userdata></userdata> <softkeyid>0</softkeyid> <applicationid>0</applicationid> </softkeyeventmsg> </x-cisco-remotecc-request> <-------------> --- (16 headers 3 lines)...
2006 Oct 13
3
OriginateEvent reason codes.
Hi. I'm making calls via the Manager OriginateAction. My action is set to be async and therefore I receive originiate events. Within the originate event that I receive there is a reason code. In the event of failure I need to dermine why the call failed (no pickup, rejected, no such number, circuit busy, ect) and inform the user with a meaningful message. I assume that one is suppose to
2014 Nov 06
0
RemoteApp Failed Logon
...cordID>119539</EventRecordID> <Correlation /> <Execution ProcessID="552" ThreadID="3864" /> <Channel>Security</Channel> <Computer>srvcheina.dipaula.local</Computer> <Security /> </System> <EventData> <Data Name="SubjectUserSid">S-1-5-82-604604840-3341247844-1790606609-4006251754-2470522317</Data> <Data Name="SubjectUserName">RDWebAccess</Data> <Data Name="SubjectDomainName">IIS APPPOOL</Data> <Data Nam...
2017 May 11
1
Samba 4.6.x as secondary DC to Windows 2008 R2
...ID> <Correlation /> <Execution ProcessID="816" ThreadID="1856" /> <Channel>Directory Service</Channel> <Computer>servercore.schefczyk.local</Computer> <Security UserID="S-1-5-7" /> </System> <EventData> <Data>DC=schefczyk,DC=local</Data> <Data>11d000d6-f318-44fa-9935-dfc82a28c282 (domainb72.schefczyk.local)</Data> <Data>8418</Data> <Data>Der Replikationsvorgang ist fehlgeschlagen, da Schemas unter den beteiligten Servern nicht übereinst...
2016 Mar 29
0
Permission denied on GPT.ini (Event ID 1058)
...;Correlation /> > <Execution ProcessID="840" ThreadID="900" /> > <Channel>System</Channel> > <Computer>computer.domain</Computer> > <Security UserID="S-1-5-18" /> > </System> > <EventData> > <Data Name="Target">cifs/computer.domain</Data> > <Data Name="Protocol">Kerberos</Data> > <Data Name="Error">"Le nombre maximal de tickets de référence a été > dépassé. > (0xc00002f4)"</Da...