OSX "an unidentified error has occurred"

Howdy, Had been connecting to this site no problem for ages
using the same script I always have - suddenly it's not working
anymore. However the site still seems to be working online just
fine - so that suggests it's not the scripts but something broken
in Dreamweaver. Any suggestions on where to look?
I've tried creating a new site, directory etc. and connecting
to the same server but still no joy. It's odd because I can connect
using Navicat to edit the sql using exactly the same login info,
just DW won't see the DB.
Any help greatly appreciated!!!

Seems if I ditch all the old connection scripts, notes and
the _mmServerScripts folder and replace with a copy from a site
that works, then update the connection details, it all seems to
work.
So, at a guess, DW has screwed up an existing file somewhere
among these folders and you simply need to ditch everything and
start afresh.. well kinda afresh in my case. Don't care how it
works - it just does!

Similar Messages

  • Cannot connect to the phone system. An unidentified error has occurred, Please try again.

    Issue:  Lync 2013 users with remote call control enabled cannot connect to the phone system.  When the user logs into Lync, they see an exclamation in the bottom right corner
    with this error.
    Error:  Cannot connect to the phone system.  An unidentified error has occurred, Please try again.  If the problem continues, please contact your support team.
    Environment: 
    1 site:  Site1
    2 Pools:
    1. Lync 2010
    Trusted application is added here for the site.
    2. Lync 2013
    Avaya phone system:  AES r6-1-2-32-0
    I have not moved the trusted application to the Lync 2013 pool yet, but my understanding is that it should still work since it’s in the site.  Is my understanding on this correct?  (All of my other trusted applications do work for Lync 2013
    users & none of them have been moved yet. Remote Call Control is the only one that does not work.)
    This is from the uccapi log.  This is just from the user logging in, not actually making a call.  Below are the items that I think are important, however, I don’t know how to interpret it to determine if the problem is on the Lync side or
    the Avaya side.  Here’s a summary:
    SIP/2.0 100 Trying
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="E05700E2", snum="9", rspauth="f308eae87c0bbe64a1ab213574776cbdf9823ab6", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]>;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]>
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 200 OK
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="15C0F9A2", snum="13", rspauth="4fd891e39a33e902fb1cec5d980e5bf0ccb172a0", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 CANCEL
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 487 Request terminated
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="F46EC133", snum="14", rspauth="1d92718caa4f61d967faa46a5c256aafa8b4e740", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    ms-diagnostics: 5002;reason="Request was cancelled";AppUri="http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent";source="lync03.
    domain.com"
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0

    Hi Suelizy,
    To better understand the issue, I would like to collect the following information for troubleshooting:
    1. Do you mean the Lync 2010 user can connect to the Phone System?
    2. What’s next hop pool of the application?  
    In a mixed environment, you must set the next hop pool to be the Lync Server 2013 pool.
    Best regards,
    Eric

  • Connect to mysql DB (An unidentified error has occurred.) plz need help...

    I have been unable to create a database connection in dreamweaver to my MySql
    server.  Each time I receive the message "an unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record.  However, if I try and create
    a connection in Dreamweaver with these same variables, I receive the message
    "an unidentified error has occurred".  I have tried, deleting the _mm
    connection scripts folder and recreating them.  I have used the mx2004 updater,
    I have tried all document types...  nothing seems to work...
    i am using local server (phptraid)
    PHPTriad 2.2 contains the following changes:
    Updated packages for Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1).
    also using remote host at (www.0fees.net)
    last thing i would to say in my computer i success only one time to make connection in window 7 - dreamweaver cs4
    and i create this site mwlobby.0fees.net
    but now i downloaded dreamweaver cs5 and i need to install new windows
    so i need help
    any suggestions?

    Turn your iPhone to a DFU mode and restore it

  • An unidentified error has occured? trying to connect with database for forms

    I am new to website development and have been using dreamweaver for my website.
    I am using WAMP server and have all my files on the host.
    In dreamweaver when i add the database details:
    connection name : connlogin
    mySQLserver: localhost
    username: root
    password:
    select database:
    when i go to choose a database i get the error "an unidentified error has occurred"???
    i try typing the database name and click test and still get the same error messages. all the tutorials i have been following say it should show the databases...
    Just for clarity i have created my database and tables. I need to link my forms to the database.
    I have searched online on various forums and cant seem to find a solution that works.
    if anyone can help it will be much appreciated.
    Thanks

    Log into phpMyAdmin.  Right hand frame, look for Privileges at the top.  Can you verify that either % (wildcard) or "localhost" is listed for the user under the "host" field? And that the user has either all privileges or the necessary privileges on the database.

  • An unidentified error has occurred

    I have been unable to create a database connection in
    dreamweaver to my MySql server. Each time I receive the message "an
    unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record. However, if I
    try and create a connection in Dreamweaver with these same
    variables, I receive the message "an unidentified error has
    occurred". I have tried, deleting the _mm connection scripts folder
    and recreating them. I have used the mx2004 updater, I have tried
    all document types... nothing seems to work...
    any suggestions?

    Kamesh192 wrote:
    > i am trying to do a db connect in Dreamweaver 8 and i am
    getting an error
    > saying "An unidentified error has occurred."
    You don't say which server model or database you're using. If
    it's
    PHP/MySQL, see this detailed answer that I gave a couple of
    days ago:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1322939#47 99212
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • An unidentified error has occurred - solved

    Dreamweaver has always had this particularly unhelpful error message ('An unidentified error has occurred') when failing to connect to a data source. I've been beating my head against a wall for a week now trying to discover why just one of my sites was failing to connect to a MySQL database (and only on the testing server) in design view. It turns out that I had inadvertently caused a problem with a custom .htaccess written for friendly urls.
    If you are using mod_rewrite you must not affect the _mmServerScripts folder, created by DW in your web root. I have now added this before my main rewrite rules:
    #end rewriting process for special folders
    RewriteRule ^(admin|_mmServerScripts)($|/) - [L]
    Hope it helps someone else.
    Ed

    Kamesh192 wrote:
    > i am trying to do a db connect in Dreamweaver 8 and i am
    getting an error
    > saying "An unidentified error has occurred."
    You don't say which server model or database you're using. If
    it's
    PHP/MySQL, see this detailed answer that I gave a couple of
    days ago:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1322939#47 99212
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • MySQL "An unidentified error has occurred"

    I have just purchased Dreamweaver within the bundle of Master Collection CS5.5 Educational.
    I have been using Dreamweaver since UltraDev days. However I have come up against this problem after installing Dreamweaver and trying to connect.
    "An unidentified error has occurred"
    I have used a few programs to identify what messages are being sent out and it appears that nothing is actually being sent from Dreamweaver.
    I setup the site fine, so I can transfer files back and forth to the web server. The database is on a different server, and I can use MySQL Query to connect to the database from the same PC.
    I can't seem to find what the issue is. I tried multiple mysql databases on different servers and the same issue. It seems Dreamweaver is not doing anything when I hit Test.
    Any ideas?
    Andrew

    Well, I may be a little late on this answer... but maybe it will help. After a few hours of messing with this; I FINALLY figured it out.
    First of all, you have to have your site settings as such:
    Step One
    Remote Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Step Two
    Testing Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Click on the Advanced tab
    Testing server
    Server Model: PHP MySQL
    Step Three (this is the tricky part, lol)
    Click on file, then click New.
    Create a NEW, I repeat... NEW PHP page.
    Let it sit.
    Step Four
    Now enter your remote SQL settings.
    Not sure why... but this worked for me after HOURS of:
    "An unidentified error has occurred"

  • MySql connection error message "An unidentified error has occurred"

    I am trying to connect the Mysql database with dreamweaver
    but I keep getting the following error message:
    "An unidentified error has occurred". any idea what is wrong?
    Any help will be appreciated.
    SC Xiou

    SCXiou wrote:
    > I am trying to connect the Mysql database with
    dreamweaver but I keep getting
    > the following error message:
    > "An unidentified error has occurred".
    There are two common reasons for that happening:
    1. An incorrect testing server definition, or
    2. A software firewall is blocking access between MySQL and
    Dreamweaver.
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • "An unidentified error has occurred" when testing a recordset, asp, vbscript, cs4, with dsn or custm

    Hi,
    I have created a dsn and a connection string that test fine on my web host (crystaltech), but I get an unidentified error when I test them on DW CS4. Any thoughts?
    This is my connection string:
    "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\inetpub\bnicrossroadsconnections\dbs\members.mdb;"
    which generates this code:
    <%
    ' FileName="Connection_ado_conn_string.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="true"
    ' Catalog=""
    ' Schema=""
    Dim MM_testConn_STRING
    MM_testConn_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\inetpub\bnicrossroadsconnections\dbs\members.mdb;"
    %>
    The connection include code is here: http://bnicrossroadsconnections.com/connections/testconn.asp
    My dsn code is:
    <%
    ' FileName="Connection_odbc_conn_dsn.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="true"
    ' Catalog=""
    ' Schema=""
    Dim MM_memberconn_STRING
    MM_memberconn_STRING = "dsn=memberdsn;uid=bnixroads;pwd=pass;"
    %>
    The dsn include code is here: http://bnicrossroadsconnections.com/connections/memberconn.asp
    What am I doing wrong?
    This is on a Windows server and I have set the file permissions to the dbs folder to allow writes and deletes.
    I tried moving a db and dsn from another site, where they work, and I get the same unidentified error on this site. I'm thinking I may have missed something with the host, but don't know what. Crystaltech says everything looks fine at their end, and IE throws no error messages.
    Many thanks!!!

    Thank you.  I closed all firewalls and tried it but got the same error.  Then I tried rebooting  and restarting DW to no avail.  So, I started clicking on the commands and on the site>advanced there is a Remove Connection Script command.  I clicked that and retried creating the dynamic table and much to my surprise it worked.  I think perhaps that it was a combination of your suggestion and getting rid of the old script that left it work.  Thanks again for your help.
    Best regards,
    Clair

  • "An unidentified error has ocurred" when connecting to mySQL in Dreamweaver MX

    Hi All,
    I've been trying & failing to figure this out for 2 days. I hope someone can help! I installed xampp on my local machine, got the Apache server, phpMyAdmin, and SQL up and running. My next step is to connect to my MySQL database in Dreamweaver MX. This where I'm running into trouble.
    I've given super access rights to several db users in my MySQL database just to be sure that it wasn't a matter of not-enough-permissions. Here is a screenshot of the privileges: http://www.skyebrannon.com/db_privs.jpg
    I am sure my connection information is correct, as I've used it to create a php page that lists my database tables.Those are working just fine Here is my info:
            $dbhost = "localhost";
            $dbuser = "root";
            $dbpass = "dbpassword";
            $dbname = "camin0_music";
    When I put the same information in my MySQL Connection, I get "An unidentified error has occured".
    Here is a screenshot of the error and my (working) connection info:
    http://www.skyebrannon.com/db_error.jpg
    My apologies if this has been asked & solved. If I missed a thread that answes this, could you please let me know?
    Thanks so much!
    Skye

    Hi All,
    I've been trying & failing to figure this out for 2 days. I hope someone can help! I installed xampp on my local machine, got the Apache server, phpMyAdmin, and SQL up and running. My next step is to connect to my MySQL database in Dreamweaver MX. This where I'm running into trouble.
    I've given super access rights to several db users in my MySQL database just to be sure that it wasn't a matter of not-enough-permissions. Here is a screenshot of the privileges: http://www.skyebrannon.com/db_privs.jpg
    I am sure my connection information is correct, as I've used it to create a php page that lists my database tables.Those are working just fine Here is my info:
            $dbhost = "localhost";
            $dbuser = "root";
            $dbpass = "dbpassword";
            $dbname = "camin0_music";
    When I put the same information in my MySQL Connection, I get "An unidentified error has occured".
    Here is a screenshot of the error and my (working) connection info:
    http://www.skyebrannon.com/db_error.jpg
    My apologies if this has been asked & solved. If I missed a thread that answes this, could you please let me know?
    Thanks so much!
    Skye

  • PHP Connection to a MySQL database "An unidentified err has occurred"

    This is driving me up the wall.... With my hosting provider
    at work I cannot make a connection to a MySQL database with
    dreamweaver using the new connection in the databases tab. "an
    unidentified error has occurred"
    I am certain that I am entering the info correctly and have
    the correct permissions to access the database, I think it has to
    do with the _mmServerScripts folder and the testing server.
    With the hosting provider that I use for personal websites I
    make connections all day long doing the exact same thing that I am
    doing here at work and I'm stumped. I even read a lenghty article
    on this forum with possible solutions... none of them worked.
    Is there any way around the _mmServerScripts directory and
    testing server to make a connection and then use the bindings and
    server behaviors tabs to creat recordsets, etc??
    Thanks in advance for any help!
    George

    o0knightro wrote:
    > Is there any way around the _mmServerScripts directory
    and testing server to
    > make a connection and then use the bindings and server
    behaviors tabs to creat
    > recordsets, etc??
    Not if you want to use Dreamweaver server behaviors, no. The
    usual
    meaning of "an unidentified error has occurred" is failure to
    connect
    because communication is blocked by a firewall.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • HT202159 osx mountain lion an error has occurred

    i cant download osx mountain lion it gets part way and then reports an error has occurred.....my imac is mid 2007 so is supposed to be able to be updated....i have been charged but cannot update.....!! help appreciated (ive tried to download 7 times now....

    -  Temporarily disable anti virus software if installed.
    -  Apps such as Little Snitch, Net Nanny, and Hands Off can prevent apps from downloading including Mountain Lion.
    -  Third party download managers are not compatible with the App Store.
    For downloading Mountain Lion from the App Store, a high speed (broadband) internet connection is Gstrongly recommended by Apple as noted here > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    Keep in mind, If you need to reinstall OS X or repair the the startup disk using Mountain Lion Recovery, that requires broadband (high speed) access to the internet via Wi-Fi or an Ethernet connection. OS X is downloaded over the internet form Apple when OS X Recovery is used for reinstallation.
    Mountain Lion is a 4.34GB file. If you are using a slow internet connection, the download may be timing out before it can finish. Your ISP determines your download speeds. Check with your ISP for upgrade options.
    According to Step 1 here >  Apple - Upgrade your Mac to OS X Mountain Lion.
    Your iMac should be able to upgrade to Mountain Lion.

  • HT202159 "An error has occurred" in red trying downloading OSX Mountain lion without any option in grey Button

    I Purchased the update for Mac OSX Moutain Lion from Mac App Store. After several attempts to resume downloads. an message appeared as follow in red "An error has occured" The grey button next to it has no text in it and also does not respond when clicking on it. How can I restart or continue this download. U did try logging out and in again as well as restarting without any success. PLEASE HELP

    Make sure your Mac qualifies to run Mountain Lion >  Apple - Upgrade your Mac to OS X Mountain Lion.
    Disable anti virus software and turn off the Firewall in System Preferences > Security & Privacy.
    Then try here >  Mac App Store: How to resume interrupted downloads
    If that doesn't help, click Store from the App Store menu bar top of your screen. From the drop down menu click Check for Unfinished Downloads.
    Keep in mind, for downloading Mountain Lion from the App Store, a high speed (broadband) internet connection is strongly recommended by Apple as noted here > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    If you need to reinstall OS X or repair the the startup disk using Mountain Lion Recovery, that requires broadband access to the internet via Wi-Fi or an Ethernet connection. OS X is downloaded over the internet form Apple when OS X Recovery is used for reinstallation.

  • unable to log in at this time because an error has occured

    Colleague came in over weekend to use a specific PowerMac and large screen rather than her usual MacBook Pro.
    She was unable to login as 'herself' as she repeatedly got the message that she was <<unable to log in at this time because an error has occured>>.
    No 'headshaking' as if she had given the wrong password, but she couldn't log in or accesss our sharepoints.
    She tried another desktop Mac (a  macmini) and got same result...
    She could (and today still can)  happily log in to the server via her laptop...
    What gives?

    We just had a similar issue here.
    On the MacBook Pro, we needed a new user to log in. Existing MBP users were fine, new users no chance, although administrator accounts were OK. OSX 10.7.4, same issue with 10.7.5.
    Clues were found elsewhere on this site (https://discussions.apple.com/thread/4140320?start=0&tstart=0), but what we did to fix it was this:-
    Ensure the Mac will create a local folder for new user accounts (top tick-box)
    In AD, turn off the Z: drive mapping to the home folder (or whatever drive you use) for that particular user
    On the Mac, log in and let it create the local home folder
    In AD, turn the drive mapping back on and respecify the home folder path
    The account should now continue to work as it's already created the local home folder.
    Admin accounts worked because we don't map the home folder for those. Originally we were mapping using a logon script, which is why we didn't have an issue when setting up the other users initially. What probably doesn't help is that we use DFS, and the Macs don't like talking to DFS (we have to map to the \\servername\share instead of \\domainname\dfs-share for those).
    Hope this helps. Many thanks to user "Think Touch" for providing the clues.

  • Trying to install app from App Store results in "An error has occurred."

    I am trying to update TextWrangler in the OSX App Store application. Multiple attempts to update have resulted in the same error. This appears to be also happening with other apps (Pages, in particular), but for the moment I will keep troubleshooting localized to TextWrangler.
    The basic symptom is that I try to update TextWrangler and receive a dialog stating "TextWrangler failed to download / Use the Purchases page to try again.". After I acknowledge the dialog I see "An error has occurred." next to the "Install" button on the purchases page. Further attempts receive the same error.
    Initial attempts to remedy this have included deleting everything in $TMPDIR/../C, everything in /Library/Updates, ~/Library/Preferences/com.apple.appstore.plist, ~/Library/Preferences/com.apple.storeagent.plist, Library/Cookies/com.apple.appstore.cookies, ~/Library/Caches/com.apple.storeagent, everything in Library/Caches/com.apple.storehelper/ as indicated in several forums offering help related to this problem. I have also tried completely removing the software (from /Applications) and installing from scratch; I get the same symptoms in this case.
    As per https://discussions.apple.com/message/23951810#23951810, I have included a log file to (hopefully) help diagnose the issue. While I don't really understand much of the log output, I do find it interesting that at Apr 21 17:02:49 (when the download starts) you see many mathematically meaningless percentages displayed.
    I very much appreciate in advance any help you can provide on this issue
    The following log was created by:
    1. quitting all applications
    2. starting Console
    3. selecting /var/log -> appstore.log
    4. clicking "Clear Display"
    5. starting App Store
    6. clicking "Purchased"
    7. clicking "Install" next to TextWrangler
    8. waiting until the "TextWrangler failed to download / Use the Purchases page to try again." dialog appeared
    9. quitting App Store
    10. in Console, select all and copy/paste here:
    Marker - Apr 21, 2014, 17:02:27
    Apr 21 17:02:33 escorpiao.local App Store[1199]:
              --------------------------------------------------------- Begin --
                 System Version 10.9.2 (Build 13C64)
                 "App Store" Version 1.3 (201.4)
    Apr 21 17:02:33 escorpiao.local App Store[1199]: FRStoreViewController: Using process-per-webview model for identifier primary
    Apr 21 17:02:33 escorpiao.local App Store[1199]: FRStoreViewController: Loading cached storefront URL https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12
    Apr 21 17:02:34 escorpiao.local App Store[1199]: APAppDelegate: Main window NIB load started 0.7382 seconds after launch
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: Store state changed to splash (loading)
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: bagDidUpdate:<CKBag: 0x6080000088d0>
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: Store state changed to splash (loading)
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: Initial bag load took nan seconds
    Apr 21 17:02:34 escorpiao.local storeagent[261]: UpdateController: App Update check
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: Processing _urlEventsToHandleOnBagUpdate with (null)
    Apr 21 17:02:34 escorpiao.local App Store[1199]: FRStoreViewController: Processing _openFileEventsToHandleOnBagUpdate with (null)
    Apr 21 17:02:34 escorpiao.local storeagent[261]: UpToDateOperation: Starting UpToDateEligibilityCheckOperation Check
    Apr 21 17:02:34 escorpiao.local storeagent[261]: UpdateQueue: Using available-software-updates-extended key for update queue
    Apr 21 17:02:34 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=up-to-date-eligibility-read
    Apr 21 17:02:34 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://p71-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/upToDateEligibility Srv
    Apr 21 17:02:34 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=adoption-eligibility
    Apr 21 17:02:34 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://p71-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/adoptionEligibility Srv
    Apr 21 17:02:34 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=available-software-updates-extended
    Apr 21 17:02:34 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://su.itunes.apple.com/WebObjects/MZSoftwareUpdate.woa/wa/availableSoftware UpdatesExtended
    Apr 21 17:02:35 escorpiao.local App Store[1199]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=enabled-media-types
    Apr 21 17:02:35 escorpiao.local App Store[1199]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://p71-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/enabledMediaTypes
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRNavigationController: Navigated to <FRNavigationItem: 0x600000252ba0> webView=primary provisionalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12 finalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRNavigationController: User moved forward from (null) to <FRNavigationItem: 0x600000252ba0> webView=primary provisionalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12 finalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12
    Apr 21 17:02:35 escorpiao.local storeagent[261]: UpdateController: _availableUpdatesDidChange removing all updates available notifications because the badge count is 0
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using process-per-webview model for identifier top-charts
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using multi-webview model for identifier top-charts
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using process-per-webview model for identifier genres
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using multi-webview model for identifier genres
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using process-per-webview model for identifier purchased
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using multi-webview model for identifier purchased
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using process-per-webview model for identifier updates
    Apr 21 17:02:35 escorpiao.local App Store[1199]: FRStoreViewController: Using multi-webview model for identifier updates
    Apr 21 17:02:37 escorpiao.local com.apple.WebKit.WebContent[1202]:
              --------------------------------------------------------- Begin --
                 System Version 10.9.2 (Build 13C64)
                 "com.apple.WebKit.WebContent" Version 9537 (9537.74.9)
    Apr 21 17:02:37 escorpiao.local com.apple.WebKit.WebContent[1202]: FRJSSoftwareProduct: Loading receipt for (null) at /Applications/FaceTime.app took 0.00 seconds
    Apr 21 17:02:37 escorpiao.local com.apple.WebKit.WebContent[1202]: FRJSSoftwareProduct: Loading receipt for com.apple.FaceTime at /Applications/FaceTime.app took 0.00 seconds
    Apr 21 17:02:39 escorpiao.local App Store[1199]: FRStoreViewController: Initial load of visible web view (https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12) took 5.7364 seconds
    Apr 21 17:02:39 escorpiao.local App Store[1199]: FRStoreViewController: Store state changed to splash (loading)
    Apr 21 17:02:42 escorpiao.local App Store[1199]: FRStoreViewController: Store state changed to default state
    Apr 21 17:02:43 escorpiao.local App Store[1199]: FRNavigationController: Navigated to <FRNavigationItem: 0x6000002598c0> webView=purchased provisionalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12 finalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12
    Apr 21 17:02:43 escorpiao.local App Store[1199]: FRNavigationController: User moved forward from <FRNavigationItem: 0x600000252ba0> webView=primary provisionalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12 finalURL=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=29520&m t=12 to <FRNavigationItem: 0x6000002598c0> webView=purchased provisionalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12 finalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12
    Apr 21 17:02:43 escorpiao.local App Store[1199]: FRNavigationController: Did transition to object <FRNavigationItem: 0x6000002598c0> webView=purchased provisionalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12 finalURL=https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12
    Apr 21 17:02:44 escorpiao.local App Store[1199]: FRStoreViewController: Initial load of visible web view (https://se.itunes.apple.com/WebObjects/MZStoreElements.woa/wa/purchases?cc=us&fi ltered=false&mode=UNHIDDEN&mt=12) took 10.8406 seconds
    Apr 21 17:02:44 escorpiao.local App Store[1199]: FRStoreViewController: Store state changed to default state
    Apr 21 17:02:46 escorpiao.local storeagent[261]: ISCheckPreflightOperation: Downloading remote pre-flight from http://a1182.phobos.apple.com/us/r1000/035/Purple2/v4/8d/c6/0a/8dc60ac8-ab0e-375 1-aae7-b2245d3ee19b/signed.dcr.7408220561693211019.pfpkg
    Apr 21 17:02:46 escorpiao.local storeagent[261]: ISCheckPreflightOperation: remote pre-flight downloaded to file:///var/folders/p3/1ps_hr3569v1wkw8574_b0000000gn/C/com.apple.appstore/4040 10395/preflight.pfpkg
    Apr 21 17:02:46 escorpiao.local storeagent[261]: ISCheckPreflightOperation: Running local pre-flight from file:///var/folders/p3/1ps_hr3569v1wkw8574_b0000000gn/C/com.apple.appstore/4040 10395/preflight.pfpkg
    Apr 21 17:02:46 escorpiao.local storeagent[261]: PKDistributionController: Performing disk space check with 123254034432 bytes available on disk, 0 bytes alreay downloaded and 341534720 required bytes (installSize=17541120 + fileSize=9420800 + paddedSize=314572800)
    Apr 21 17:02:46 escorpiao.local storeagent[261]: ISCheckPreflightOperation: verified preflight success=1, error=(null), distController=<PKDistributionController: 0x7f8ed9e5f9e0>
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1210]:
              --------------------------------------------------------- Begin --
                 System Version 10.9.2 (Build 13C64)
                 "com.apple.WebKit.WebContent" Version 9537 (9537.74.9)
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1210]: FRJSInterface: Calling install requirements callback for 404010395 - {
                  adamID = 404010395;
                  success = 1;
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1210]: FRJSInterface: Page requested a buy
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1210]: FRJSInterface: Forming purchase object of type software
    Apr 21 17:02:46 escorpiao.local storeagent[261]: AuthorizationController: Non-interactive authorization succeeded
    Apr 21 17:02:46 escorpiao.local storeagent[261]: AuthorizationController: authorizing PKInstallClient and SUAppStoreUpdateController
    Apr 21 17:02:46 escorpiao.local storeagent[261]: SSPurchase: purchasesGroupedByAccountIdentifierWithPurchases is returning  0:(null):404010395
    Apr 21 17:02:46 escorpiao.local storeagent[261]: SoftwareMap: No app was found with bundle ID com.barebones.textwrangler to upgrade to (null)
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1208]:
              --------------------------------------------------------- Begin --
                 System Version 10.9.2 (Build 13C64)
                 "com.apple.WebKit.WebContent" Version 9537 (9537.74.9)
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1208]: FRJSSoftwareProduct: Loading receipt for (null) at /Applications/FaceTime.app took 0.00 seconds
    Apr 21 17:02:46 escorpiao.local com.apple.WebKit.WebContent[1208]: FRJSSoftwareProduct: Loading receipt for com.apple.FaceTime at /Applications/FaceTime.app took 0.00 seconds
    Apr 21 17:02:46 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=buyProduct
    Apr 21 17:02:46 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://p71-buy.itunes.apple.com/WebObjects/MZBuy.woa/wa/buyProduct
    Apr 21 17:02:47 escorpiao.local com.apple.WebKit.WebContent[1210]: FRJSInterface: Calling purchase callback for 404010395 - {
                  adamID = 404010395;
                  productID = 404010395;
                  productTitle = TextWrangler;
                  success = 1;
    Apr 21 17:02:47 escorpiao.local storeagent[261]: SSPurchase: purchasesGroupedByAccountIdentifierWithPurchases is returning  0:(null):404010395
    Apr 21 17:02:47 escorpiao.local storeagent[261]: Purchase batch operation finished with success=0 error=(null)
    Apr 21 17:02:47 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=(null) / bagKey=buyProduct
    Apr 21 17:02:47 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: https://p71-buy.itunes.apple.com/WebObjects/MZBuy.woa/wa/buyProduct
    Apr 21 17:02:47 escorpiao.local storeagent[261]: SoftwareMap: No app was found with bundle ID com.barebones.textwrangler to upgrade to 4.5.8
    Apr 21 17:02:47 escorpiao.local storeagent[261]: DownloadQueue: Replacing placeholder with full download from purchase: <Download: 0x7f8ed9e82cb0>: com.barebones.textwrangler (404010395) paused:0 failed:0 isInServerQueue:0
    Apr 21 17:02:47 escorpiao.local storeagent[261]: SoftwareMap: No app was found with bundle ID com.barebones.textwrangler to upgrade to 4.5.8
    Apr 21 17:02:47 --- last message repeated 2 times ---
    Apr 21 17:02:47 escorpiao.local storeagent[261]: Purchase batch operation finished with success=0 error=(null)
    Apr 21 17:02:47 escorpiao.local storeagent[261]: ISStoreURLOperation: Starting URL operation with url=http://a1319.phobos.apple.com/us/r1000/048/Purple/v4/3f/68/82/3f6882f6-da92-083d -45e2-076fc52b6ba3/mzps967408545259180315.pkg / bagKey=(null)
    Apr 21 17:02:47 escorpiao.local storeagent[261]: -[ISStoreURLOperation _runURLOperation]: _addStandardQueryParametersForURL: http://a1319.phobos.apple.com/us/r1000/048/Purple/v4/3f/68/82/3f6882f6-da92-083d -45e2-076fc52b6ba3/mzps967408545259180315.pkg
    Apr 21 17:02:47 escorpiao.local storeagent[261]: <HashedDownloadProvider: 0x7f8ed9f7cc70>: Opening file /var/folders/p3/1ps_hr3569v1wkw8574_b0000000gn/C/com.apple.appstore/404010395/m zps967408545259180315.pkg returning file descriptor 10 (0 streamed)
    Apr 21 17:02:48 escorpiao.local storeagent[261]: sending status (TextWrangler): 0.000000% (-1.000000)
    Apr 21 17:02:48 escorpiao.local App Store[1199]: FRStoreViewController: Discarded delayed initial load of updates because the view has already commited an initial load
    Apr 21 17:02:48 escorpiao.local App Store[1199]: FRStoreViewController: Discarded delayed initial load of purchased because the view has already commited an initial load
    Apr 21 17:02:48 escorpiao.local App Store[1199]: FRStoreViewController: Discarded delayed initial load of top-charts because the view has already commited an initial load
    Apr 21 17:02:48 escorpiao.local App Store[1199]: FRStoreViewController: Discarded delayed initial load of genres because the view has already commited an initial load
    Apr 21 17:02:48 escorpiao.local storeagent[261]: HashedDownloadProvider: Using serial dispatch queue for processing of asset for /var/folders/p3/1ps_hr3569v1wkw8574_b0000000gn/C/com.apple.appstore/404010395/m zps967408545259180315.pkg
    Apr 21 17:02:49 escorpiao.local storeagent[261]: sending status (TextWrangler): 3276.800049% (-1.000000)
    Apr 21 17:02:51 escorpiao.local storeagent[261]: sending status (TextWrangler): 13107.200195% (-1.000000)
    Apr 21 17:02:52 escorpiao.local storeagent[261]: sending status (TextWrangler): 19660.800781% (-1.000000)
    Apr 21 17:02:54 escorpiao.local storeagent[261]: sending status (TextWrangler): 26214.400391% (-1.000000)
    Apr 21 17:02:55 escorpiao.local storeagent[261]: sending status (TextWrangler): 32768.000000% (-1.000000)
    Apr 21 17:02:57 escorpiao.local storeagent[261]: sending status (TextWrangler): 39321.601562% (-1.000000)
    Apr 21 17:02:58 escorpiao.local storeagent[261]: sending status (TextWrangler): 45875.199219% (-1.000000)
    Apr 21 17:03:00 escorpiao.local storeagent[261]: sending status (TextWrangler): 55705.601562% (-1.000000)
    Apr 21 17:03:02 escorpiao.local storeagent[261]: sending status (TextWrangler): 62259.199219% (-1.000000)
    Apr 21 17:03:03 escorpiao.local storeagent[261]: sending status (TextWrangler): 68812.796875% (-1.000000)
    Apr 21 17:03:05 escorpiao.local storeagent[261]: sending status (TextWrangler): 75366.398438% (-1.000000)
    Apr 21 17:03:06 escorpiao.local storeagent[261]: sending status (TextWrangler): 81920.000000% (-1.000000)
    Apr 21 17:03:08 escorpiao.local storeagent[261]: sending status (TextWrangler): 88473.601562% (-1.000000)
    Apr 21 17:03:08 escorpiao.local storeagent[261]: sending status (TextWrangler): 0.806452% (8.000000)
    Apr 21 17:03:08 --- last message repeated 1 time ---
    Apr 21 17:03:08 escorpiao.local storeagent[261]: SoftwareMap: No app was found with bundle ID com.barebones.textwrangler to upgrade to 4.5.8
    Apr 21 17:03:08 escorpiao.local storeagent[261]: DownloadOperation: Resetting download after error: Error Domain=NSURLErrorDomain Code=-1100 "The installation could not be started." UserInfo=0x7f8ed9f8c320 {NSLocalizedDescription=The installation could not be started., NSUnderlyingError=0x7f8ed9f7bce0 "The requested URL was not found on this server."}
    Apr 21 17:03:08 escorpiao.local storeagent[261]: SoftwareMap: No app was found with bundle ID com.barebones.textwrangler to upgrade to 4.5.8
    Apr 21 17:03:17 escorpiao.local storeagent[261]: sending status (TextWrangler): 0.806452% (8.000000)

    Welcome to the Apple Support Communities
    Press Shift key on boot, delete Mountain Lion installer from Applications, open App Store > Purchases and download OS X. If it doesn't help > http://www.apple.com/support/mac/app-store/contact

Maybe you are looking for

  • HP Smart Web Printing interfering with Internet Explorer

    Hello - I have a new dv7-4183cl notebook and I just added a new Photosmart C310 wireless printer. When I added the printer, I installed all of the programs included on the installation disc. Since then, I'm having a very annoying problem with the mou

  • Satellite A100-207: Is it possible to upgrade graphic card for gaming

    Hi I am looking to buy the Toshiba A100-207 laptop and it comes with 128MB of shared graphics. I would like to play games and I was wondering if I could upgrade the graphics (such as a nvidia card that I could buy and put in) or are the graphics fixe

  • [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder

    On boot (and subsequently), I get spammed by the following message: [  344.724568] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 128 [  344.724570] Raw EDID: [  344.724571]          ff ff ff ff ff ff ff ff ff ff ff ff ff f

  • Cost center and activity type

    Hi, how can I link a cost center to an activity type ? Regards

  • Mass Info Records uploading

    Hi SAP guru's Is there a reliable method for creation of many (2000) Info Records at once? Quick Test works but it can 'break' without notification. Assembling a spreadsheet to import all required data is not a problem. Regards Teja