Cannot open mailbox, Get-CalendarProcessing error

Hi
I am running a native Exchange 2010 environment and I created a room mailbox resource in Exchange.  However I am receiving the following error when I try to view the properties
Cannot open mailbox /o= /ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=server/cn=Microsoft System Attendant.  It was running the command 'Get-CalendarProcessing -Identity 'domain.com/Exchange/Resource Mailboxes/Resource-Mailbox-Name'
-ReadFromDomainController'.
I have two databases in my Exchange environment.  Could you please advise on how to resolve this issue, also why is this happening.
Thanks

I don't know how this has been marked as the answer, as it is NOT an answer.
Which service is unable to contact the GC? What are we supposed to be restarting?
I personally get this error when I create some resource accounts programmatically. I get the error if I try and open the resource information tab in the GUI. I also get the error if I try and run "get-mailboxcalendarconfiguration" in Powershell against the
same mailbox.

Similar Messages

  • Have downloaded 2014, installed and uninstalled, reinstalled as instructed, but cannot open.  Get an Error Code 5

    I am in a bind, here... have installed Muse 2014... I've done everything as instructed, including un-installing, installing, uninstalling and re-installing.  Both times of the install, noticed there were two different malwares attached.  I would just like to have good old Muse back so I can complete my project and move on.  Can get no help with chat; Phone tech won't help, they've directed me here.
    Hope someone can help me.

    Hi Jeff,
    Just reported to Zak with many thanks, the fact that turning off the
    Malware Detector then downloading Muse 2014, worked like a sweet song!
    Re-upped the Malware Detector as soon as Muse opened.  It was GLORIOUS.
    You may have thought it was a real virus, as your Webroot certainly did (I
    too, have Webroot) but it's not an actual virus or malware.  Webroot just
    thinks it is and thinking that, is programmed to take care of it and hence,
    your installation is corrupted.  I've done this uninstall, reinstall at
    least 4 times, rebooting and trying to open to the point of utter
    frustration.  To get a resolution with Adobe, I tried 'chat', phone and
    finally was turned on to the forum.  Zak knows what he's talking about.  I
    HAVE MUSE!!!!
    Good luck,
    Ann --
    On Thu, Jun 19, 2014 at 4:24 PM, JeffreyDBrown <[email protected]>

  • Just downloaded 10.6 and cannot open itunes get error:ITunes Library.itl cannot be read because it was created by a newer version of iTunes

    Just downloaded Itunes 10.6 on windows7 64bit and now cannot open Itunes get error msg:ITunes Library.itl cannot be read because it was created by a newer version of iTunes.Tried uninstall and reinstall any help ? Thanks

    Even I am facing a similar problem. Initially the iTunes worked on my windows 64bit edition. Ever since I downloaded the latest version it has stopped identifying my 4S with an error msg that asks me to download the 64bit edition. I have tried it again and again but it did not help. After unistalling and downloading again the new error msg says " the file- iTuneslibrary.itl cannot be read because it was created by a newer version of iTunes". Please help!!!!!!!

  • I have bought a new computer and backed up off time machine backup now I cannot open photoshop get error code 150 30 help appreciated.

    I have bought a new computer and backed up off time machine backup now I cannot open photoshop get error code 150 30 help appreciated.?

    Have you updated your iTunes on your computer? WIth a device running iOS7, you need iTunes 11.
    When you removed iTUnes, did you see something named 'apple mobile device support' or something like it? (The exact name varies from operating system to operating system). If you see that, uninstall it too. That's the drivers for your iPhone and they should self-install when you plug your device in.
    If all that is fine, have you checked your cable and USB port? a malfunctioning cable can keep you from syncing.

  • Cannot open mailbox system attendand- randomly

    Hello,
    our environment have Exchange 2013 with CU7 installed, and lately receive weird problem that is not persistent but it unexplained.
    All databases mounted that are in DAG, all arbitration mailboxes good, in ADSIEDIT checked homeMDB, and it is not set, however, i dont know is this relevant because sometimes is failing, sometimes is success.
    When we run user creation we randomly get error:
    Cannot open mailbox /o=ORGANIZATION/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=SERVER/cn=Microsoft System Attendant. CategoryInfo: NotSpecified: (:) [Set-MailboxRegionalConfiguration],
    MailboxUnavailableException, FullyQualifiedErrorId: [Server=SERVER,RequestId=ba479b62-bda0-4c55-9347-9279f6121d62,TimeStamp=3/18/2015 7:57:29 PM] [FailureCategory=Cmdlet-MailboxUnavailableException] 45AC6FDA,Microsoft.Exchange.Management.StoreTasks.SetMailboxRegionalConfiguration
    Googled many answers, tried many workarounds, and I'm out of ideas now, so any suggestion will be more than welcome!
    Thanks,
    Ivica

    Well, i would do that, except that Exchange 2013 don't have System attendant service.
    Also, we have 6 databases, how do i know which one to put in homeMDB field?
    I did as you instructed anyway for test and still receive error:
    <?xml version="1.0"?>
    <Objects>
      <Object Type="System.Management.Automation.PSCustomObject">
        <Property Name="message" Type="System.String">Can't create user</Property>
        <Property Name="detailMessage" Type="System.String">Cannot open mailbox /o=secureemail/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=SERVER/cn=Microsoft System Attendant. CategoryInfo:
    NotSpecified: (:) [Set-MailboxRegionalConfiguration], StorageTransientException, FullyQualifiedErrorId: [Server=SERVER,RequestId=557e3eb8-ddbb-44c9aab1-d18c0682beb5,TimeStamp=3/19/2015 2:45:32 PM] [FailureCategory=Cmdlet-StorageTransientException] 2CC71ED6,Microsoft.Excha
    nge.Management.StoreTasks.SetMailboxRegionalConfiguration</Property>
        <Property Name="responseCode" Type="System.String">400</Property>
      </Object>
    </Objects>
    Keep in mind that servers are in remote AD sites, replication and AD health is good!
    This is script that is failing:
    $ErrorActionPreference = "Stop";
    try{
    Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn
    $OrganizationName = "[email protected]" #User defined mail address
    $organizationUnit = "OU=$OrganizationName,OU=users,DC=domain,DC=priv";
    $name = "John"                                            
    #this should be asked in web interface (firstname)
    $lastname = "Dpe"                                              
    #this should be asked in web interface (lastname)
    $displayName = "John Doe" # this is display name in OWA and in all address books
    $logonName = "john"    # this will be users choosen logon name (before @externaldomain.com)
    $ExternalDomain = "example.com"        #this value user will enter as his wanted username and will use it together with his external domain name [email protected]
    $UPN = "$LogonName@$ExternalDomain"   #this should remain to be done automatically and under assumption domain is provisioned!!
    $DomainController = "server"   #this value must be specified based on domain controller in AD site where user will be created
    $nonadmin = "$OrganizationName All Users"; #This is field for entire tenant management and members are used for calendar sharing
    $database = "database"                               
    $retentionPolicy = "DoNotRemove"
    $customattribute1 = "$OrganizationName" #Add for possible manipulation of tenants for future need
    $customattribute2 = "ServiceID"
    $customattribute3 = "ContactID"
    $customattribute4 = "ClientID"
    $password =ConvertTo-SecureString 'Password123' -AsPlainText -Force
    $mailbox = New-Mailbox -DomainController "$DomainController" -RetentionPolicy $retentionPolicy -UserPrincipalName $UPN -Name "$name $lastname" -OrganizationalUnit "$organizationUnit" -Password $password -FirstName "$name"
    -LastName "$lastname" -Displayname "$Displayname" -database $database -ResetPasswordOnNextLogon $false  #This is part where user is created
    Start-Sleep -s 2;
    Add-DistributionGroupMember -Identity "$nonadmin" -Member "$UPN" -BypassSecurityGroupManagerCheck  -DomainController "$DomainController"      #at this line user is placed in distribution group and
    that group is used for additional security
    Start-Sleep -s 2;
    Set-Mailbox -AddressBookPolicy "$OrganizationName ABP" -Identity "$UPN" -DomainController "$DomainController" #from this point user gets his address book and isolation part.
    Set-Mailbox -Identity "$UPN" -DomainController "$DomainController" -EmailAddressPolicyEnabled:$False #disables force of address policy
    Set-Mailbox -identity "$UPN" -PrimarySmtpAddress  $UPN  -DomainController "$DomainController" ; #assigns default mail address
    Start-Sleep -s 2;
    Set-CASMailbox -identity "$UPN" -OwaMailboxPolicy Default  -DomainController "$DomainController" #In this policy it is defined that user cant manage his password, as any future change will be managed globally here and automatically
    applied to all users
    Set-MailboxRegionalConfiguration -Identity "$UPN" -Language en-us -DomainController "$DomainController" -Confirm:$False
    Set-MailboxFolderPermission -identity ${UPN}:\calendar -User default -accessrights none -DomainController "$DomainController"   
    add-MailboxFolderPermission -Identity ${UPN}:\calendar -user "$nonadmin" -AccessRights AvailabilityOnly -DomainController "$DomainController"    #only members of classic users can see free/busy
    set-mailbox -identity $UPN -customattribute1 $customattribute1 -customattribute2 $customattribute2 -customattribute3 $customattribute3 -customattribute4 $customattribute4 -DomainController "$DomainController"
    $mailbox | Set-CasMailbox -DomainController "$DomainController" -ActiveSyncEnabled $true -PopEnabled $true -ImapEnabled $true -OWAEnabled $true -MAPIEnabled $true; #adding script for created user to be returned after creation

  • Exchange 2013 mailbox restore fails cannot open mailbox microsoft system attendant

    I am having problems when trying to restore a mailbox.
    I get an error:
    Cannot open mailbox /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=MBXsvr/cn=Microsoft System Attendant
    This is the first time I have tried restoring mailbox on this 2013 Server. This 2013 server is from a recent 2010 migration.
    I also recently lost Discovery Search mailbox and had to recreate it.
    I found an article on 2010 that says to set the homeMDB, but I am not sure if that is needed in 2013. There is none set in this AD.

    Hi,
    I searched and found that someone got the same error and resolved it by repairing the recovery database.
    Please repair your recovery database to check result.
    Instead of using the production space, try moving the RDB over to a test environment and running the New-MailboxRepairRequest there, then move it back
    to the production environment. To repair recovery database, you can follow steps below.
    1. Spin up a test environment.
      ○ Create a test-production DB in the test environment.
      ○ Dismount the DB in the test environment and rename it
    to old (or just delete it if it has no data that needs
    to be kept).
    2. Bring over the recovery DB to the test environment.
      ○ Rename it to match the test-production DB and put it in the test-productionDB location.
      ○ Mount the RDB in the test environment (as if it were the test-productionDB)
      ○ Run the New-MailboxRepairRequest to repair the affected mailbox
      ○ Once complete, dismount the recoveryDB.
    3. Bring the recovery DB back to the production environment.
      ○ Rename it to it's original name and put it back in it's original location.
      ○ Mount the RDB in it's original (rdb) location with it's original RDB name.
      ○ Run the New-MailboxRestoreRequest to merge the affected mailbox back into the production space.
    Hope this is helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • After saving a pdf in safari and trying to open I get an error

    After saving a pdf in safari and trying to open I get this error: There was an error opening this document. Acrobat cannot open this file because a task is still active in Acrobat. Please return to Acrobat and end the task before opening this file.

    Remove Acrobat and use Preview instead of the Adobe disease

  • Install Lightroom on a new computer - error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    I am trying to install lightroom on a new computer and am getting error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    This site has some info
    Error 2203 | Install | Creative Suite 4, 5, or 5.5 products or updates

  • I am working in text edit and cannot open my file. Error message says it is in the wrong format, truncated or corrupted. what to do?

    I am working in text edit and cannot open my file. Error message says it is in the wrong format, truncated or corrupted. what to do?

    Try opening Disk Utility in your Applications-Utilities folder and repair permissions.

  • I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    I have photoshop C6 on my MAC Pro and want to install it on my new MAC desktop.  I sent the files with AirDrop but photoshop wont open I get an error message that it cant find the Library.  Any thoughts?

    download the installation files and install using your serial number or adobe id,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Windows Journal cannot open " ". An unexpected error occurred in Windows 7 Professional

    I copied my Windows Journal Notes from a tablet with Windows XP Tablet PC edition onto my Windows 7 Computer.  When I try to open a note from the pull down "look-in" menu within the Windows Journal program, I gives me the error
    "Windows Journal Cannot open.  An unexpected error occurred."  I thought this was a problem with my computer, BUT have replicated this same error on every computer in Best Buy and other computer stores.  This is not a problem with
    my personal notes.  This is a problem with the coding of the Windows Journal Software on Windows 7 and 8.  It was also tested on a Vista computer with the same error.
    Please, if someone knows how to fix this problem please let me know.  I use Windows Journal exclusively on a tablet PC for my business and am afraid of upgrading from XP to Windows 7 or 8 unless I can see that the Win7 version of JOURNAL works properly
    as the WinXP Tablet edition of Win Journal.
    Note: I have tried recreating user profiles, sfc.exe, cleanboot, safe mode, chkdisk.... all failed.  THE PROBLEM I BELIEVE IS THE ACTUAL CODE that is written for Windows Journal.  ALL notes can be opend by hitting FILE-OPEN.  However, if you
    go to the "view recent notes" button and click on the "look-in" pull down menu within the Windows Journal program, you can not open the file through this.  Because of the way I do my business, I need to look up various files quickly
    and write notes after opening each note from the "look-in" pull down menu.
    Please Help.

    The problem seems to be that the "look-in" menu doesn't open the files which are located in the "Notes" folder.  If I open the files through windows explorer in windows 7, the file opens into windows journal and appears in the look-in menu.
    Another interesting thing occurs if you create an additional folder under my documents.  I tested this on various computers in an electronic store:  Windows Journal was working fine with the "look-in" menu; I was able to open various journal note
    documents.  Then, once I created another folder under My Documents and tried to open a journal note in that folder and then go back to the "notes" folder, I was able to replicate the same error message.
    In short, it seems that once a new folder is created, the original folder "Notes" as well as the new folder, both do not allow for the files within them to be opened through the "look-in" menu.  However, they may be opened from hitting FILE, then OPEN. 
    But, the "look-in" and Browse menu doesn't work.
    Also, I looked in the Event Viewer and couldn't find anything in particular related to Win Journal.  Please tell me what and where specifically to look in the Event Viewer --- I can't seem to find anything related to Windows Journal errors in the Event
    Viewer.
    Thank you.

  • I have logic pro, soundtrack pro will not open i get an error message what do i do? i cant find the receipts ive checked my library am i looking in the wrong place?

    I have logic pro, soundtrack pro will not open i get an error message what do i do? i cant find the receipts ive checked my library am i looking in the wrong place?

    I get the same kind of thing..
    I'm on osx 10.7.2 and once I click the soundtrack pro icon I get an error message. I had problems with logic pro & my digi002r soundcard midi drivers but now is fixed (using a midi adapter).
    here is the code:
    Process:         Soundtrack Pro [1705]
    Path:            /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
    Identifier:      com.apple.soundtrackpro
    Version:         3.0.1 (960)
    Build Info:      SoundtrackProProject-9600000~277
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    Date/Time:       2011-10-18 13:12:05.201 +0200
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          195725 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      23728D81-590B-4C3A-8C67-1709945CD132
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /Library/Application Support/ProApps/*/ProFX.framework/Versions/A/ProFX
      Referenced from: /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
      Reason: image not found
    Binary Images:
        0x1000 -   0x7f7ff8  com.apple.soundtrackpro (3.0.1 - 960) <77CF322B-8BBE-AAEA-173F-75A237035319> /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
      0x947000 -   0x94bfe6 +STPInterleave (??? - ???) <E87D1F34-6D97-63DB-454C-CF3D1B03F8E5> /Applications/Soundtrack Pro.app/Contents/Frameworks/STPInterleave.framework/Versions/A/STPInterleave
      0x952000 -   0x98ffff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      0x9a9000 -   0x9f5ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <CBD34EBC-0FFD-34B4-B55A-BE1F61EF4BD8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
      0xa18000 -   0xc3eff7  com.apple.prokit (7.1.1 - 1511) <498819A4-1BDD-3671-8796-E11865BCFBCE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
      0xd49000 -   0xd49fff  com.apple.iokit.dvcomponentglue (2.0.7 - 2.0.7) <1CFA5944-AB33-3A41-B4D2-4A624A514C0D> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
      0xd4d000 -   0xd54fff  com.apple.AEProfiling (1.2 - 22) <43A46C32-8E13-82DD-8AF1-2A40690BF810> /Applications/Soundtrack Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
      0xd5e000 -   0xd6dfff  com.apple.AERegistration (1.2 - 77) <5D18C47F-6F9E-0C4C-8875-24A14A97186D> /Applications/Soundtrack Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
      0xd81000 -   0xd83fff  com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xd89000 -   0xe49fff  com.apple.omf_framework (1.1.0 - 1.0) <ED5F21BC-18CD-D7F7-3D2E-F7F856BC0D40> /Applications/Soundtrack Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x11000000 - 0x1102afeb  com.apple.proapps.ControlSurfaceSupport (2.0 - 68) <BD914236-49D8-9C9A-E8D6-CBC1738850B3> /Applications/Soundtrack Pro.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlS urfaceSupport
    0x8fe88000 - 0x8feba9c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90840000 - 0x90992fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90993000 - 0x90993ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91e60000 - 0x92036fe3  com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x924a8000 - 0x92509ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93281000 - 0x9328ffff  com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93331000 - 0x93331fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93332000 - 0x93493ffb  com.apple.QuartzCore (1.7 - 270.0) <0916DA83-6400-3FEA-BC53-5F4BA4D126EC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94326000 - 0x9436dfff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94420000 - 0x946a5fe3  com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97dd0000 - 0x98082ff7  com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x99d12000 - 0x99d76fff  com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9adc8000 - 0x9adc8fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9aef1000 - 0x9aef1fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9b2ec000 - 0x9b2ecfff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Model: iMac12,1, BootROM IM121.0047.B0A, 4 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 1.71f21
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.58.4-P2P
    Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKS-402AA0, 500,11 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 3
    USB Device: USB to Serial-ATA bridge, 0x04fc  (SUNPLUS TECHNOLOGY CO., LTD.), 0x0c25, 0xfa120000 / 6
    USB Device: iLok, 0x088e, 0x5036, 0xfa130000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: UM-2G, 0x0582  (Roland Corporation), 0x0106, 0xfd140000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3
    FireWire Device: Digi 002Rack, Digidesign, 400mbit_speed
    thanks everyone
    e

  • Safari cannot open the page ~ The error was: "There was a problem communicating with the web proxy server (HTTP)

    Help!  I was cruzing along just fine and went out tonight only to receive the message above:
    Cannot open Page
    Safari cannot open the page
    The error was: "There was a problem communicating with the web proxy server (HTTP)."
    I have had all the Apple iPhone phone.  Have never encountered anything like this. 
    All systems are GO as soon as I log on to wifi. 
    Can anyone help, please. 

    I am also fixed.  I also loaded Onavo, but that was the other day ... this is what I did with the help of online chat with AT&T ...
    I went to:
    Settings
    Wifi
    I selected the network I was working on by hitting the blue arrow located on right side
    At the detail page of that network I scolled down to the bottom to find HTTP Proxy boxes
    I was on Off and changed it to Auto and it worked! 
    I was soo jazzed!!
    Instructions said if it was already on AUTO, to change it to Manual and make your Port = 80 but I didn't have to do that!
    YIPPIE!!  I'm a new man!!
    Go to settings -----> WI-FI  -----> select the network you're using  ------> hit the blue arrow located on the right-side of the network name (ie: show details of that network), this takes you to another page.  
    --------> at the bottom of the page you'll see "HTTP Proxy" boxes (located below the "renew lease" button) ---------------> change the proxy to AUTO.   Note: if you're already at AUTO, change it to "Manual" and make your Port = 80.

  • I've reinstalled the latest itunes but it will noit open I get an error message

    I've recently had to reinstall itunes and now it won't open I get an error message

    Hi tcrider9,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Cheers,
    - Judy

  • I am using elements 11. I cannot open editor because configuration error occurs with message "errror 213:11". What happened? What can I do? Thanks a lot for your support.

    I am using elements 11 with Windows7. I cannot open editor because configuration error occurs with message "errror 213:11". What happened? What can I do? Thanks a lot for your support.

    See if this helps:
    Error "License store does not allow writing" | Install log | CS5, CS5.5

Maybe you are looking for