Temporal reasoning

I'm having some difficulty in using temporal reasoning, I believe I'm nearly there but not quite.
Here's what I'm trying to work out:
the applicant is spending time with the person for at least 10 hours a week for at least 9 weeks of the last 19 weeks
Here is what I have underneath it at the moment:
intervalatleastdays(19 weeks before the relevant date, the relevant date, 63, the claimant regularly spends time with the person for at least 10 hours a week)
where
the claimant regularly spends time with the person for at least 10 hours a week > 10
and
19 weeks before the relevant date = addweeks(the relevant date,-19)
and
the relevant date is the date of the application
Can someone please take a look and let me know where this may be going wrong? In particular calculating the 9 weeks of the last 19 weeks
Many thanks

Depending on how tricky you want/need to get, you might be able to get away with just using regular entity reasoning.
Here are some ideas... (caveat: not properly tested, just ideas of an approach!)
Entity structure*
Containment relationship: Global --> one-to-many --> the week (relationship text: the weeks)
Rules*
the applicant has spent time with the person for at least 10 hours per week for at least 9 weeks of the 19 weeks prior to the application date if
the number of relevant weeks for which the applicant has spent at least 10 hours per week with the person >= 10
the number of relevant weeks for which the applicant has spent at least 10 hours per week with the person = InstanceCountIf(the weeks, the week should be included in the assessment)
the week should be included in the assessment if
the applicant has spent at least 10 hours with the person during the week and
the start date of the week >= the day 19 weeks before the application date and
the start date of the week <= the application date
the applicant has spent at least 10 hours with the person during the week if
the number of hours the applicant has spent with the person during the week >= 10
the day 19 weeks before the application date = AddWeeks(the application date, -19)
Comments*
With the rules above, you'd have an entity representing each week, and each of those weeks would have a start date and a number of hours the applicant spent with the person. At the Global level the input is the application date.
There are a whole lot of other things you'd need to consider though, such as:
* What is a "week"? Is it a week relative to the application date? I.e. If the application date falls on a Wednesday, does the week start on the prior Thursday? Or does a week always start on the same weekday, e.g. Monday. If a week always starts on a set weekday, then what happens if the application date falls on, say, a Friday? Is the start of the most recent week the Monday of that week? Or is it the Monday of the previous week (i.e. the Monday of the first full week)?
* How should the determination be handled if you don't have data for the 19 consecutive weeks prior to the application date?
* Do you need to determine a rolling eligibility? I.e. If you had 50 weeks of data, do you need to be able to pick any week and know (from the perspective of that particular week) whether the goal is satisfied -- obviously the answer could vary from week to week. This is possible using inferred relationships and cross entity reasoning.
Cheers,
Jasmine

