AppleScript Error-1728 - failed to get document 1

I'm trying to find out why my AppleScripts I use for automation of numbers do not work this month.

I have several scripts that I built for the treatment of the expenditure reports and I ran them last time in February with no problems.  Whenever I now them I get the following error message:

error "Numbers had an error: failed to get document 1." the document number-1728 1

I looked at this post: https://discussions.apple.com/message/29854515#29854515

I have not found the cache file listed in the directory of ~/Library/Caches... ask yourself where the hell numbers may be sticking this file in order to remove it and see if this solves my problem.

All I have this problem or knows where I could find the file cache for numbers?

Thank you

Rich

To solve this problem...

I had to remove the container file to ~/Library/Containers/com.apple.iWork.Numbers and my scripts are back and working again!

Tags: iWork

Similar Questions

  • Satellite P100 - 307 Error Message: "failed to get read handle.

    "Failed to get read handle." Error message that appears whenever I start my laptop. HELP, its boring

    Error message that reads "Failed to get read handle." lies at the heart of my screen. Strange that it has an OK button, which means that the computer expects me to think it's ok. It's like the 'So what' button which really did not help them that my computer failed to get read manages? How can I get rid of this message? And why he's here.

    It's like setting up a new cell phone and the first time you receive your new number to a text message comes on the screen saying "Otta OK." Who the hell is Otta and what was wrong with Otta initially. In any case, anyone could help me with this, I would of course welcome.

    Hi Thorsten

    My first question is; What to hell you have on your laptop?
    I never saw the message as "Failed to get read handle."
    I have goggled autour and nothing!

    Are you able to get into the operating system? O If yes try to restore the operating system to the beginning.
    I put t know what you have installed or not installed on the device but I can t believe this is happening without any reason.

  • Default configuration of the Windows, restore features changes, do not turn off your computer error/loop - failed to get on the desktop

    Hi, I restored my Toshiba laptop yesterday afternoon, this morning, when I turned it on it started to configure the updates and let him be like that so I made breakfast.

    When I came back, I found this saying ' failure set features Windows restore changes do not turn off your computer ' its been like that for about 10 hours.

    I wonder how can I fix? I tried it turn on and turn off, but the same problem persists.

    It came with 8 Windows preinstalled thereforeI don't have the installation disk and I don't have access to the desktop

    Any solution please?

    Thank you

    Hello

    I'll get you the link and restore your computer to a previous working state.

    http://support.Microsoft.com/kb/949358/en-us

    Please reply with the status.

  • Impossible to analyze the xml.aspx contained in the main.js.Iam get the following error"could not obtain XML document, and the connection has failed: status 500

    Impossible to analyze the xml.aspx contained in the main.js.Iam get the following error"could not obtain XML document, and the connection has failed: status 500

    My main.js resembles

    xmlDataSource var = {}
     
    URL: 'dcds. - symbianxml.aspx", etc. (sample).
     
    init: function() {}
    URL, successful reminder, the reminder of failure
    This.Connect (this.) (URL, this.responseHandler, this.failureHandler);
    },
     
    /**
    * Analyzes the XML document in an array of JS objects
    @param xmlDoc XML Document
    * @returns {table} array of objects of the device
    */
    parseResponse: {function (xmlDoc)}
        
    var chElements = xmlDoc.getElementsByTagName ("channel");
       
    channels of var = [];
      
    Console.log (chElements.Length);
      
    for (var i = 0; i)< chelements.length;="">
        
    var channel = {};
       
    for (var j = 0; j)< chelements[i].childnodes.length;="">
        
    var node = Sublst.ChildNodes(1).ChildNodes(0) chElements [i] [j];
                
    If (node.nodeType! = 1) {//not an element node}
    continue;
    }
           
    Channel [node. TagName] = node.textContent;
    }
       
    Channels.push (Channel);
    }
    Console.log (Channels.Length);
    return the strings;
    },
     
    /**
    Manages the response and displays the data from device web app
    @param xmlDoc
    */
    responseHandler: {function (xmlDoc)}
      
    var channel = this.parseResponse (xmlDoc);
    var markup = "";
       
    for (i = 0; i< channels.length;="">
       
    markup += this.generateHTMLMarkup (i, channels [i]);
    }
    document.getElementById("accordian").innerHTML = mark-up;
    },
     
    /**
    Generates HTML tags to insert in to the DOM Web App.
    * @index i, index of the device
    @param device, device object
    */
    /*
    generateHTMLMarkup: function (i, channel) {}
      
    var str ="";
    "Str += '.


    ' onclick =-"mwl.setGroupTarget ('#accordian ',' #items_" + i + "', 'ui-show ',' ui - hide');" + ".
    "mwl.setGroupTarget ('#accordian ',' item_title_ #" + i + "', 'ui-open', 'ui-farm'); Returns false; \ » > » ;
    "" Str += "" + channel ['name'] + ' ";
    "Str += '.
    ";
    "Str += '.
    ";
    "Str += '.
    "+" id: "+ channel ['id'] +" ' "
    ";
    "Str += '.
    "+" type: "+ channel ['type'] +" ' "
    ";
    "Str += '.
    "+" language: "+ channel ['language'] +" ' "
    ";
    "Str += '.
    «+ "bandwidth:" + "fast" channel + "»»
    ";
    "Str += '.
    "+" cellnapid: "+ channel ["cellnapid"] +". "
    ";
    "Str += '.
    «+ ' link: '+'start the video »»
    ";
    "Str += '.
    ";
    return str;
    },*/
    generateHTMLMarkup: function (i, channel) {}
       
    var str ="";
    "Str += '.
    ";
    str +=  "" +
    "" + channel ['name'] + ""+""
    ";
    "Str += '.
    «+ ' link: '+'start the video »»
    ";
         
    return str;

    },
     
    failureHandler: {function (reason)}
    document.getElementById("accordian").innerHTML = "could not get XML document.
    '+ reason;
    },
     
    /**
    Retrieves a resource XML in the given URL using XMLHttpRequest.
    @param url URL of the XML resource to retrieve
    @param called successCb, in the XML resourece is recovered successfully. Retrieved XML document is passed as an argument.
    @param failCb called, if something goes wrong. Reasons, in text format, is passed as an argument.
    */

    Connect: {function (url, successCb, failCb)
      
    var XMLHTTP = new XMLHttpRequest();
      
    XMLHTTP. Open ("GET", url, true);

    xmlhttp.setRequestHeader("Accept","text/xml,application/xml");
    xmlhttp.setRequestHeader ("Cache-Control", "non-cache");
    xmlhttp.setRequestHeader ("Pragma", "non-cache" "");
      
    var that = this;
    XMLHTTP.onreadystatechange = function() {}
       
    If (xmlhttp.readyState == 4) {}
        
    If (XMLHTTP. Status == 200) {}
         
    {if (!) XMLHTTP.responseXML)}
    try {}
    If server has not responded with good an XML MIME type.
    var domParser = new DOMParser();
    var xmlDoc = domParser.parseFromString(xmlhttp.responseText,"text/xml");
           
    successCb.call (that, xmlDoc);
           
    } catch (e) {}
    failCb.call (, "answer was not in an XML format.");
    }
              
    } else {}
    successCb.call (that, xmlhttp.responseXML);
    }
    } else {}
    failCb.call (this, "connection failed: status"+ xmlhttp.status ");
    }
    }
    };
    XMLHTTP. Send();
    }
    };

    Please see the content in main.js is fully analyzed.

    Forward for the solution to my request all members of the community...

  • get document cloud installation a message "webget request failed.

    get document cloud installation a message "webget request failed.

    Hello Kent,

    Please see: get an error to install Acrobat DC - WebGet request failed

    I hope this helps.

    Concerning

    Megha Rawat

  • When you try to install PDF Creator, I get an error message: "error 5 - failed to create the directory, access is denied."

    access denied for the creation of a directory

    When you try to install PDF Creator, I get an error message: "error 5 - failed to create the directory, access is denied."  How can I fix this?

    When you try to install PDF Creator, I get an error message: "error 5 - failed to create the directory, access is denied."  How can I fix this?

    Only when you try to install this application?

    What about BullZIP PDF Printer?

    (You can uninstall - trying to figure out if it's a problem of Windows or the question of enforcement.)

  • Fix it fails Center with the error: unable to get the catalog of the troubleshooter. Error MatsGetSapCatalog failed

    Original title: Fix it center fails.

    Difficulty Center fails with the error:
    Unable to get the catalog of the troubleshooter. Error MatsGetSapCatalog failed
    I can't find the url of re - download.
    It doesn't seem to be at the Download Center.
    Thank you
    Frank C

    Vista Ultimate 64 bit sp2

    CF. http://answers.microsoft.com/en-us/protect/forum/mse-protect_scanning/scanning-engine-has-stopped-responding/e0f84bec-2555-4279-bfb7-aff691b8ba8d

  • I get the error message failed ti inittialize (0xc015004) when I try to open two files EMWave and Uniblue

    Original title: oxc015004

    I get the error message failed ti inittialize when I try to open two files EMWave and Uniblue everything worked well off I've updated my file is NOT at the four version

    Hello

    Provide more information on the file is NOT that you have updated.

    I suggest you try to uninstall and reinstall the programs and check.

    Reference:
    Uninstall or change a program
    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program
    Install a program
    http://Windows.Microsoft.com/en-us/Windows-Vista/install-a-program

  • Using Merge in oracle 11g this error SQL Error: ORA-30926: failed to get a stable set of rows in the source tables

    whenever I run this code I get this error

    SQL Error: ORA-30926: failed to get a stable set of rows in the source tables

    30926 00000 - "impossible to get a stable set of rows in the source tables.

    * Cause: A stable set of rows could not be achieved due to the large dml

    activity or one not deterministic where clause.

    * Action: Remove any non deterministic of the clauses and reissue of the dml.

    Don't know wht goes wrong!


    SQL:

    MERGE IN VENDORS_ACTIVE_DATE s

    USING (nvl (d.VENDOR, s.VENDOR) selection of the SELLER,

    NVL (d.COMPANY_CODE, s.COMPANY_CODE) COMPANY_CODE.

    (case when ((d.VENDOR = s.VENDOR) and (d.COMPANY_CODE = s.COMPANY_CODE)))

    )

    then "MATCH".

    When d.COMPANY_CODE is null

    then 'DELETE '.

    When s.COMPANY_CODE is null

    then "INSERT."

    else 'UPDATE '.

    chck end)

    from (select * from VENDORS_ACTIVE_DATE where COMPANY_CODE = 2) s

    full outer join (select * provider where COMPANY_CODE = 2) d

    on (d.COMPANY_CODE = s.COMPANY_CODE AND s.COMPANY_CODE = 2)

    ) d

    WE (d.COMPANY_CODE = s.COMPANY_CODE AND d.chck in ('UPDATE', 'GAME', 'DELETE'))

    WHEN MATCHED THEN

    UPDATE SET s.VENDOR = d.VENDOR

    WHERE d.chck in ('UPDATE', 'DELETE')

    DELETE WHERE d.chck = 'DELETE '.

    WHEN NOT MATCHED THEN

    INSERT (SELLER, COMPANY_CODE)

    VALUES (d.VENDOR, d.COMPANY_CODE)

    Work request: (deleted the duplicate data in tables (source and target))

    MERGE IN VENDORS_ACTIVE_DATE s

    USING (nvl (d.VENDOR, s.VENDOR) selection of the SELLER,

    NVL (d.ACTIVEDATE, s.ACTIVEDATE) ACTIVEDATE.

    NVL (d.COMPANY_CODE, s.COMPANY_CODE) COMPANY_CODE.

    (case when ((d.VENDOR = s.VENDOR))

    - AND D.ACTIVEDATE = S.ACTIVEDATE

    and NVL (d.ACTIVEDATE, trunc (sysdate)) = NVL (s.ACTIVEDATE, trunc (sysdate))

    and (d.COMPANY_CODE = s.COMPANY_CODE)

    )

    then "MATCH".

    When d.COMPANY_CODE is null

    then 'DELETE '.

    When s.COMPANY_CODE is null

    then "INSERT."

    else 'UPDATE '.

    chck end)

    from (select * from suppliers where COMPANY_CODE = 2) d

    full outer join (select * from vendors_active_date where COMPANY_CODE = 2) s

    on (d.COMPANY_CODE = s.COMPANY_CODE and s.vendor = d.vendor)

    ) d

    WE (d.COMPANY_CODE = s.COMPANY_CODE AND d.VENDOR = s.VENDOR AND d.chck in ('UPDATE', 'GAME', 'DELETE'))

    WHEN MATCHED THEN

    S.ACTIVEDATE = UPDATE SET d.ACTIVEDATE

    WHERE d.chck in ('UPDATE', 'DELETE')

    DELETE WHERE d.chck = 'DELETE '.

    WHEN NOT MATCHED THEN

    INSERT (VENDOR, ACTIVEDATE, COMPANY_CODE)

    VALUES (d.VENDOR, d.ACTIVEDATE, d.COMPANY_CODE)

  • How do I remove * error: failed to get cell value * in EN?

    is it possible that I can delete * error: failed to get cell value * financial reports... ?

    I use TxtCase and its gives me this error on the support of point of details...

    How to remove it... ?

    Thank you!

    You can try to delete the advanced, clear the error.

    Using the advanced in conditional removal Option

    Concerning

    Celvin

  • I bought an older version of Photoshop Elements (4.0) - in product unused in sealed original packaging. Try to install on my MacBook Air but the part was through the installation, I get this error message: "failed to install. The installer with

    I bought an older version of Photoshop Elements (4.0) - in product unused in sealed original packaging. Try to install on my MacBook Air but the part was through the installation, I get this error message: "failed to install. Setup has encountered an error that caused the installation to fail. Contact the manufacturer of the software. »

    then it is probably too old and incompatible.

  • During the installation of Photoshop CC (2015), I get the following error "update failed, corrupted download, try to download again (U43M1D204).»  It will not download again, how to download?

    During the installation of Photoshop CC (2015), I get the following error "update failed, corrupted download, try to download again (U43M1D204).»  It will not download again, how to download?

    Error 201 & 205 & 206 & 207 or several U43 errors

    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html

  • Error: ORA-16757: failed to get the value of this property

    Hi all
    I have an error:
    DGMGRL > see the database dbname_stb LogXptStatus;
    Error: ORA-16757: failed to get the value of this property
    I check:
    DGMGRL > see the configuration;

    Configuration - dbname_dg

    Protection mode: MaxPerformance
    Databases:
    dbname_pr - primary database
    dbname_stb - physical of the standby database

    Fast-Start Failover: DISABLED

    The configuration status:
    SUCCESS

    drcdbname_stb.log:
    RSM0: Received the request the property Get: rid = 0 x 01010000, pid = 54
    2012-10-17 15:21:14.702 of database Resource: get the LogXptStatus property
    RSM 15:21:14.702 2012-10-17 error: trying to interview a 'LogXptStatus' primary type property on a standby database resource.
    2012 10-17 error 15:21:14.702 database resource GetProperty (16501,16757)

    I don't understand this error?
    Thank you all.

    Take a look on this

    Re: ORA-00254 | Trouble with dataguard

  • Errors running SQLIOSim - Simulator/o SQL - error: 0x8007045D error text: the request could not be performed because of an i/o device error. Description: failed to get the info from cache drive to C:\

    When we execute SQLIOSim on a Server Windows 2003 VM hosted on an ESX 3.01 or 3.5 server, you get the following messages:

    Error: 0x8007045D

    Text of the error: the request could not be performed because of an i/o device error.

    Description: Failed to get the info from cache drive to C:\

    Anyone know what is the cause or how to solve the problem (if it is a question)?

    Thank you

    Had the same error and found this blog:

    http://blogs.msdn.com/psssql/archive/2008/01/14/SQLIOSim-error-request-could-not-be-performed-unable-to-get-disk-cache-info.aspx

    It will be useful.

  • iTunes error 1728 and iTunes Radio problem

    I was running an AppleScript script which asked iTunes to get the current title of the song and the artist, then go to the next song. Creating a list of the iTunes songs play me. I'm running on a MacBook Air (early 2014) with iTunes 12.4.0.199 and 2.5 AppleScript in the AppleScript Editor 2.8.1 running.

    I was running this script on the iTunes iTunes Top Hits 80 s 100 Radio station. Then my script returned the error 1728. I can assume only this is a lockout to click then a certain number of times that he became unhappy.

    I am now unable to play this station. It just does not do anything when I click play on the station. Other stations of working. My main concern is the station only plays do not, the error is additional info. I was able to play the station from my phone for a while (10 min). Now on my phone, it says "cannot start the Station: there was a problem starting...". ».

    Have you tried to restart the program. No luck.

    Help appreciated.

    Problem seems to be resolved. The next day after a reboot, everything seems to work.

