Is anyone processing fiels to create around 1,000,000 trans/day?

We are looking to implement a project that could use XI as an interface to R/3 and BW. Initially the system would receive about 5000 files daily and convert these into 500,000 - 1,000,000 IDOCs for posting into R/3 and BW. Is anyone doing anything around this size and can you provide any advice?

Hi Rick
we have sent large size documents of size 25MB through our XI Server. the frequency of sending documents was low but proved the point that XI memory consumption was stable and no memory leaks were observed.
on our system of dual CPU 8GB RAM, it could 80 seconds for each document to be processed. there was a straight through mapping and a file to file scenario.
hope this helps.

Similar Messages

  • Please help! We got a used Mac Mini and we don't have the former owner's password, so we can't install anything like flash player.  Does anyone know how to get around this?

    Please help! We got a used Mac Mini and we don't have the former owner's password, so we can't install anything like flash player.  Does anyone know how to get around this? I don't know how to wipe the hard drive, and the support online doesn't seem to work.

    As posted previously:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    If installing Leopard the process is similar in some respects.  If you wish to begin anew then after selecting the target disk click on the Options button and select the Erase and Install option then click on the OK button.  To install over an existing system do the following:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Problem (Process Break) in Creating GRPOs thru DI API Object

    Dear All,
    I am creating around 12000 GRPOs thru object of GRPO. But the process breaks after processing the few hundred of GRPOs and get an error related to memory insufficient. I am woriking on SERVER and it has 18 GB of RAM. I am releasing the GRPO object and even use the Garbage Collector. But the system throws the errors concerning with memory. I think 18 GB RAM is enough.
    Also, I have Disconnect and Connect to the DATABAse after posting of around 1200 GRPOs. But the problem is still occuring.
    Please help me in this matter.
    if (oGoodsReceipt != null)
                                                //GC.Collect();
                                                System.Runtime.InteropServices.Marshal.ReleaseComObject(oGoodsReceipt);
                                                GC.Collect();
                                                GC.WaitForPendingFinalizers();
                                            oGoodsReceipt = (SAPbobsCOM.Documents)ICreon_SBOAddOn.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes);
                                            oGoodsReceipt.CardCode = strRptVendCode1;
                                            oGoodsReceipt.DocDate = Convert.ToDateTime(strDate);
                                            oGoodsReceipt.DocDueDate = Convert.ToDateTime(strDate);
                                            oGoodsReceipt.TaxDate = Convert.ToDateTime(strDate);
    ANUJ SINGH

    Hello
    I am kindly asking you to remove these lines:
                                                //GC.Collect();
                                                System.Runtime.InteropServices.Marshal.ReleaseComObject(oGoodsReceipt);
                                                GC.Collect();
                                                GC.WaitForPendingFinalizers();
    There is no relevance with them to release the memory, if you read the MSDN documents about the garbage, you can find out, they are not necessary...
    The correct in c#
    // inside loop
    oGoodsReceipt = (SAPbobsCOM.Documents)ICreon_SBOAddOn.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes);
    oGoodsReceipt.CardCode = strRptVendCode;
    oGoodsReceipt.DocDate = Convert.ToDateTime(strDate);
    oGoodsReceipt.DocDueDate = Convert.ToDateTime(strDate);
    oGoodsReceipt.TaxDate = Convert.ToDateTime(strDate);
    oGoodsReceipt = null;
    //loop ends
    I am imporing items every day (approx 12000) without an error.
    Regards
    János

  • Has anyone been able to create a HtmlDataTable with dynamic col and rows?

    Has anyone been able to create a HtmlDataTable with dynamic col and rows?
    If so please explain. I am successfully able to dynamically add columns using the getChildren method of the htmldatatable object
    BUT for each new column created no data is displayed.
    I am only able to display data for columns originally created when i clicked and dragged the dataTable icon from the pallette in netbeans visual web kit.
    Any help on this is greatly appreciated. I have been searching the web and these forums for around 8 hours and no one seems to have a working example of this. Lots of similar posts asking how to do it though :(
    Thanks in advance.

    This might be useful: http://balusc.xs4all.nl/srv/dev-jep-dat.html

  • Does anyone know of a work around for this problem? : iphone 5 will not work on Chryslers uconnect.  I found out that they are working on it but have no ETA.   However, they will not help you if your vehicle is older thatn 2008.

    Do not get an iphone 5 if you want to use it with a Chrysler product.  The Chrysler Uconnect system might pair with your phone but the uconnect system will usually abend and become unusable after a few telephone conversations.  I have been to the dealer twice.  They have reset the uconnect system twice and I find it works for about 2 to 3 phone calls then it abends and uconnect becomes useless.  They had me call Chrysler at 1-800-247-9753.  I was told that the iphone five is not compatable at this time with any chrysler uconnect phone through the dash system, even the new vehicles.  He had me get on this web site: www.uconnectphone.com as a place to monitor as when it would be compatable.  They told me that Samsung seems to be working harder to make it compatible than apple is and they had no idea when it would begin to work.  In effect Chrysler was telling me dump the iphone and get a Samsung if you want it to work in a Chrysler.  Also, the site would only give you information for Chrysler that were 2008 or newer, they gave the following number to call if your vehicle was older.    I called that number and they told me that Chrysler and Uconnect had no plans at all to make the iphone 5 work, in the future, on any Chrysler older than 2008.  So.......If you have a Chrysler or Dodge that is older than 2008 you will NEVER  be able to use an iphone5 on the uconnect through the dash system.   Do not buy an iphone if you have an older vehicle.  It will never be supported for the $1,000 you paid for this uconnect system on your car.  My car is a 2005 Town and Country.  I asked both Chrysler and uconnect if their was some sort of work around so I could use my phone.  They both told me their was not and that they had no plans to resolve this situation for my vehicle.  This means that I need to either get rid of my $42,000 vehicle with low milage or get rid of my Iphone 5.  Niether are really good options. 
    I was also givne the following places to send formal complaints, even though I was told that neither Chrysler, Dodge or Apple were going to do anything to correct my problem: 
    for email:   [email protected]   or Mail:  Chrysler customer Assistance  P.O. Box 218004, Auburn Hills, Michigan  48321
    If anyone hears of a work around to be able to use an Iphone 5 in a Chrysler or Dodge product, please let me know. 

    This response is a little late as I just read about your problem. I have a 2012 Dodge Charger and a 2012 Chrysler Town and Country and both worked flawlessly with the iPhone 5s my wife and I had. However, we just upgraded to the iPhone 6 and Uconnect will receive calls but you cannot answer them. You can callout successfully, however. the annoyance being the inability to answer incoming calls in the HandsFree mode.

  • I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (123381)

  • Process Flow of Creating and sending Dunning Form

    Hi Experts,
    Can you please help me in this
    What is the process flow of creating, sending Dunning form and when do we get Confirmation from vendor and when the condition type should be triggered in messages of PO.
    I will appriciate your help
    Regards,
    Sheral

    Hi,
    Check these links.
    http://forums.sdn.sap.com/thread.jspa?messageID=3537642#3537642
    http://forums.sdn.sap.com/thread.jspa?messageID=5337739#5337739
    Regards
    Ayyallas

  • Error in 'eMail Response - Process Message' --- Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(

    Hi,
    When I was simulating the 'eMail Response - Process Message', I had been getting the below error when entering to 'Create activity Process' step.(provided all the inputs per testmode.xml file)
    Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(SBL-BPR-00183)
    I increased the log level to 5 and got the below message in log file
    ObjMgrBusServiceLog    InvokeMethod    4    0000000251b51f04:0    2013-06-10 01:30:12    Begin: Business Service 'XML Hierarchy Converter' invoke method: 'DocToHier' at 12cc4240
    ObjMgrBusServiceLog    Error    1    0000000251b51f04:0    2013-06-10 01:30:12    (xmlcnvsv.cpp (548)) SBL-EAI-00246: XML Hierarchy Converter error - empty input message, expecting an XML document in <Value> of input arguments
    I was wondering I could not find 'XML Hierarchy Converter' business service in 'eMail Response - Process Message' and 'eMail Response - Create Activity' sub process.
    Can any body help me out in this regard.
    Thanks in advance..
    Jagadeesh

    Hi Naresh,
    yes, I am using the delete polling strategy. Here is the .jca file:
    <adapter-config name="Pozadavky" adapter="Database Adapter" wsdlLocation="Pozadavky.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/PozadavkyConn" UIConnectionName="PozadavkyConn" adapterRef=""/>
    <endpoint-activation portType="Pozadavky_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="Pozadavky.Pozadavky"/>
    <property name="QueryName" value="PozadavkySelect"/>
    <property name="MappingsMetaDataURL" value="Pozadavky-or-mappings.xml"/>
    <property name="PollingStrategy" value="DeletePollingStrategy"/>
    <property name="PollingInterval" value="120"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="10"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>

  • Anyone in PAL land create custom menus in CS2 FOR DVDSPro 4 for 16:9?

    Anyone in PAL land create custom menus in DVDSPro 4 for 16:9?
    I need help with Photoshop into DVDSpro4 concerning quality of logos and graphics and what presets to use in Photoshop CS2
    Thanks!
    Dual G5 2.5GHz & Dual G4   Mac OS X (10.4.3)  

    Hi Allister,
    Thats what you should be seeing. The pixel count for both 4:3 and 16:9 are the same. It's the pixel aspect ratio which change. Unfortunately Quicktime doesn't have an aspect ratio flag setting. Hence you get your stretched look.
    With respect to the DVDSP settings. As far as I am aware Pan / Scan in DVDSP is still faulty. But it was DVDSP 3 when I last checked this. So, letterbox is the choice for you.
    Good Luck

  • Can anyone explain how to create this effect in Deamweaver and Fireworks?

    This site was oriinally done in dreamweaver - but the shadow
    effect was done
    outside of Dreamweaver. When I save to html and load into
    Dreamweaver it
    makes no sense to me.
    Can anyone explain how to create this effect in Deamweaver
    and Fireworks?
    http://www.fundflowsystems.com/test.php
    Thanks in advance,
    Joe

    Thank you so much...
    You is da bomb!
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Yes - a blank (completely blank) page.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Ken Binney" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Murray, one more favor if you would be so kind...
    >> Do you recall how this page degraded in Safari?
    >>
    >>
    http://www.binney.us/table-allcode.htm
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Nope. Sorry. You need a Mac.
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>> ==================
    >>>
    >>>
    >>> "Ken Binney"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> Thanks Murray...
    >>>>
    >>>> Is there a way I can test for Safari on my
    PC XP ?
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Fails in Safari, Ken.
    >>>>>
    >>>>> --
    >>>>> Murray --- ICQ 71997575
    >>>>> Adobe Community Expert
    >>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>> ==================
    >>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "Ken Binney"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Here is a solution requiring NO
    images.
    >>>>>> The CSS and the Javascript can
    easily made remote the page
    >>>>>>
    >>>>>> <!DOCTYPE HTML PUBLIC
    "-//W3C//DTD HTML 4.01 Transitional//EN"
    >>>>>> "
    http://www.w3.org/TR/html4/loose.dtd">
    >>>>>> <html>
    >>>>>> <head>
    >>>>>> <title>Shadow</title>
    >>>>>> <meta http-equiv="Content-Type"
    content="text/html;
    >>>>>> charset=iso-8859-1">
    >>>>>> <script
    type="text/javascript">
    >>>>>> var depth = 6 // in pixels
    >>>>>>
    >>>>>> // addLoadEvent t
    >>>>>> function addLoadEvent(func) {
    >>>>>> var oldonload = window.onload;
    >>>>>> if (typeof window.onload !=
    'function') {
    >>>>>> window.onload = func;
    >>>>>> } else {
    >>>>>> window.onload = function() {
    >>>>>> if (oldonload) {
    >>>>>> oldonload();
    >>>>>> }
    >>>>>> func();
    >>>>>> }
    >>>>>> }
    >>>>>> }
    >>>>>>
    >>>>>> addLoadEvent(function() {
    >>>>>>
    >>>>>> var a = document.all ? document.all
    >>>>>> document.getElementsByTagName('*');
    >>>>>> for (var i = 0;i < a.length;i++)
    >>>>>> if (a
    .className == "shadow") {
    >>>>>> for (x = 0;x < depth;x++) {
    >>>>>> var newSd =
    document.createElement("DIV")
    >>>>>> newSd.className = "shadow2"
    >>>>>> newSd.style.background = a.id
    >>>>>> newSd.style.width = a
    .offsetWidth + "px"
    >>>>>> newSd.style.height =
    a.offsetHeight + "px"
    >>>>>> newSd.style.left = a
    .offsetLeft + x + "px"
    >>>>>> newSd.style.top = a.offsetTop +
    x + "px"
    >>>>>> document.body.appendChild(newSd)
    >>>>>> }
    >>>>>> }
    >>>>>> }
    >>>>>> }
    >>>>>> );
    >>>>>>
    >>>>>> </script>
    >>>>>> <style>
    >>>>>> .shadow {
    >>>>>> border: 1px solid silver;
    >>>>>> padding: 2px;
    >>>>>> font: 10pt arial;
    >>>>>> position: relative;
    >>>>>> display: inline;
    >>>>>> background: white;
    >>>>>> z-index: 100
    >>>>>> }
    >>>>>> .shadow2 {
    >>>>>> overflow: hidden;
    >>>>>> position: absolute;
    >>>>>> filter: alpha(Opacity=15); /* modify
    to change the shade
    >>>>>> solidity/opacity, same as below */
    >>>>>> opacity: 0.1; /* firefox 1.5 opacity
    >>>>>> -moz-opacity: 0.2; /* mozilla
    opacity */
    >>>>>> -khtml-opacity: 0.1; /* opacity */
    >>>>>> z-index: 10
    >>>>>> }
    >>>>>> </style>
    >>>>>>
    >>>>>> </head>
    >>>>>>
    >>>>>> <body>
    >>>>>> <table width="800" border="0"
    align="center" cellpadding="0"
    >>>>>> cellspacing="0" class="shadow"
    id="#000000">
    >>>>>> <tr>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> </tr>
    >>>>>> <tr>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> </tr>
    >>>>>> <tr>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> </tr>
    >>>>>> <tr>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> </tr>
    >>>>>> <tr>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> <td> </td>
    >>>>>> </tr>
    >>>>>> </table>
    >>>>>> </body>
    >>>>>> </html>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>> "Joe"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>>
    >>>>>>> This site was oriinally done in
    dreamweaver - but the shadow effect
    >>>>>>> was done outside of Dreamweaver.
    When I save to html and load into
    >>>>>>> Dreamweaver it makes no sense to
    me.
    >>>>>>>
    >>>>>>> Can anyone explain how to create
    this effect in Deamweaver and
    >>>>>>> Fireworks?
    >>>>>>>
    >>>>>>>
    http://www.fundflowsystems.com/test.php
    >>>>>>>
    >>>>>>> Thanks in advance,
    >>>>>>>
    >>>>>>> Joe
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Has anyone  used Audacity to create a Podcast on a PC and then make it available on itunes?

    Has anyone  used Audacity to create a Podcast on a PC and then make it available on itunes?  If you have used Audacity is it a good program to use? Any tips or suggestions?

    Almost certainly. You can use any program which does what you want: the end product has to be an .mp3 or .m4a file. After that it's a question of making the feed, either writing it yourself or more likely using a program or online service.
    Audacity is a useful program, and free, and you can certainly do the sort of things you need to make a podcast. I prefer Amadeus Pro, which costs $59.99 and has recently been updated with better multi-track facilities: I always fled that Audacity was awkward to use by comparison and occasionally flaky, but we're probably splitting hairs here: it would certainly be a good place to start.
    You may find my page on making a podcast helpful:
    http://rfwilmut.net/pc

  • I have blocked my iphone 4 and tried to restore it but hen I did it asked me for my itunes password that I dont remember. My phone seems to be stuck on this stage now :( anyone know how to get around this? Thanks

    I have blocked my iphone 4 and tried to restore it but hen I did it asked me for my itunes password that I dont remember. My phone seems to be stuck on this stage now anyone know how to get around this? Thanks

    There is no way to get around activation lock, you must recover your password for the AppelID that it is locked to:
    http://iforgot.apple.com
    iCloud: Activation Lock

  • Has anyone used Muse to create a static web page that gets translated into Joomla?

    Has anyone used Muse to create a static web page (html and xml) that gets translated into a Joomla template?

    Obviously I am out of my league. I am not a programer and I thought this would be something simple, but you guys are talking over my head.
    I thought I could create a simple link to the Happy.rdp and it would run...but as mentioned, you can't do that.
    What I have is a java script with a bunch of parameters (see below) that creates a pull-down menu. I was hoping I could list the names of the servers, click on the one I want to connect to, and I would get the log-in screen. That is my goal.
    I have a "Happy.rdp" icon on my desktop and I click on that and the remote connection starts. I have opened "Happy.rpd" in notepad and it has all the parameters (such as the IP address and stuff) that allow me to connect.
    * Menu selection script         *
    var NoOffFirstLineMenus=2;   // Number of first level items
    var LowBgColor='';   // Background color when mouse is not over
    var LowSubBgColor='b0b0b0';   // Background color when mouse is not over on subs
    var HighBgColor='';   // Background color when mouse is over
    ETC...
    // Menu tree
    // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
    // For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
    Menu1=new Array("","http://home.com","",0,20,0);
    Menu2=new Array("Servers","","",1,20,115);
          Menu2_1=new Array("Servers","Happy.rdp","",0,20,170);

  • OS X 10.8 crash randomly around 2-6 times a day, kernel panic

    On my mid 2009 macbook pro 13' with os x 10.8, I have been having trouble of random crash around 2-6 times a day. Any ideas?
    Most crashings happened when I viewing flash video with Firefox 27.0.1.
    here is the System Diagnostic Report:
    Thu Mar  6 23:16:38 2014
    panic(cpu 1 caller 0xffffff8014ab8945): Kernel trap at 0xffffff8014a5fd6f, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff80ec8d3788, CR3: 0x0000000040948000, CR4: 0x0000000000000660
    RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000020
    RSP: 0xffffff80fc8d3700, RBP: 0xffffff80fc8d3850, RSI: 0x0000000000000000, RDI: 0x0000000000000000
    R8:  0xffffff80fc8d38e4, R9:  0xffffff80fc8d38d8, R10: 0xffffff80e0262000, R11: 0x0000000000000000
    R12: 0xffffff80150c6bb0, R13: 0xffffff803a7ca8e0, R14: 0xffffff803a7ca8e0, R15: 0xffffff80fc8d38e8
    RFL: 0x0000000000010246, RIP: 0xffffff8014a5fd6f, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff80ec8d3788, Error code: 0x0000000000000002, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80fc8d33a0 : 0xffffff8014a1d636
    0xffffff80fc8d3410 : 0xffffff8014ab8945
    0xffffff80fc8d35e0 : 0xffffff8014acebfd
    0xffffff80fc8d3600 : 0xffffff8014a5fd6f
    0xffffff80fc8d3850 : 0xffffff8014a643c8
    0xffffff80fc8d3940 : 0xffffff8014a6708c
    0xffffff80fc8d3a30 : 0xffffff8014a6b100
    0xffffff80fc8d3a60 : 0xffffff8014a65bff
    0xffffff80fc8d3a90 : 0xffffff8014a2486e
    0xffffff80fc8d3ab0 : 0xffffff8014e2b53d
    0xffffff80fc8d3ad0 : 0xffffff7f9615c4d0
    0xffffff80fc8d3b30 : 0xffffff7f96159665
    0xffffff80fc8d3ba0 : 0xffffff8014e70173
    0xffffff80fc8d3bc0 : 0xffffff8014e70d4d
    0xffffff80fc8d3c20 : 0xffffff8014e6e74f
    0xffffff80fc8d3d70 : 0xffffff8014a98c21
    0xffffff80fc8d3e80 : 0xffffff8014a20b4d
    0xffffff80fc8d3eb0 : 0xffffff8014a10448
    0xffffff80fc8d3f00 : 0xffffff8014a1961b
    0xffffff80fc8d3f70 : 0xffffff8014aa6546
    0xffffff80fc8d3fb0 : 0xffffff8014acf473
          Kernel Extensions in backtrace:
             com.apple.GeForce(8.1.6)[0E3D8776-A5B7-3D82-9BFD-9188170B358D]@0xffffff7f961470 00->0xffffff7f96214fff
                dependency: com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f951 1f000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f9510b000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f95075000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f950c8000
    BSD process name corresponding to current thread: WindowServer
    Boot args: iog=0x0
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x0000000014800000
    Kernel text base: 0xffffff8014a00000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 32375176981855
    last loaded kext at 260551019212: com.apple.filesystems.msdosfs    1.8.1 (addr 0xffffff7f96cbc000, size 65536)
    last unloaded kext at 321153673424: com.apple.filesystems.msdosfs    1.8.1 (addr 0xffffff7f96cbc000, size 57344)
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager    4.1.7f2
    com.apple.filesystems.ntfs    3.10
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AudioAUUC    1.60
    com.apple.driver.AGPM    100.13.12
    com.apple.driver.AppleHDA    2.4.7fc4
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.GeForce    8.1.6
    com.apple.driver.AppleSMCLMU    2.0.3d0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.ApplePolicyControl    3.4.5
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleBacklight    170.3.5
    com.apple.driver.AppleUpstreamUserClient    3.5.12
    com.apple.driver.AppleMCCSControl    1.1.11
    com.apple.driver.AppleMikeyDriver    2.4.7fc4
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.1.7f4
    com.apple.driver.AppleSMBusPCI    1.0.11d1
    com.apple.driver.AppleLPC    1.6.3
    com.apple.driver.SMCMotionSensor    3.0.3d1
    com.apple.driver.AppleUSBTCButtons    237.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.driver.AppleUSBTCKeyboard    237.1
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBCardReader    3.3.1
    com.apple.iokit.SCSITaskUserClient    3.5.6
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.3.5
    com.apple.driver.AirPort.Brcm4331    615.20.17
    com.apple.driver.AppleFWOHCI    4.9.9
    com.apple.nvenet    2.0.19
    com.apple.driver.AppleUSBHub    635.4.0
    com.apple.driver.AppleAHCIPort    2.6.6
    com.apple.driver.AppleUSBEHCI    621.4.6
    com.apple.driver.AppleUSBOHCI    621.4.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleACPIButtons    1.8
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.8
    com.apple.driver.AppleAPIC    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient    214.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2.1
    com.apple.driver.AppleIntelCPUPowerManagement    214.0.0
    com.apple.iokit.IOSerialFamily    10.0.6
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.4.7fc4
    com.apple.iokit.IOAudioFamily    1.9.2fc7
    com.apple.kext.OSvKernDSPLib    1.12
    com.apple.nvidia.nv50hal    8.1.6
    com.apple.driver.AppleHDAController    2.4.7fc4
    com.apple.iokit.IOHDAFamily    2.4.7fc4
    com.apple.iokit.IOSurface    86.0.4
    com.apple.iokit.IOBluetoothFamily    4.1.7f2
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.AppleGraphicsControl    3.4.5
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.NVDAResman    8.1.6
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.1.7f2
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.driver.IOPlatformPluginFamily    5.4.1d13
    com.apple.iokit.IONDRVSupport    2.3.7
    com.apple.iokit.IOGraphicsFamily    2.3.7
    com.apple.driver.AppleSMC    3.1.5d4
    com.apple.driver.AppleUSBMultitouch    237.3
    com.apple.iokit.IOUSBHIDDriver    623.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.6
    com.apple.iokit.IOUSBMassStorageClass    3.5.2
    com.apple.driver.AppleUSBMergeNub    621.4.6
    com.apple.driver.AppleUSBComposite    621.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.6
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.5
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.6
    com.apple.iokit.IO80211Family    530.5
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.driver.NVSMU    2.2.9
    com.apple.iokit.IOUSBUserClient    630.4.4
    com.apple.iokit.IOAHCIFamily    2.5.1
    com.apple.iokit.IOUSBFamily    635.4.0
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    1.8.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220.3
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    345
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.21
    com.apple.driver.AppleACPIPlatform    1.8
    com.apple.iokit.IOPCIFamily    2.8
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0

    and system.log:
    Mar  6 23:16:21 localhost bootlog[0]: BOOT_TIME 1394118981 0
    Mar  6 23:16:35 localhost kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Mar  6 23:16:35 localhost kernel[0]: vm_page_bootstrap: 1889102 free pages and 126130 wired pages
    Mar  6 23:16:35 localhost kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    Mar  6 23:16:35 localhost kernel[0]: zone leak detection enabled
    Mar  6 23:16:35 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Mar  6 23:16:35 localhost kernel[0]: standard background quantum is 2500 us
    Mar  6 23:16:35 localhost kernel[0]: mig_table_max_displ = 74
    Mar  6 23:16:35 localhost kernel[0]: corecrypto kext started!
    Mar  6 23:16:35 localhost kernel[0]: Running kernel space in FIPS MODE
    Mar  6 23:16:35 localhost kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar  6 23:16:35 localhost kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    Mar  6 23:16:35 localhost kernel[0]: corecrypto.kext FIPS POST passed!
    Mar  6 23:16:35 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Mar  6 23:16:35 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Mar  6 23:16:35 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Mar  6 23:16:35 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Mar  6 23:16:35 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Mar  6 23:16:35 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Mar  6 23:16:35 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Mar  6 23:16:35 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Mar  6 23:16:35 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar  6 23:16:35 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar  6 23:16:35 localhost kernel[0]: MAC Framework successfully initialized
    Mar  6 23:16:35 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Mar  6 23:16:35 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Mar  6 23:16:35 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    Mar  6 23:16:35 localhost kernel[0]: pci build Aug 29 2013 20:19:31, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    Mar  6 23:16:35 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 16:43:02 Jul 29 2013) initialization complete
    Mar  6 23:16:35 localhost kernel[0]: [ PCI configuration begin ]
    Mar  6 23:16:35 localhost kernel[0]: console relocated to 0xf80010000
    Mar  6 23:16:35 localhost kernel[0]: [ PCI configuration end, bridges 5, devices 18 ]
    Mar  6 23:16:35 localhost kernel[0]: NVEthernet::start - Built May  1 2013 18:03:58
    Mar  6 23:16:35 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 0026b0fffee1c4ca; max speed s800.
    Mar  6 23:16:35 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    Mar  6 23:16:35 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Mar  6 23:16:35 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Mar  6 23:16:35 localhost kernel[0]: rooting via boot-uuid from /chosen: 27067E37-86C9-3297-8E15-06A725CFC63C
    Mar  6 23:16:35 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Mar  6 23:16:35 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Mar  6 23:16:35 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Mar  6 23:16:35 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Mar  6 23:16:35 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Mar  6 23:16:35 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Mar  6 23:16:35 localhost kernel[0]: BTCOEXIST off
    Mar  6 23:16:35 localhost kernel[0]: BRCM tunables:
    Mar  6 23:16:35 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Mar  6 23:16:35 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/HGST HTS725050A7E630 Media/IOGUIDPartitionScheme/Untitled@2
    Mar  6 23:16:35 localhost kernel[0]: BSD root: disk0s2, major 1, minor 1
    Mar  6 23:16:35 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 10563072 to: 13516288 (joffset 0xc35000)
    Mar  6 23:16:35 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Mar  6 23:16:35 localhost kernel[0]: Kernel is LP64
    Mar  6 23:16:35 localhost kernel[0]: hfs: Removed 7 orphaned / unlinked files and 244 directories
    Mar  6 23:16:24 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar  6 23:16:24 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Mar  6 23:16:34 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Mar  6 23:16:35 localhost distnoted[20]: # distnote server daemon  absolute time: 15.133836421   civil time: Thu Mar  6 23:16:35 2014   pid: 20 uid: 0  root: yes
    Mar  6 23:16:35 localhost kernel[0]: NVEthernet: Ethernet address 00:26:b0:e1:c4:ca
    Mar  6 23:16:35 localhost kernel[0]: AirPort_Brcm4331: Ethernet address f8:1e:df:e2:5f:50
    Mar  6 23:16:35 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Mar  6 23:16:35 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Mar  6 23:16:36 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Mar  6 23:16:36 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0206
    Mar  6 23:16:36 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff802521f000 ****
    Mar  6 23:16:36 localhost kernel[0]: Previous Shutdown Cause: 0
    Mar  6 23:16:36 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Mar  6 23:16:36 localhost kernel[0]: NVDAStartup: Official
    Mar  6 23:16:36 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff802521f000
    Mar  6 23:16:36 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Mar  6 23:16:36 localhost kernel[0]: NVDANV50HAL loaded and registered
    Mar  6 23:16:36 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Mar  6 23:16:36 localhost airportd[27]: _processDLILEvent: en1 attached (down)
    Mar  6 23:16:36 localhost kernel[0]: createVirtIf(): ifRole = 1
    Mar  6 23:16:36 localhost kernel[0]: in func createVirtualInterface ifRole = 1
    Mar  6 23:16:36 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8024d7bc00
    Mar  6 23:16:36 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Mar  6 23:16:36 localhost kernel[0]: Created virtif 0xffffff8024d7bc00 p2p0
    Mar  6 23:16:36 Mos-MacBook-Pro.local configd[18]: setting hostname to "Mos-MacBook-Pro.local"
    Mar  6 23:16:36 Mos-MacBook-Pro kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Mar  6 23:16:36 Mos-MacBook-Pro kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Mar  6 23:16:36 Mos-MacBook-Pro.local configd[18]: network changed.
    Mar  6 23:16:37 Mos-MacBook-Pro.local fseventsd[57]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (44662 16 44710)
    Mar  6 23:16:37 Mos-MacBook-Pro.local fseventsd[57]: log dir: /.fseventsd getting new uuid: 8B5190C0-F9D4-4AFB-8FC3-72369A309F3C
    Mar  6 23:16:37 Mos-MacBook-Pro kernel[0]: DSMOS has arrived
    Mar  6 23:16:37 Mos-MacBook-Pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    Mar  6 23:16:37 Mos-MacBook-Pro kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    Mar  6 23:16:37 Mos-MacBook-Pro kernel[0]: macx_swapon SUCCESS
    Mar  6 23:16:37 Mos-MacBook-Pro.local com.apple.SecurityServer[15]: Session 100000 created
    Mar  6 23:16:38 Mos-MacBook-Pro.local mDNSResponder[49]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    Mar  6 23:16:38 Mos-MacBook-Pro.local appleeventsd[62]: main: Starting up
    Mar  6 23:16:38 Mos-MacBook-Pro.local DumpPanic[60]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2014-03-06-231638_Mos-MacBook-Pro.panic
    Mar  6 23:16:38 Mos-MacBook-Pro.local revisiond[42]: Had metainfo
    Mar  6 23:16:38 Mos-MacBook-Pro.local revisiond[42]: UUIDs match!
    Mar  6 23:16:38 Mos-MacBook-Pro.local hidd[56]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Mar  6 23:16:39 Mos-MacBook-Pro kernel[0]: NTFS driver 3.10 [Flags: R/W].
    Mar  6 23:16:39 Mos-MacBook-Pro kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    Mar  6 23:16:40 Mos-MacBook-Pro.local coreservicesd[76]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    Mar  6 23:16:40 Mos-MacBook-Pro.local com.apple.usbmuxd[36]: usbmuxd-327.4 on Jan  7 2014 at 01:25:07, running 64 bit
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Server is starting up
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Session 256 retained (2 references)
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Session 256 released (1 references)
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Session 256 retained (2 references)
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: init_page_flip: page flip mode is on
    Mar  6 23:16:41 Mos-MacBook-Pro.local mds[48]: (Normal) FMW: FMW 0 0
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: mux_initialize: Couldn't find any matches
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: GLCompositor enabled for tile size [256 x 256]
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: CGXGLInitMipMap: mip map mode is on
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: WSMachineUsesNewStyleMirroring: false
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Display 0x04272780: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
        Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c9e, S/N 0, Unit 0, Rotation 0
        UUID 0x0000061000009c9e0000000004272780
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
        off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
        UUID 0xffffffffffffffffffffffff003f003d
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Created shield window 0x5 for display 0x04272780
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Created shield window 0x6 for display 0x003f003d
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Display 0x04272780: GL mask 0x1; bounds (0, 0)[1280 x 800], 27 modes available
        Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c9e, S/N 0, Unit 0, Rotation 0
        UUID 0x0000061000009c9e0000000004272780
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
        off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
        UUID 0xffffffffffffffffffffffff003f003d
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: CGXPerformInitialDisplayConfiguration
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]:   Display 0x04272780: MappedDisplay Unit 0; Vendor 0x610 Model 0x9c9e S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00003c8b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    Mar  6 23:16:41 Mos-MacBook-Pro.local WindowServer[83]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar  6 23:16:42 Mos-MacBook-Pro.local hidd[56]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    Mar  6 23:16:42 Mos-MacBook-Pro.local WindowServer[83]: Unable to open IOHIDSystem (e00002bd)
    Mar  6 23:16:42 Mos-MacBook-Pro kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Mar  6 23:16:43 Mos-MacBook-Pro.local WindowServer[83]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar  6 23:16:43 Mos-MacBook-Pro.local com.apple.SecurityServer[15]: Entering service
    Mar  6 23:16:43 Mos-MacBook-Pro.local systemkeychain[80]: done file: /var/run/systemkeychaincheck.done
    Mar  6 23:16:43 Mos-MacBook-Pro.local mDNSResponder[49]: D2D_IPC: Loaded
    Mar  6 23:16:43 Mos-MacBook-Pro.local mDNSResponder[49]: D2DInitialize succeeded
    Mar  6 23:16:43 Mos-MacBook-Pro.local configd[18]: network changed: DNS*
    Mar  6 23:16:44 Mos-MacBook-Pro.local loginwindow[52]: Login Window Application Started
    Mar  6 23:16:44 Mos-MacBook-Pro.local awacsd[66]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    Mar  6 23:16:44 Mos-MacBook-Pro.local awacsd[66]: InnerStore CopyAllZones: no info in Dynamic Store
    Mar  6 23:16:44 Mos-MacBook-Pro.local loginwindow[52]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.

  • Outlook 2007 indexing stuck at around 20,000 remaining

    Hello,
    On Monday, a user called me and reported that it seemed that Instant Search in Outlook 2007 (Windows Vista) was stuck on ~20,000 remaining. I have dealt with this kind of problem in the past and it seemed the easiest thing to do was to rebuild the entire
    index. This is painful because the user has over 50,000 emails, but when I've worked on similar issues earlier, it seemed the best thing to do. So, we'd leave Outlook open and running as much as possible and let the index rebuild.
    I started that rebuild for the first user on Monday night.
    Today, a second user from an entirely different site called me to report a very similar issue. Her Outlook is stuck at around 20,000 items remaining. She's also on Vista.
    So, now the red flags are flying. Two users from two different sites on two different Exchange servers seeing the same stuck indexing level in Outlook?
    Before I rebuild this second user's index -- and I suspect that she has much more than 50,000 emails -- is there anything else I can do? Have there been any recent patches that might alter search behavior? 
    Any help is appreciated! Of course!

    Hi,
    There are a couple of levels at which Instant Search can break. You can troubleshoot Instant Search in following methods:
    Marked for indexing
    File-> Options-> section Search-> button Indexing Options…-> button Modify-> expand Microsoft Outlook
    In the list that is shown under Microsoft Outlook, make sure that your pst-file is displayed and selected. If it is not listed, you’ll have to recreate your mail profile.
    Check for pst-file corruptions
    If your pst-file has been marked but Outlook doesn’t display the correct results, it usually means there is some corruption going on in your pst-file. In order to fix these you should scan your pst-file for errors with scanpst.exe. You can find this file
    in the same folder as outlook.exe or use OutlookTools (free!) to locate it for you.
    For Outlook 2010 you must click in the Search field in order to make the Search Tools tab visible in the Ribbon. Here click the Search Tools button and select the
    Indexing Status…
    Disable and then re-enable the file for indexing
    Go back to the Search Options and deselect the data file that is giving you issues. Close Outlook and wait for about 5 minutes and also verify in Task Manager (CTRL+SHIFT+ESC) that on the Processes tab the outlook.exe process actually quits. You might get a
    lot of disk activity; this is the Search Indexer removing the indexed items from the Index.
    After this open Outlook again and go back to the Search Option and select the pst-file we just deselected. Leave the computer idle again and see if it will eventually
    reach the status of "0 items remaining."
    Rebuild the index
    If it doesn’t, it might be that the Index itself has been damaged. In order to reset this, go to Control Panel-> Indexing Options-> Advanced-> button Rebuild
    This will rebuild the entire Index from scratch and depending on the amount of documents to be indexed, this could take quite long and degrade your system’s
    performance while the Indexer is still busy. I would recommend to have it rebuild itself overnight.
    Hope that helps.