Similar Messages

  • Using warning events in combination with temporal reasoning

    OPA settings and environment settings
    OPA version
    10.3.0.77
    OPA Project properties
    Rule language: Dutch
    Region: Netherlands (Dutch)
    We are using temporal reasoning to make decisions. Example: 'Decision X' is initially 'uncertain', from 01-01-2012 'true' and from 31-12-2012 'uncertain'.
    Now we want to use an warning event in case Decision X is uncertain between a certain relevant period, for example between 01-01-2012 and 31-03-2012.
    something like
    warning("decision could not be made") if
    decision is uncertain between 01-01-2012 and 31-03-2012
    Is this possible?
    In case it isn't possible, is there another solution for this problem?
    Thanks in advance.

    For the purpose of this explanation, 'Decision X' is 'the person is happy'. Here's an idea to try...
    Create a regular rule which checks whether 'the person is happy' is uncertain at any point in the specified interval:
    the warning message should be triggered if
    IntervalSometimes(2012-01-01, 2012-03-31, it is uncertain whether or not the person is happy)
    Then create a Warning event rule, e.g.
    Warning("Decision could not be made.") if
    the warning message should be triggered
    You could combine these two rules into one rule, but it will be easier to test if you add an intermediate attribute, e.g. something like 'the warning message should be triggered' I used above.
    For more information about the IntervalSometimes function, search on "IntervalSometimes" in the OPM Help.
    Cheers,
    Jasmine

  • Example project for temporal reasoning

    After posting our draft Architectural Standards and Guidelines, we got a lot of good feedback and were pointed at documents to aid us that we were unaware existed. We are incorporating those internally.
    In the same spirit, we just posted a temporal reasoning demo project. It can be found in the exchange. http://ruleexchange.squarespace.com/ It is under the folder "Sample Architecture Documentation" in the zip file "TemporalExampleOPA10.3.zip"
    Temporal reasoning is one of the key benefits our agency wants from OPA. However, we find that potential rule modelers have a mental block on using temporal reasoning. We are not sure why. As architects, we love it. One of our first example projects a year ago tried to show how we might use temporal reasoning to solve the following challenges:
    •     How might we change rules over time?
    •     How might we change data over time? (a.k.a. change in circumstance)
    •     How might we go backwards in time to see the historical impact of rules?
    •     How might we go forwards in time to see if a rule still works in 5 years? (Yes, a rule that works today might break 5 years from now if it includes temporal reasoning. Ouch.)
    •     How might we correct rules that make it all the way to production but should not have?
    •     How can we take incorrect rate rules into account while moving forward and correcting rates? We want to easily rectify the negative impacts of an incorrect rate rule should one occur in the easiest way possible.
    I uploaded the temporal reasoning example project from our library of projects. It provides possible answers to the questions in both Excel and Word.
    Since there is more than one way to solve the problems above, feel free to call out why other methods may work better than the methods shown in the example.
    Don't let all the commentary in the rules documents turn you off. There are only a few rules, but a lot of commentary on the rules. This project was in TFS. Hopefully, I successfully removed all the TFS version control junk prior to uploading.

    Ire,
    The 6009 has an event counter which is not capable of doing PWM via pulse train generation. The DIO lines are also not capable. You can do this using the two counters on the E series device but in order to change the output pulse train generation you will need to stop the counter, change the pulse spec and then re-start the task again. I have done a simple example in which I use two counters for control of the lamp power and a disturbance.
    The missin VI's are purely for schedulling tasks. Just look at the while loop and how I programmatically built the tasks.
    Hope this helps.
    Kind Regards
    Steven Bird
    Applications Engineer
    National Instruments
    Attachments:
    PWMControl.vi ‏207 KB

  • Summary Screen & Temporal Rules

    Hi,
    I am using Temporal Rules in the Rulebase. The Top Goal defined by the Temporal Rules is a Boolean Attribute and used for user display on the Summary Screen.
    The Rulebase errors out when the Boolean Attribute has both Yes & No value (because of Temporal Rule evaluation). The following error is thrown:
    0 [http-127.0.0.1-9000-Processor4] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - java.lang.ClassCastException: com.oracle.determinations.engine.local.temporal.TemporalValue cannot be cast to java.lang.Boolean
    java.lang.ClassCastException: com.oracle.determinations.engine.local.temporal.TemporalValue cannot be cast to java.lang.Boolean
         at com.oracle.determinations.interview.engine.screens.LocalControlFactory.evaluateControlState(LocalControlFactory.java:198)
         at com.oracle.determinations.interview.engine.screens.LocalControlFactory.createAndInitControlInstance(LocalControlFactory.java:116)
         at com.oracle.determinations.interview.engine.screens.EntityInstanceInterviewControl.doAdditionalInitialisation(EntityInstanceInterviewControl.java:47)
         at com.oracle.determinations.interview.engine.screens.RelationshipGroupInterviewControl.doAdditionalInitialisation(RelationshipGroupInterviewControl.java:36)
         at com.oracle.determinations.interview.engine.screens.LocalControlFactory.createAndInitControlInstance(LocalControlFactory.java:142)
         at com.oracle.determinations.interview.engine.screens.LocalScreen.init(LocalScreen.java:135)
         at com.oracle.determinations.interview.engine.screens.LocalScreen.<init>(LocalScreen.java:40)
         at com.oracle.determinations.interview.engine.screens.LocalSessionScreenService.getDefaultSummaryScreen(LocalSessionScreenService.java:227)
         at com.oracle.determinations.interview.engine.screens.LocalSessionScreenService.getScreen(LocalSessionScreenService.java:66)
         at com.oracle.determinations.web.platform.controller.ScreenController.getScreenInstance(ScreenController.java:274)
         at com.oracle.determinations.web.platform.controller.ScreenController.renderScreen(ScreenController.java:112)
         at com.oracle.determinations.web.platform.controller.ScreenController.renderScreen(ScreenController.java:90)
         at com.oracle.determinations.web.platform.controller.actions.ScreenAction.getResource(ScreenAction.java:32)
         at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:80)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Unknown Source)
    Is it a known issue? Also, if there is any fix for the issue, please let me know.
    Thanks in advance,
    Aditya

    Screens are not temporal so can't use temporal values to control the state of items on a screen. You can use the temporal functions (+Policy Modeling Help --> Temporal Reasoning+) to set a single boolean value based on some or all of the periods in your temporal attribute.
    For example, if you wanted to show the summary screen item based on the value of your attribute at a particular point in time you can use the ValueAt function. Similarly, you could use the IntervalSometimes function to find out if the attribute was ever true.

  • How can we share knowledge such as sample projects and OPA standards?

    Is there a place for the community to share things? For instance, we have been working on OPA standards, etc. It might be nice for other people to be able to comment on or reuse what we have created.
    We also have example projects we are creating to prove concepts. As an example, we created a project to demonstrate temporal reasoning. This project answers questions such as "How do we make corrections to mistakes put into production for rate tables or temporal rules?" "How are general additions, subtractions, and modifications of rules handled when the rules are temporal?" "How do you unit test temporal rules to make sure they will not break at some point in the future?"
    These questions were not easy to answer, so it would be nice to share our solutions and see what the community thinks.

    Is the rule exchange down? http://www.ruleexchange.com/
    I had time today and wanted to upload a sample "OPA Standards and Guidelines" document for the group's feedback... It is a rough draft, but feedback would help improve the quality of our work.
    If I can manage it, I also wanted to upload a sample project that explains and demos temporal reasoning as we understand it. In light of some recent conversations on date usage, it seemed appropriate.

  • Time traveling using OPA

    Is it possible to use a form of time traveling using Oracle Policy Automation?
    e.g.:
    In 2006 we developed a rulebase for a company. We made backups of these rules.
    In 2007 we used the 2006 as a basedocument for developing rules, a lot of the same variables are used but a lot of things in the calculation and rules are changed.
    In 2008 a lot more is changed in the same way.
    Is it possible to work with a variable 'ruleyear' and use a specific set of rules?
    Gr.

    There are two aspects to this.
    The first is simply which set of rules to use.
    You can do that easily with rules like:
    the claimant is eligible for the benefit if
       the claimant is eligible for the 2006 benefit or
       the claimant is eligible for the 2007 benefit
    the claimant is eligible for the 2006 benefit if
       the application date >= 2006-01-01 and
       the application date <= 2006-12-31 and
       <2006 eliigibility rules here>
    the claimant is eligible for the 2007 benefit if
       the application date >= 2007-01-01 and
       the application date <= 2007-12-31 and
       <2007 eliigibility rules here>
    In other words, just splice in which set of rules you want to use based on application date.
    If you have some rules in common across the 2006 and 2007 rules, you can just share those pieces of logic between the lower level rules.
    If you actually need to perform calculations that span the boundary between the time periods where rules vary (e.g. if calculating the sum of benefits across the year boundary) then you can use the "temporal reasoning" feature to control which rules are applied to which date ranges. For this case, I'd suggest you search for "temporal" in the on-line help for Oracle Policy Modeling more information.
    Davin Fifield
    Edited by: davinfifield on 21/12/2009 21:03
    Edited by: davinfifield on 21/12/2009 21:04
    Edited by: davinfifield on 21/12/2009 21:05

  • Sample OPA Standards and Guidelines Document

    I decided to be brave and post some sample standards and guidelines for OPA as drafted locally.
    They can be found in the exchange. http://ruleexchange.squarespace.com/
    They are under the folder "Sample Architecture Documentation" in the word doc "Sample OPA Standards and Guidelines.docx"
    The purpose of posting these is two-fold. First, it would be nice to get feedback before we do too much work. Second, it would be nice to start getting the community on the same page with regards to standards and guidelines, so that as consultants pass through our agency they know what to expect.
    Disclaimers:
    1) This is a draft from architects with limited experience in OPA.
    2) This is certainly not all-encompassing.
    3) We had to remove links and references specific to our organization and our internal documentation systems.
    4) This is intended only to assist other organizations and perhaps solicit feedback to improve our own quality of work.
    5) Basically, we don't want to accidentally lead anyone down a bad path.
    Feel free to contribute / modify the document to improve everyone's quality of work.
    If this is of value, please let me know and we will try to release more documentation, such as sample projects for demonstrating temporal reasoning, demonstrating web services, demonstrating the use of sections, and even demonstrating how to solve logic puzzles with OPA.
    Thank you,
    Paul Fowler

    Point. ...and I would not claim to be a guru.
    The general thought is that a code inspector (or rule inspector) might be a nice enhancement feature for OPA. I am trying to think of ways to continually improve the quality of rulesets. I make the assertion that readability of the rules (as well as other good practices) could be examined by an automated inspector and that this would be a neat OPM feature to add. I assert it would remind rules authors of the best practices and would lower future error rates and maintenance costs in the coded rules.

  • TROUBLE WHIT INDESIGN FILES don't delete the temporal idlk

    I have a server, my indesign files create a temporal file (idlk) for backup reason, Indesign delete this archive automaticaly on document close. My document is closed and the temporal file is still open. HELP ME PLEASE.

    Look here for an answer: http://helpx.adobe.com/contact/index.html

  • Auto level with temporal smoothening not found in PE13

    The manual of Adobe Premiere Elements 13 describes on page 133 that Auto levels can be done with temporal smoothening as an effect. I currently do auto levels with the adjustments menu. But then the level seems to be adjusted for each single picture causing sometimes colored flickering. For some scenes, this causes really an impressive appearance, for some color flickering which looks like outdated old films...
    The problem is just that I can't find this effect described in the menu. According to the description it should do exactly what I need. But I can find an effect called auto level.
    The reason why I tried this is to correct the colors of my underwater film. The colors are shifted. Auto level mostly compensates this.
    I'm running PE13 on OS X 10.10.
    Thanks for your help !

    mkc2lr
    Temporal smoothing remains in 13/13.1, at least in 13/13.1 Windows.
    I am strictly an Elements Windows user, and there is temporal smoothing option associated with auto levels in Premiere Elements 11, 12, and 13/13.1 Windows 7, 8, and 8.1 64 bit.
    Please see the following which specially answers that question
    ATR Premiere Elements Troubleshooting: PE11&12: AutoLevels/Temporal Smoothing
    Quick summary....for Expert workspace
    Adjust Tab
    Adjustments Palette
    Lighting Panel expanded and its AutoLevels option
    Then look to the Timeline video clip rubberband....right click Opacity in the Timeline clip's title bar, see Auto Level choice and its temporal smoothing option there. (Please refer to link for details).
    Please let us know if this Premiere Elements 13/13.1 Windows opportunity is available to you on Premiere Elements 13/13.1 Mac.
    Thank you.
    ATR

  • Temporal Relationships

    I am a huge fan of the new advanced relationships and reasoning that are possible in 10.2. I am literally struggling to think up examples of things that cannot be modelled.
    But I can't see any place to enter a temporal element to a relationship. Am I right to assume that they are not supported?
    For example, if I have 2 entites, the person and the country, and a many-to-one relationship between them called the person's country of residence, then I would like to represent a person moving between countries as -
    - the death of one relationship instance at a point in time, and
    - the birth of another relationship instance at the same point in time,
    but there doesn't seem to be any place to add changepoints on the relationships.
    When I try to trick OPA into a temporal relationship by inferring the relationship from a temporal attribute, it has an error in the debugger saying "Relationship targets can only be true, false, uncertain or unknown." I agree these are the only sensible values for relationships, but I can think of many real life applications of temporal relationships, i.e. changes to them over time, like changes in family membership or employment status.
    Can someone confirm the status of temporal relationships?

    I can confirm that, at the moment, we don't support temporal relationships.
    * You cannot enter a temporal targets for standard static relationships.
    * You cannot infer relationships in such a way that the relationship would be temporal (change over time).

  • Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email. What is happening?

    Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email to the same recepient. What is happening?

    I talked with a tech today and he said I cloud is having problems which should be resolved shortly.
    In the mean time I used the .me smtp server settings which allowed me to send mail.

  • My Macbook Pro started freezing all the time & going to sleep on its own for no reason

    I've been having trouble for a few weeks with my computer freezing way too often for seemingly no reason - I'm using it exactly the same way I always have with no problems, and even actively trying to have less applications open (which seems to have no effect). I can't always load simple webpages without it freezing and giving me the color wheel and it's just MUCH slower in general. It is seriously making it difficult to use my computer for work  or for fun...
    It has also started going to sleep on its own - the screen will just go black (or sometimes BLUE) and the keyboard lights turn off, and the only way to get it to wake back up is to close the computer, wait, open it again and click or press a key. It doesn't respond to any keys/clicks until it has been closed and reopened.
    It seems to overheat really easily lately as well - but it does not always overheat when it freezes.
    SMC reset did not seem to have an effect. Activity Monitor doesn't show anything crazy, everything is pretty much 0% except Firefox around 7-12% as I'm typing this. 246 GB available on my hard drive so that doesn't seem to be the problem either. Right after restarting my computer it seems better but the problems quickly resurface...
    I googled for help before posting this and someone had suggested running the command
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|find tok|n Cause: -' | tail | open -ef
    in Terminal, which they said "Normally the command will produce no output, and the window will be empty." But mine gave this:
    Tue Apr 15 21:04:24 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Tue Apr 15 21:04:42 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Tue Apr 15 21:35:04 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Tue Apr 15 21:35:20 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 10:56:46 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 10:57:03 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 12:11:17 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 12:11:35 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 12:11:52 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    Wed Apr 16 12:23:01 My-MacBook-Pro kernel[0] <Debug>: disk0s2: I/O error.
    I don't know what that means or if that is useful info to help solve my problem? I just want to know what I can do to make my mac go back to normal!
    I ran Etrecheck:
    Hardware Information:
        MacBook Pro (15-inch, Early 2011)
        MacBook Pro - model: MacBookPro8,2
        1 2 GHz Intel Core i7 CPU: 4 cores
        4 GB RAM
    Video Information:
        AMD Radeon HD 6490M - VRAM: 256 MB
        Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
        Mac OS X 10.6.8 (10K549) - Uptime: 0 days 0:24:42
    Disk Information:
        Hitachi HTS725050A9A362 disk0 : (465.76 GB)
            (null) (disk0s1) <not mounted>: 200 MB
            Macintosh HD (disk0s2) / [Startup]: 465.44 GB (229.26 GB free)
        MATSHITADVD-R   UJ-898 
    USB Information:
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
        Apple, Inc. MacBook Pro
    Kernel Extensions:
        com.digidesign.iokit.DigiDal    (8.0.3f1)
        com.paceap.kext.pacesupport.snowleopard    (5.7.2)
    Startup Items:
        DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
        M-AudioFastTrack: Path: /Library/StartupItems/M-AudioFastTrack
        PACESupport: Path: /Library/StartupItems/PACESupport
    Problem System Launch Daemons:
        [System]    org.samba.winbindd.plist 3rd-Party support link
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.microsoft.office.licensing.helper.plist 3rd-Party support link
        [System]    org.eyebeam.SelfControl.plist 3rd-Party support link
        [System]    PACESupport.plist 3rd-Party support link
    Launch Agents:
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.hp.help.tocgenerator.plist 3rd-Party support link
        [System]    com.m-audio.mobilepremkii.helper.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [not loaded]    com.facebook.videochat.[redacted].plist 3rd-Party support link
        [not loaded]    com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
        Flux
        iTunesHelper
        RescueTime
    Internet Plug-ins:
        o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        nplastpass: Version: 2.5.5 3rd-Party support link
        Unity Web Player: Version: UnityPlayer version 3.5.2f2 - SDK 10.6 3rd-Party support link
        RealPlayer Plugin: Version: Unknown
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
        FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 3rd-Party support link
        QuickTime Plugin: Version: 7.6.6
        Flash Player: Version: 13.0.0.201 - SDK 10.6 3rd-Party support link
        googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 3rd-Party support link
        AdobePDFViewer: Version: 10.1.1 3rd-Party support link
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
        JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Outdated! Update
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.2
    3rd Party Preference Panes:
        Flash Player  3rd-Party support link
        Growl  3rd-Party support link
        M-AudioFastTrack  3rd-Party support link
        M-Audio MobilePre  3rd-Party support link
    Old Applications:
        None
    Time Machine:
        Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU:
             5%    firefox
             3%    EtreCheck
             2%    WindowServer
             2%    hidd
             1%    mds
    Top Processes by Memory:
        545 MB    firefox
        74 MB    mds
        57 MB    WindowServer
        41 MB    Mail
        41 MB    Finder
    Virtual Memory Information:
        1.88 GB    Free RAM
        818 MB    Active RAM
        458 MB    Inactive RAM
        880 MB    Wired RAM
        190 MB    Page-ins
        0 B    Page-outs

    Eric - I dont understand how I'd use caffeinate.  I am not running any code or particular script.  My system goes to sleep if surfing the web, or running Word or Excel, etc. 
    Or..  Are you saying I should go through and type 'caffeinate X' for all of my applications?

  • Why is my Apple ID being locked out every time I go to use it?  I haven't even attempted to log in for about 4 or 5 days, but today on my first attempt to do so, it said my account had been locked for security reasons.  This is the third time.

    I only sign in to iTunes' store about once a week or so.  But during each of my last 3 attempts (on different days, several days apart) on my first attempt to enter my password and hit submit, I am immediately told that my Apple account has been locked for security reasons and it wants to take me to a page to reset my 'forgotten' password.  I am using the CORRECT password.
    Perhaps someone else is trying to break into my account or is mis-entering theirs but my account should not be getting locked like this.  It is very frustrating to have to go through the reset password procedure each and every time I want to go into the store.  It seems to me that Apple really doesn't want me to buy any more apps from them as they keep refusing me entry into my own account, each and every time I have tried to use it, for the past few weeks.  I am not their best customer, but they aren't giving me much of a welcome invitation to become one, if I'm going to be treated like this.
    I just bought my iPhone 4 less than 2 months ago.  I paid extra money to upgrade early, just to get this phone because it was so highly recommended by everyone I spoke with in different stores (BestBuy and Verizon).  I even bought the 2 year upgrade to my Apple services in case I needed to ever call them, and so far I haven't had to, yet.  But I definitely will call them if this isn't straightened out.
    It looks like this other user could be tracked and an email could be sent to them from Apple to let them know what they are doing - trying to sign into the wrong account, and are locking somebody else out of their own account because of their error....and to remind them of their correct information or how to get it and to write it down or save it somewhere so they don't keep on doing this.
    I have seen literally DOZENS of other people in these discussions with exactly the same issue that I'm having so it is NOT an isolated incident, and it seems to be a growing problem as Apple's sales and user base continues to grow, so this problem is seriously needing to be addressed in some way, and soon, before they start losing new customers because of it.  If I was still within my original 14 day return period with this phone, I would definitely be returning it and buying an Android model because of how frustrating this is to me.  If my bank was doing this to me, I'd have already switched banks by now if they hadn't fixed it - just to give an example of how I feel about this.

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • Incoming payment by F-28: Reason code error while posting

    Hello everyone,
    I want to post Incoing Payment using F-28 net of TDS. I want the separate GL account to be picked up automatically for the difference when I enter the Reason Code 003.
    I did the following customization for the same.
    1. Financial Accounting> Accounts Receivable and Accounts Payable> Business Transactions>Incoimng Payments> Incoming Payments Global Settings>Overpayment/Underpayment> Define Reason Codes:- Here I selected the Indicator 'C' for reason code 003 which is for "Indicator: Charge off difference via separate account". The reason code 003 is for TDS Netted
    2. Below the Define Reason Code node, I selected the node 'Define Accounts for Payment Differences' . Selected the key ' Rules' and selected the checkbox 'Reason Code'. Then clicked on 'Accounts' and enetered the desired GL account against the reason code '003'.
    After doing the above customization I posted the Incoming payment using T code F-28. I entered the difference in the field 'Difference Posting'. Then entered reason code '003' which is for 'TDS netted' in the field 'Reason Code'. Now, I am getting the follwoing error.
    Reason codes with automatic charge-off are not permitted here
    Message no. F5605
    Diagnosis
    The reason code entered is designed to ensure that the payment difference amount is posted to an account specially set up for this purpose.  Postings of this nature usually require additional specifications (e.g. tax code, business area). If the difference stems from a single open item, the necessary specifications can be taken from that item. In the case that led to this error message, however, the difference does not stem soley from one item, which means that this method cannot be used.
    System Response
    The reason code entered is not accepted.
    Procedure
    You can either select a different reason code, which would create a new open item for the customer or vendor OR write off the difference using the function Charge off diff.. This function either takes you into a pre-configured account assignment model or into the document overview. From here you can enter the required difference postings.
    How can I proceed ahead?
    Thanks and Regards,
    Pradnya

    Hi Saulo,
    Thanks for ur reply.
    I had alreay done the config in OBXL and OBBE. Only thing I wanted to know is while posting Incoming Payment by F-28, how to use this reason code.
    Ur reply was a gr8 help for me.
    Regards,
    Pradnya

  • Error while deleting the confirmation- Reason has to be entered for 102

    Hi,
    When i try to delete the confirmation for Goods, an error -"A reason has to be entered for movement type 102" is occuring. I have maintained the reason for rejection in the document tab at the line item level while deleting the confirmation.The reason for movement field is mandatory in R/3 system for movement type 102. I have maintained this reason for rejection that has maintained in the R/3 system in the SRM config and able to select that during deletion of confirmation, but still i am getting this error. Please suggest.
    Regards
    GGL

    sorry for the very late reply..
    Note 1345896 - Error due to reason for movement when deleting the GR in EBP
    When we try to delete a goods confirmation with the Reason for Rejection text in SRM, we get the error "A reason has to be entered for movement type 102" (M7 325) thrown from the backend R/3 system.
    Other terms
    M7 325, RREJ, Reason for Rejection, MOVE_REAS, c_subtype_ca, LBBP_CFF60, FORM mapping_gr_for_backend.
    Reason and Prerequisites
    This is caused by a program error
    it helps aothers too

Maybe you are looking for

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

  • Updating XMP Dublin Core using Adobe Acrobat 5.0?

    I am very interested in using XMP to better describe my documents; I've also read that Adobe Acrobat 5.0 supports XMP. As such, how would I go about modifying the values of the Dublin Core properties using Acrobat 5.0?

  • I wanna close my open Po's in SRM system

    Any one can help me  how to close open Purchase Orders in SRM ?? let me know first weather it is possible or not at least.

  • Error 11500:2,-14 while trying to update tax software

    I'm trying to install an update from H&R Block for CA state tax return, and get this error message: An error prevented the update from completing error 11500:2,-14 Not sure if this is a problem with my mac or with their update -- I've tried several t

  • Browsing Websites while in Presenter View Mode?

    Hi, I am doing many presentations where I have to comment on the content of websites and I have been using a lot the Web View feature, which I love. However, I don't seem to be able to do it while on presenter view mode, since I can't click on the sl