Maybe you are looking for

  • Emails, going and coming from wrong address

    For several weeks now, I have this problem. I have Windows 7 and gmail (it is not a problem in gmail). In Thunderbird: I send an email from "address" 1 Thunderbird sends the email "address 1" and "address 2". I actually have copies in my boxes sent t

  • After forcing firing of your Director general during the last contributions, I'm back by using Internet Explorer. Don't want to support a company bigotted.

    Shot from Brendon Eich showed me what kind of a business, you really are. I have no desire to support a sectarian business like yours, especially when you go back down as cowards wimps to Gay & Lesbian groups. If that is your wish, I hope that the 4-

  • Problem with JavaScript coding.

    I'm new to JavaScript and even coding of the site. I am filling a form dynamically and manage with FF7. To begin I couldn't even pass the name of the form as an argument with FF7. After simplifying the code to see what is fundamentally wrong, I came

  • Dell XPS M1330-

    Hi all! I am working on a Dell XPS M1330 computer for a friend. When I got it, it was equipped with Windows Vista at a very slow pace and was inflated with the PUPPY and malware. He had a few strange bugs too, as the fact that he made a high-pitched

  • BlackBerry Smartphones East Asian language support on handheld

    I would like to install the software of East Asian on my Blackberry "BOLD" pocket computer. Unfortunately my (Vodafone NL) wireless service provider only supports multi language software and not the all the software of East Asian language. So how can