Maybe you are looking for

  • Windows 8.1 update from Windows 8 single language upgraded to pro

    Hello, I have a computer that have windows 8 Single Language installed, i had upgraded to windows 8 pro with a license i´ve bought, i had installed all updates, now windows store shows upgrade to windows 8.1 but this upgrade is for Windows 8 Single L

  • Running report and get the report result with coding

    Hi all, In our R/3 system, there is a custom sales report. My question is: is there possibility to get data by running this report and grab it the result with code and store it in internal table? Sorry if my question too basic because I am not abaper

  • Cant change password or email

    So I've been to the password change page and while I can enter my old password, it physically will not let me click the input boxes for the new password (enter and confirming). I don't know why this is, i tried it on different web browsers (safari an

  • [Given up] Recovery after dd abuse

    I have realy done it; dd if=/path/to/isofile of=/dev/sdb - should have been /dev/sdc... I meant to dump an iso-file onto an usb-stic, but I forgot I had connected my gf's usb-disk. Now I've owerwritten almost 1TB of her data and backups. Is there any

  • SCCM 2012 Prestage media - and bootwim prestart commands?

    Hi, I am using SCCM 2012 SP1 with MDT 2012 and will be using the Bootwim prestart commands. Prestart Commands for Task Sequence Media in Configuration Manager http://technet.microsoft.com/en-us/library/jj651034.aspx Specifically: "Enable prestart com