AppleScript 10.9.0 System Events -10006  Update property list file item

Have AppleScript that runs without error on Mountain Lion 10.8.5, but errors out on Mavericks  10.9.0.
At end of script, property list items need to be updated and this is when error occurs.
Put together a subset of the script, see below) that get the error
Statement reads "set value of property list item "ArrayList001" to ArrayList001"
Text of error:
     error "System Events got an error: 'xxx.plist' is not a property list file."
     number -10006 from contents of property list file "xxx05.plist"
=============================================================================
property myPListFile : "cbmck05.plist"
property myPListFilePath : ""
property constPreviousRunDay : "PreviousRunDay"
on run
   set today to "Date01" as string
          set List001 to {}
          set List002 to {}
          set myPListFilePath to ""
          repeat with i from 1 to 8
                    set end of List001 to (i * 2) as string
          end repeat
          set myPListFilePath to path to desktop folder from user domain as string
          set fileMyPList to (myPListFilePath & myPListFile) as string
clear_file(fileMyPList)
-- First time! need to initalize
          tell application "System Events"
  -- create an empty property list dictionary item
                    set the parent_dictionary to make new property list item with properties {kind:record}
  -- create new property list file using the empty dictionary list item as contents
                    set new_plistfile to ¬
  make new property list file with properties {contents:parent_dictionary, name:fileMyPList}
  make new property list item at end of property list items of contents of new_plistfile ¬
  with properties {kind:string, name:constPreviousRunDay, value:today}
  make new property list item at end of property list items of contents of new_plistfile ¬
                              with properties {kind:list, name:"ArrayList001"}
  make new property list item at end of property list items of contents of new_plistfile ¬
                              with properties {kind:list, name:"ArrayList002"}
          end tell
          set previousRunDate to today
          set xxList to (repopulate_lists())
          set ArrayList001 to List001
          set ArrayList002 to List002
-- save info in the plist file
          tell application "System Events"
                    tell property list file fileMyPList
                              tell contents
                                        set value of property list item constPreviousRunDay to previousRunDate
                                        set value of property list item "ArrayList001" to ArrayList001     --   <<< ------- error caused by the statement
                                        set value of property list item "ArrayList002" to ArrayList002
                              end tell
                    end tell
          end tell
end run
-- ==========================================
on repopulate_lists()
          set newList to {}
          set List002 to {}
          repeat with i from 1 to 8
                    set end of newList to i as string
          end repeat
          set List001 to newList
          return List001
end repopulate_lists
-- ==========================================
-- Does the file exist?
on fileExists(f)
          try
  f as string as alias
                    return true
          on error errMsg number errNum
                    return false
          end try
end fileExists
-- Delete the  files if exist
on clear_file(aFile)
          if fileExists(aFile) then
                    tell application "Finder"
                              set resultObject to delete aFile
                    end tell
          end if
end clear_file

Here's an AppleScript handler that partially works around this bug (warning: it turns each list item into a string).
on plistWrite(plistPath, plistItemName, plistItemValue)
  -- version 1.1, Daniel A. Shockley
  -- 1.1 - rough work-around for Mavericks bug where using a list for property list item value wipes out data
          if class of plistItemValue is class of {"a", "b"} and AppleScript version of (system info) as number ≥ 2.3 then
  -- Convert each list item into a string and escape it for the shell command:
  -- This will fail for any data types that AppleScript cannot coerce directly into a string.
                    set plistItemValue_forShell to ""
                    repeat with oneItem in plistItemValue
                              set plistItemValue_forShell to plistItemValue_forShell & space & quoted form of (oneItem as string)
                    end repeat
                    set shellCommand to "defaults write " & quoted form of POSIX path of plistPath & space & plistItemName & space & "-array" & space & plistItemValue_forShell
  do shell script shellCommand
                    return true
          else -- handle normally, since we aren't dealing with Mavericks list bug:
                    tell application "System Events"
  -- create an empty property list dictionary item
                              set the parent_dictionary to make new property list item with properties {kind:record}
                              try
                                        set plistFile to property list file plistPath
                              on error errMsg number errNum
                                        if errNum is -1728 then
                                                  set plistFile to make new property list file with properties {contents:parent_dictionary, name:plistPath}
                                        else
                                                  error errMsg number errNum
                                        end if
                              end try
                              tell plistFile
                                        try
                                                  tell property list item plistItemName
                                                            set value to plistItemValue
                                                  end tell
                                        on error errMsg number errNum
                                                  if errNum is -10006 then
  make new property list item at ¬
                                                                      end of property list items of contents of plistFile ¬
  with properties ¬
                                                                      {kind:class of plistItemValue, name:plistItemName, value:plistItemValue}
                                                  else
                                                            error errMsg number errNum
                                                  end if
                                        end try
                              end tell
                              return true
                    end tell
          end if
end plistWrite

Similar Messages

  • I am trying to use automator to open a safari popup window that will automatically log me into whatever account and I attempted to type up an applescript that utilized the "System Events" function with no avail, any ideas?

    I am trying to use automator to open a safari popup window that will automatically log me into whatever account and I attempted to type up an applescript that utilized the "System Events" function with no avail, any ideas?

    Hi
    In iMovie'11 (version 9.0.x)
    on top menu row - Apple/iMovie/File/Edit/Cut (Can vary dep. on language - in Swedish Apple/iMovie/Arkiv/Redigera/Klipp . . . )
    down Cut menu - Slow playback/Raspid Playback/Re-play in Slow Motion and onvards
    Here one can select the Pre-Set speeds
    Are you familiar with getting 'inspector' to run?
    No - but I guess that Double Click on clip/sequense or ctrl-Click on it might open it.
    Yours Bengt W

  • System Image Utility- update computer name file?

    Is there any way to update the computer renaming list after an image is created? For instance, you have an existing image you want to install on new computers. Do you need to recreate the image just to pull in the updated list of computer names/mac addresses?
      Mac OS X (10.4.9)  

    Did some looking around and can maybe answer my own question. It appears that the naming list that you point System Image Utility to is converted to a .plist called sharingNames.plist located inside your newly created .nbi at install.dmg/etc/. You can edit it with the PropertyList editor to update names or it seems to work too if you replace the sharingNames.plist with once from a newer image with an updated name list.
    On the other question about the 10.4.9 image not completing, I tested that again with the log on and saw the failure was due to not enough disk space even though there's plenty. Setting filtering to specific machines made no difference so I must have dreamed that up. In my case, I'm target booting a ibook g4 to an intel machine and it fails. I can target boot the same ibook to a ppc machine and image creation is successful so I guess you can't mix the intel and ppc. It did work target booted to an intel machine if I used Disk Utility to create an image off the target booted ibook, then pointed SIU to that image as the source instead of the target booted ibook.
    Mac OS X (10.4.9)

  • Updating Content Area File Items

    I have added an item (type FILE) to one of my content areas. This file is an HTML document named Oracle.HTML. The problem that I am having is that if I have to update the Oracle.HTML file and re-upload that file to the database, Portal is kind enough to rename the file (Oracle_0.HTML). If I do it again (Oracle_1.HTML).
    This is problematic in a web environment where we have links to other documents.
    I have set item versioning to NONE on the content area. I have also tried setting the item versioning to simple and then telling Portal to overwrite current version when updating the item. Neither of these help out.
    Is there a way around this? Is there a way to directly load the BLOB into the database?
    Help, I cannot have HTML documents in my content areas that link to each other!

    Mark,
    You are hitting bug 1531318. A workaround to this bug is to zip the files you want to update. Add the zipfile to the content area, and unzip the files. In this way, the original file names are kept. This works for more files simultaneously, but also for 1 file at a time.
    The bug should be fixed with portal 3.0.8.6.4 , but in my case, oracle customer support could send me two updated packages, which solved the problem.
    Hth,
    Ton

  • AppleScript: System Events - delete

    I've been trying to get System Events delete command to accept multiple files and no matter how I try to preset the files to the delete command I get an error.
    According to the dictionary entry for System Events - delete it would appear it should take multiple files:
    delete v : Delete disk item(s).
    delete disk item : The disk item(s) to be deleted.
    This is what I have
    tell application "System Events"
              set ss to every disk item in desktop folder whose name contains "Screen Shot" and name extension is "png"
      delete ss
    end tell
    And this is the log window
    tell application "System Events"
      get every disk item of desktop folder whose name contains "Screen Shot" and name extension = "png"
      --> {file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.02 .png", file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.17 .png"}
      delete {file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.02 .png", file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.17 .png"}
      --> error number -1700 from {file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.02 .png", file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.17 .png"} to reference
    Result:
    error "System Events got an error: Can’t make {file \"Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.02 .png\", file \"Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.17 .png\"} into type reference." number -1700 from {file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.02 .png", file "Mac OS Lion:Users:frank:Desktop:Screen Shot 2013-03-22 at 14.31.17 .png"} to reference
    Now if I do
    delete item 1 of ss
    the file is deleted. Also if I do a repeat through the list I can delete each file.
    I've tried every which way I can thing of to play with the list to get multiple files to delete with no success. But I have to admit that file references still send me to the book to get it right.
    So what basic bit of AppleScript vodoo am I missing or is this one of those cases where the dictionary does not match the code?
    thanks

    The only way I've ever been able to get that to work is to do the delete immediately:
    tell application "System Events"
              delete (disk items of desktop folder whose name contains "Screen Shot" and name extension = "png")
    end tell
    it seems that when you store it into a variable, system events no longer accepts it.  The only reason I can think for this is that the scripting dictionary asks for a disk item rather than a list of disk items.  It's possible that editing the scriptSuite files to tell it to accept a list would solve the issue, but I've never experimented.

  • How to avoid system events "ignoring" lines in applescript?

    Hello!
    I am trying to write a very simple script that will trigger macros on another application, however when the script is executed, it skips a couple of lines which makes the whole process go erratically.
    This is the code i'm using:
    tell application "Adam"
      activate front window
    end tell
    tell application "System Events"
      keystroke "4"
              repeat 10 times
              end repeat
      keystroke return
      keystroke (ASCII character 47)
              keystroke "tell test"
      delay 1
      keystroke return
      keystroke (ASCII character 36)
      keystroke "t"
      keystroke (ASCII character 36)
      delay 2
      keystroke return
    end tell
    The red lines are the ones that seem to be neglected somehow (keystroke "4" doesnt carry the expected action in application "Adam"). I'm a newbie at applescripting but i fail to see why this might be happening
    Any help is of course greatly appreciated

    Hi Arthur!
    Tried your solution without much success, after some playing around i found out changing the command to use any other keystroke (e.g. - ) actually made the script work as intended, although it also implied changing the macro trigger (4 to - ) in application Adam.
    repeat 10 times
    keystroke "-"
    end repeat
    Lately I've been testing with other applications and found out this "ignore" behaviour happens mostly when you use numbers for keystrokes, perhaps there is al alternate way of inputting these?
    Thanks for your and everyone's help

  • AppleScript Performance Difference from Finder to System Events

    I've just made an interesting discovery. I have a folder that contains about 7000 other folders. When I use the code "tell application "Finder" to set folder_list to folders in folder base_folder" it takes a very long time to respond, about 40 seconds. When I use the code "tell application "System Events" to set folder_list to every folder of folder base_folder" to seems to produce the same result in only about 2 seconds. If I add the filtering criteria, like "whose name begins with search_name", the performance difference is even greater. Clearly I'll be using System Events from now on, but can anyone explain why there is such a large difference in performance? Is there anywhere I can find other performance tweaks like this?
    Note, I'm using system 10.6.5, but there is no automator section in that forum.

    It seems you're going in panic!
    First of all run mainteinance , look for system updates if any, and take care of any block key pressed
    on your keyboard.
    Do not abuse of Force Quit it 'd destroy preference applications, if your itunes take 3h to import your library you can setup in Energy Saver panel some tunings to protect lcd.
    I think 3h to import a music library is not normal, can you post some other info about?
    What can of device you are copying from?
    Did you import ,when you set up your new iMac , an user from your old mac?
    Take a look also at spotlight corner, if there's a little point inside the glass icon , spotlight is indexing your drive/s , this is normal on the first system's run and this 'd slow mac performance.

  • After 10.5.3 Update, System Events at 50% CPU

    After updating to 10.5.3, activity monitor is showing that System Events is using 50% of the CPU pretty constantly for about 5-10 minutes right after I login, then finally turns off. Any ideas on what might be going on?

    After updating to 10.5.3, activity monitor is showing that System Events is using 50% of the CPU pretty constantly for about 5-10 minutes right after I login, then finally turns off. Any ideas on what might be going on?

  • Applescript's System Events forces Mac OS Roman encoding?

    I have written an Applescript which reads the first line of a UTF-8 text file. That string is used to "set value" a particular text area of an IRC client (Textual).
    Unfortunately, any characters not native to Mac OS Roman encoding (unicode-only characters, asian-only glyphs) are substituted for Mac OS Roman characters.
    For example: 
    旦 welcome
      is written into the text area as: 
    Êó¶ welcome
    How can I force the text back into UTF-8 encoding, or fix this issue?
    my script:
    set source to "/Users/admin/Documents/file.txt" --UTF-8 file
    set N to paragraphs of (read POSIX file source)
    set phrase to first item of N
    tell application "Textual" --IRC client
    activate
    tell application "System Events"
        delay 0.3
        set value of text area 1 of scroll area 1 of window 1 of process "Textual" to phrase
        --the main text entry field of this application
        keystroke return
    end tell
    end tell

    Nothing is "forced"; how a file is read is determined by your system's language settings - for English, this is usuallly MacRoman.  To read in a different encoding, use the read command's as parameter to specify, for example:
        read POSIX file source as «class utf8»

  • AppleScript System Events Choose File Name Statement Broken?

    Re: OS X 10.9.2, AppleScript Editor 2.6.1:
    Why does the following AppleScript statement hang the Script Editor?
    tell application "System Events" to ¬
      choose file name with prompt "Output File" default name "Output File" default location (path to desktop)

    see Applescript Release Notes, Scripting Addition Security.
    Applescript, unlike other scripting languages, relies heavily on functionality being provided by client applications. This makes it much harder to keep consistent behavior across different contexts, because it's up to individual providers to implement applescript commands. A fact of Applescript life.
    However, it seems your real problem is not with System Events, but with the fact that your dialog is getting lost off-screen. This works:
    tell application "System Events"
      activate
      choose file name
    end tell

  • Applescript: system events keystroke to background?

    Is there a way to make system events send a keystroke to an application that is in the background (already running no need for activation) without bringing it to the foreground?
    i've looked in several places and can't find a way to do this.

    Sending keystrokes is just imitating what a user can do/does on the keyboard. You can no more send a keystroke to an app via System Events that isn't the front and active application than you can type text into a window that is in the background.
    The only way to deal with apps that aren't active is to script them directly. If they're not applescript-able, consider whether you can do it with a bash or python script instead.

  • System Events startup problem

    Recently I noticed my Macbooks fans where spinning all the time for no apparent reason.
    Upon further investigation I found out every single time I reboot my Macbook an application titled "System Events" will use up 50-60% of my CPU (continuously) until I force quit it from within the Activity Monitor and after this it will happily idle at around 3% presumably doing what ever task it does.
    I didn’t want to outright delete the application as I have no idea what it does and its also inside a folder labeled "Core Services", seemed like an area to tread carefully within.
    At least I have found a relatively simple work around but I was wondering if there is anyway to stop this happening all together?
    So far I've tried to disable each application that is being loaded on startup one at time to see if its any of them, Ive also tried adding and deleting the offending System Events application from the startup applications.
    Ive had no luck so far so any help will be much appreciated, if you need any further information on my Macbook I will be more than happy to provide it.
    Thanks for reading.
    EDIT: Ive also tried leaving the Macbook running while I was at work for around 6 hours, when I came home System Events was still at 60%, the logic behind doing this was to see if it was doing some sort of task system wide and I wasn’t giving it enough time to execute.
    Also these are the current applications running on startup.
    Quote:
    Ruby:~ Juo$ defaults read loginwindow | grep Path
    Path = "/Applications/iTunes.app/Contents/Resources/iTunesHelper.app";
    Path = "/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app" ;
    Path = "/Applications/Quicksilver.app";
    Path = "/Users/juo/Library/PreferencePanes/SynergyKM.prefPane/Contents/Resources/Syner gyd.app";
    Path = "/Applications/Colloquy.app";
    Path = "/Applications/Google Notifier.app";
    Path = "/Users/juo/Library/PreferencePanes/BusySync.prefPane/Contents/Resources/BusySy nc.app";
    Path = "/Volumes/Juo";
    Path = "/Applications/Adium.app";
    Path = "/Applications/Twitterrific.app";
    Path = "/Users/juo/Library/PreferencePanes/GrabUp.prefPane/Contents/Resources/GrabUpDa emon.app";
    Path = "/Users/juo/Library/PreferencePanes/GeekTool.prefPane/Contents/Resources/GeekTo ol.app";
    Path = "/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlMenu.app";
    Finally I am running Leopard 10.5.2 and have all the latest updates available within "Software Update"

    Welcome to the forums!
    "System Events" is widely used by AppleScript and by apps using AppleScript. Do NOT touch the app itself. You can certainly remove it from Login Items without making a scrap of difference - it will simply take a fraction of a second longer for the calling app to use it.
    IMO, you are going about things the right way. I am, in fact, surprised that one of those items you list is not the culprit. The culprit is most likely to be something in your Login Items or in /Library/StartupItems. You can ascertain which by logging into another, clean, account - create a temporary one if you don't have one. That will immediately tell you if the problem is limited to your account or is global.
    Tell us whether the problem is global or not, and that there is no doubt that you have exonerated the above items, and one of us will tell you where to look next.

  • System Events keeps crashing

    First of all, forgive me if there is a more appropriate category for this to be posted in. I couldn't think of anything better suited to this exact issue.
    On every boot, OS X brings up a standard "Application quit unexpectedly" dialogue for System Events. I can simply close this and disregard it, and it does not affect operation in any way.
    However, just recently I have found that when I attempt to launch Adium, the open-source IM client, it hangs for a good deal of time and then brings up the same dialogue. Adium, in the end, is unable to start and must be forcefully terminated.
    I was wondering if there might be any relation between the two occurrences. I do not know exactly what System Events is responsible for, and if someone could enlighten me, perhaps I could go about fixing the annoyance at startup, and possibly the problem with Adium at the same time.
    Thanks in advance.
    Oh, another note: both problems started very recently, at least one of them around the time I updated to 10.4.11.

    You can certainly remove System Events from Login Items, and I suggest you do. It serves no useful purpose by being launched independently in that way. It will be 'called' (transparently) by an AppleScript (or something similar) as and when needed. The time penalty for it not already running will be indiscernible.
    However, sorry to tell you, but removing it as a login item is unlikely to make a scrap of difference to anything. Having System Events made to run in that way is unnecessary but should not be harmful in any way: it just runs consuming no CPU, only being used when 'called' by an app, and it is the app that is doing the calling that I would suspect. Did you also check /Library/StartupItems?
    There is the remote (very remote) possibility that System Events.app itself is corrupted. You can easily check that. Launch Script Editor (in /Applications/AppleScript), paste this line:
    tell app "System Events" to say "Hello Benjamin"
    Hit <Enter>. The line should format (the text will change its appearance) without error; then hit the 'Run' button. If, as I expect, that causes no error, you are condemned to carry on playing "hunt the app".
    Does the error message appear when you log into another account? (Create a temporary account if needed, and then delete it).

  • Windows 8.1 - Windows Couldn't connect to the System Event Notification Service service

    I have an issue that has been bothering me for a while on new 8.1 computers. Standard users are not able to log into the computer on the first try consistently. They receive the error message: Group Policy client service failed the sign-in access is
    denied. They are stuck at the logon screen.
    If an administrator logs in (local or domain), they can log in but get a black desktop with two error messages. The first is Location is Not available - C:\Windows\system32\config\systemprofile\Desktop is unavailable. The second error message is a popup
    balloon. It states "Failed to Connect to a Windows service. Windows couldn't connect to the System Event Notification Service service."
    When a standard user attempts to log in, event viewer records three warnings. They are listed in order from oldest to newest
    The winlogon notification subscriber <Profiles> was unavailable to handle a critical notification event. -Logged 9:14:44
    The winlogon notification subscriber <GPClient> failed a critical notification event. - Logged 9:14:44
    The winlogon notification subscriber <Profiles> was unavailable to handle a notification event. - Logged 9:14:49
    After a reboot, users still have the issue. I noticed that the user profile services and system event notification service are not running though their startup type is automatic. They start after a minute or two.

    Hi Joseph__Moody,
    Based on your description ,I assume it is a domain environment .First of all ,I would suggest you to try to update all the machine .
    "I have an issue that has been bothering me for a while on new 8.1 computers"
    Do you mean all the Windows 8.1 machine share the same symptom or just a specific one ?Did the machine work correctly before ?When did the issue start to occur ?Have you installed any third party software before ?Can we operate the machine when we login with
    an administrator account ?
    If the issue occurred with the specific machine :
    "The first is Location is Not available - C:\Windows\system32\config\systemprofile\Desktop is unavailable."
    Please try the following suggestions if we can operate the machine when we login with the administrator account :
    Open Windows Explorer and navigate to: C:\Windows\system32\config\systemprofile and verify if it has the Desktop folder there.If the folder doesn`t exit, we can copy from C:\users\Default\Desktop location(This folder is hidden by default).
    We also can try the following suggestions to have a troubleshoot :
    1.Run "sfc /scannow"or "dism /online /cleanup-image /restorehealth" to check the health of the system files.
    2.Perform a full scan with an antivirus software.
    3."They start after a minute or two."
    I suspect there is a third party service confilct here. Please perform a clean boot to verify whether there is a third party conflict here .
    How to perform a clean boot in Windows
    https://support.microsoft.com/en-us/kb/929135
    If the issue occurred with multiple machines in the domian ,I would suggest you to check whether you have configured any logon scripts and logon group policy .We can remove the machine from the domain to have  a troubleshoot .
    If the issue occurred recently ,we can perform a system restore to recover the machine to a previous normal point.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].

  • Continuous "36888 Schannel Errors" in System Event Log when NOT connected to Internet

    We are hoping someone will be able to assist with us this very strange issue please ?
    We are using Windows 8.1 x64 Enterprise with Office 2013 and the latest Symantec Endpoint Proctecion v12.1.5 installed. They are managed using SCCM2012 in a large AD domain environment
    When our workstations are NOT connected to the internet (only local intranet) the following errors appear in SYSTEM event log almost continuously (several times a minute).
    Event ID:36888  User: SYSTEM  OpCode:Info  Level:Error  Source:SChannel 
    "A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 70. The Windows Schannel error state is 11."
    The process associated with these events is "Local Security Authority Process"
    When an internet connection is enabled for these machines these 36888 errors will suddenly stop !.
    An event "Error 36887 "A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 40." Is also occurring on these machines but only occasionally.
    As a result, We suspect there must be a process continuously attempting to connect to an internet service and failing ?.
    Some of the things we have tried so far;
    - We have disabled all non-essential services (e.g. Windows Store Service) one by one but this didn't fix.
    - We have tried disabling Tile updates on Start 
    - We have tried a bunch of different Group Policy settings to disable different combinations of TLS/SSL in IE config.
    - We have searched the internet forums and tried some suggested fixes but this combination of error state and error code seems unique ?.
    It doesn't happen on our Windows 7 x64 workstations that have much same apps & configuration.
    Any advice or suggestions would be greatly appreciated !
    Thanks.

    Hi Makes006,
    This Event ID 36888 occurs if a user tries to access a web site using HTTP but specifies an SSL port in the URL.
    We can try clean boot to troubleshoot whether this issue is caused by a third party program .
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135
    If there is no sensible impacts on operating the machines ,we can try to disable this log by modify the following registry key value to 0.
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\EventLogging
    For more information, please refer to the following link:
    How to enable Schannel event logging in IIS
    http://support.microsoft.com/kb/260729
    Regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • How to switch off laptop screen when you connect external LCD?

    Hello, being new to Mac I'd like to ask if it is possible to completely switch off the laptop screen when you connect an external LCD screen and use it as your main desktop. My MacBook Pro does that automatically when I launch a full screen game, say

  • Can i transfer file from application server to lotus server.

    hi can i transfer file from application server to lotus server. i m geting file on application server but i want to transefer that file from application server to lotus server. if yes than give me suggestion. thanks in advanced.

  • LO extractor - Adding field in the extractor

    Hello , Suppose i added new field in the extractor on R3 side . Now i need to add that field in the communication structure , so the order is required while adding the field . Or when we add the field in the communication structure and activate autom

  • Is anyone know how to run the examples in 3d user interfaces with java 3d

    hi dear , I am trying to run the examples in 3d user interfaces with java 3d. I hope i can load the library in jcreator. but the libarary for this book are classes files , it do not have jar file for it . the jcreator do not read these classes . i do

  • Globally change hyperlinks to open in new window

    Hi I have imported a huge FrameMaker book which has about 30 hyperlinks to URLs spread across multiple topics. So, is there a way I can globally configure all URLs to open in a new window after importing the book into RH? I did not use "_targe=blank"