Error Message, possibly related to recent upgrade

Keep getting this error message =>This file was created using a previous version of Edge Animate. This file will be automatically upgraded and saved with the suffix 'upgraded'.
- After clicking "ok"
This error message appears => An error occurred while upgrading the file
- After clicking "ok"
Project closes back to the edge animate start page
What if anything can i do to open my project?

Please share that particular composition with us in zipped form (upload it to dropbox etc.) to check out the issue.
Thanks,
Vivekuma

Similar Messages

  • Edge Animate error message, possibly related to recent upgrade

    Keep getting this error message =>This file was created using a previous version of Edge Animate. This file will be automatically upgraded and saved with the suffix 'upgraded'.
    - After clicking "ok"
    This error message appears => An error occurred while upgrading the file
    - After clicking "ok"
    Project closes back to the edge animate start page
    What if anything can i do to open my project?

    Ask in the Edge forum and provide details like what features you actually used. Could be a script that has been updated and you may need to apply some odd trick/ hack to get it opened.
    Mylenium

  • I am running Windows 7 (64bit) , and an error message appears following a recent update to iTunes v 11.1.2:  "iTunes could not connect to the iTunes store. An unknown error occured (-3212). Make sure your network connection is active and try again." help!

    I am running Windows 7 (64bit) , and an error message appears following a recent update to iTunes v 11.1.2:  "iTunes could not connect to the iTunes store. An unknown error occured (-3212). Make sure your network connection is active and try again." I have dug a little bit into possible problems but haven't found a solution yet, one note is that the network connection is OK. A response would be highly appreciated!  Thanks in advance.

    Hi c1r1g1,
    If you are having an issue connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Form Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    I've developed a form that many folks are using without any issues. However, I do have a small number of users that get the following error message when opening the form.
    Error Message:  Invalid relation attribute on pageSet xfa[0].template[0].form1[0].#pageSet[0]
    This error only appears to come up if they are using Adobe Acrobat Pro Version 8. No issues on versions 9 or 10 (X). The form is suppose to be compatible back to version 7.
    My main form is called (form1). Then there are 4 major sub forms under (form1), The top drop down (on the masterpage) hides or displays one of the major sub forms based on user selection.
    I have a hunch that something with the generated code not jiving well with Acrobat 8.
    Here's a snippet of the code if you'd like to look through it.
    form1.#pageSet[0].MasterPage1.FormActionDropDown::change - (JavaScript, client)
    //+ GENERATED - DO NOT EDIT (ID:D2FF16C4-6D1F-45D4-ACB7-0DB7CE14229F CRC:3650232787)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","visible")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","ADD NON-PA User")
    //+ ActionName: DropDown.change.NonPA
    if ($.boundItem(xfa.event.newText) == "ADD NON-PA User") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "visible";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:662A28BD-A30A-4E6D-92CD-6FF22B0EFB5D CRC:2945493746)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","visible")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","DELETE EXISTING PA")
    //+ ActionName: DropDown.change.DeletePA
    if ($.boundItem(xfa.event.newText) == "DELETE EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "visible";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:66B7091F-75C5-4A73-8ACA-885AE42D0308 CRC:2169512649)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","visible")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CHANGE / MODIFY EXISTING PA")
    //+ ActionName: DropDown.change.ChangePa
    if ($.boundItem(xfa.event.newText) == "CHANGE / MODIFY EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "visible";
    //+ GENERATED - DO NOT EDIT (ID:C87B58DB-765D-426C-81BB-5A7ECFF42B63 CRC:2949030955)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","visible")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CREATE NEW PA")
    //+ ActionName: DropDown.change.NewPA
    if ($.boundItem(xfa.event.newText) == "CREATE NEW PA") {
      this.resolveNode("PAForm").presence = "visible";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";

    You should post this question in the LiveCycle Designer forum here. This forum is for forms created in Acrobat (Acroforms).

  • Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    Searching through the forums and on the net, I cannot seem to locate an answer to this problem so I'm trying here...
    I've developed a form that many folks are using without any issues. However, I do have a small number of users that get the following error message when opening the form.
    Error Message:  Invalid relation attribute on pageSet xfa[0].template[0].form1[0].#pageSet[0]
    This error only appears to come up if they are using Adobe Acrobat Pro Version 8. No issues on versions 9 or 10 (X). The form is suppose to be compatible back to version 7.
    My main form is called (form1). Then there are 4 major sub forms under (form1), The top drop down (on the MasterPage1) hides or displays one of the major sub forms based on user selection.
    I have a hunch that something with the generated code not jiving well with Acrobat 8.
    Here's a snippet of the code if you'd like to look through it.
    form1.#pageSet[0].MasterPage1.FormActionDropDown::change - (JavaScript, client)
    //+ GENERATED - DO NOT EDIT (ID:D2FF16C4-6D1F-45D4-ACB7-0DB7CE14229F CRC:3650232787)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","visible")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","ADD NON-PA User")
    //+ ActionName: DropDown.change.NonPA
    if ($.boundItem(xfa.event.newText) == "ADD NON-PA User") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "visible";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:662A28BD-A30A-4E6D-92CD-6FF22B0EFB5D CRC:2945493746)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","visible")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","DELETE EXISTING PA")
    //+ ActionName: DropDown.change.DeletePA
    if ($.boundItem(xfa.event.newText) == "DELETE EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "visible";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:66B7091F-75C5-4A73-8ACA-885AE42D0308 CRC:2169512649)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","visible")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CHANGE / MODIFY EXISTING PA")
    //+ ActionName: DropDown.change.ChangePa
    if ($.boundItem(xfa.event.newText) == "CHANGE / MODIFY EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "visible";
    //+ GENERATED - DO NOT EDIT (ID:C87B58DB-765D-426C-81BB-5A7ECFF42B63 CRC:2949030955)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","visible")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CREATE NEW PA")
    //+ ActionName: DropDown.change.NewPA
    if ($.boundItem(xfa.event.newText) == "CREATE NEW PA") {
      this.resolveNode("PAForm").presence = "visible";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";

    You should post this question in the LiveCycle Designer forum here. This forum is for forms created in Acrobat (Acroforms).

  • I get a error message when I try to upgrade Elements 12 to 12.1 [was:Upgrade]

    I get a error message when I try to upgrade Elements 12 to 12.1

    See if anything here helps:
    http://helpx.adobe.com/photoshop-elements/kb/elements-12-1-update-error.html

  • Error messages after new MobileMe Calendar upgrade. Solved?

    Quick rundown of what I've been through and how I have solved my problem.
    I have a MacBook running 10.5.6 and I also have Bento 3. Recently Bento (Filemaker) told me that I would have to complete a few steps before upgrading to the new MobileMe calendar. So I followed the steps exactly. (URL: http://help.filemaker.com/app/answers/detail/a_id/7846/~/setting-up-bento-for-th e-new-mobileme-calendar)
    After completing the steps. I proceeded to upgrade to the new calendar. Upgraded in less than a minute and then after opening up iCal on my mac & importing my calendars, thats when things started to go wrong. I kept getting error messages on almost every even I have ever created. I could barely even quit iCal due to all the error messages. Also, many of my events werent there after importing and the progress wheel kept spinning. Complete DISASTER! (*Luckily, I made plenty of backups before doing any of this so I was safe*) But Still I had NO iCal!
    I searched and searched and could not find a complete solution. So what I did was the following and so far I believe it could be the solution to all of you guys's problems.
    I followed these instructions on this website (URL: http://answers.makeitwork.com/how-to-reset-ical-on-your-mac-or-how-to-clean-up-y our-ical/) **I followed these exactly**
    They are below:
    +Export any Calendars you wish to retain after you reset by clicking on the Calendar you wish to retain and go to File > Export… > Export…+
    +Repeat the above process for every Calendar you wish to keep. (Make sure you remember where you saved them)+
    +Quit out of iCal+
    +Go to Finder and click on your Home icon to display the Library folder.+
    +Open that folder+
    +Open the Calendars folder in the subsequent window+
    +Delete all the contents within that folder+
    +NOTE: If you open iCal at this point, it will initially appear that you cleared everything. Within minutes, however, everything will come back.+
    +Go to your Utilities folder and open the Terminal application+
    +Enter the following command: rm -rf ~/Library/{Caches,Caches/Metadata,Preferences,Application\ Support}/iCal+
    +Exit out of Terminal+
    +Open iCal and…Voila! Brand new iCal!+
    But that did not completely work. So before doing this again, I went to my iPhone and quit syncing calendars on my mobile me account. And chose to ERASE every calendar on my iPhone.
    After doing that and repeating the process above, I opened up iCal and boom, it worked. Then after I had the calendars setup the way I wanted on my MacBook, I proceeded to go to Preferences>MobileMe>Sync> and then chose to sync
    I then went to Me.com and checked to see if the calendar was operable and it was 100%. I could do everything like before. Then I went back to my iPhone and just turned Calendar syncing back on in my mobileme preferences.
    This has solved all my problems 100%. Hope this helps someone. Just remember that as long as you created a backup of your Calendar you should be safe.
    -Cody-

    Well... seems I didn't have any answer on this. I fiddled a bit more but I have to say that I really came to wits' end at this stage. A couple of observations though:
    * I don't really understand this notion of a keyboard issue. My keyboard and its layout work properly but I will not be able to login regardless of login through GDM, KDM or Slim. Yet it's worth noting that in the case of GDM and SLIM the X server starts; I see the graphical interface, I click, etc. but when I type the trouble starts.
    * I tried to check my xsessions-errors file. The file is really big under a frame buffer, and it wasn't clear to me, but I found strange that the log was reporting all sorts of attempts to start KDE. I don't exactly know what's going on.
    If anybody has any clue, let me know... It's becoming very frustrating.
    Thanks!

  • ERROR MESSAGE IN PPOME TCODE AFTER UPGRADE TO ECC 6.0

    Hi Experts,
    I have a question.
    Recently our system went for upgrade and during testing phase we have found one issue.
    Error message is appearing in PPOME transactio code after upgrade to ECC 6.0
    The screen is getting defaulted to Budget section and unable to find the subtype as there are no subtypes available there and showing error message as "Fill in all required fields".
    Please let me know your solution on this.
    Regards,
    Sekhar.

    Hi,
    - you can deactivate the budget tab in the IMG-activity 'Hide/Show Tab Page'
    (SIMG_CFMENUOHP1HFW20 alternatively use SM30 on view 'T77OCTABUS')
    1. Create new entries for the following KEY:
    a) Scenario OME0
    b) Object type 'P', 'O', 'S'
    c) Tab Page 'PBC_ORIG'
    2. for each of this entries, set the 'Exclude Tab Page'-Flag.
    - in case you do not want to deactivate the Budget tab:
    The error occurs due to missing entries for subtypes in table T778U
    for infotype 1516.
    Please maintain the according subtyes you want to use if you create a
    budget.
    Regards,
    Ana

  • App Store Up-dates error message possible multiple Apple ID's

    I have just purchased a Macbook pro and have just seen on the Apps icon on the screen that I have 2 up-dates available, one for garageband and the other for iphoto. I tried logging in using my apple ID username and password but i keep getting an error message stating:
    "You have updates available for other accounts.To update this application, sign in to the account you used to purchase it."
    I googled the apple ID error and it led me to the apple support side where I could find out if i had multiple apple ID's linked to the same email address. It came back with 3 accounts linked to my email address.
    I have found the username's for all 3 accounts and changed the passwords to all the same and then tried to log in to Apps on the macbook but can't seem to do it.
    I was wondering if it's possible to delete Apple ID's so I only have one account. What i have noticed is that when using my iphone the old app's I have to log into my old Apple ID to download up-dates, whereas the newer apps on my phone I have to use my email address as the username.
    Wondering if anyone else has experienced the same thing as I am stumped

    Totally agree and will keep using the different login methods on my iphone.
    can't seem to still get up-dates on macbook pro apps yet I can login using my apple id and password and still purchase apps.
    crazy

  • Can't open Indesign file. Error message says I need to upgrade plug-ins?

    I created a business card for my husband from my indesign 5.5 version. I haven't upgraded my version since creating the file and for some reason I can't open the file. I get the error message 'Cannot open "Business Card - Ryan.indd". Please upgrade your plug-ins to their latest versions, or upgrade to the latest version of Adobe InDesign.'
    When I look at the business card file with finder it says it was created with InDesign 5.5. When I view my InDesign application through my finder applications it says I have InDesign 5.5 so I'm not sure why this error message is saying to upgrade my version of InDesign.

    I wish I had a dollar for every person who claimed there was no way a file was saved in a later version only to find out it was.
    If you post a link to it someone here will save it back for you.

  • I am getting a error message that says I need upgrade Quicktime 7.5.5

    but then when I access a download site and run the download, I get a text edit mess and not a download of software.  How can I get a Quicktime update so that I can use iTunes (the whole program is stopped)

    When I try to start up iTunes, I get the 'need to upgrade to Quicktime 7.5.5' error message.  So no iTunes.  I've tried several download sites and none will download.  Some say my computer is too old (I have OS 10.5 so this shouldn't be a problem) and others just download symbols.  Do you have a fix?

  • IOS 6.0 error message upon setting up after upgrade

    Any body else getting "An SSL error has occurred and secure connection to server can not be made" error message.  Happening to both my iPhone 4S and iPad (III)
    Typical Apple first day upgrade issues!  Anybody beta test software these days?

    Dude, relax. There are probably millions of people trying to update their iPhones at the same time. Who cares about the error. It can be corrected. Don't want to have the issues, wait a few days.

  • Trying To Upgrade Phone - Getting Error Message When I Try To Upgrade to Incredible

    I'm trying to upgrade to the incredible on the web site and it comes back with an error message. I tried all other phones and I could select them fine.
    Thoughts?

    OK think I figured it out. says I need to change data plan. If I just get the pre-owned one it doesn't say that. time to call support.

  • Strange disc error message- OS 10.4.3 upgrade attempt

    In attempting to upgrade from OS10.2.8 to 10.4.3, I get the following error message when running the Disc Utility- Repair Disc from the installation CD-ROM: "Incorrect number of thread records" The disc repair fails and so does the OS installation. This error did not show up when I ran Disc Utility from my original OS Installation Disc.
    I have an aftermarket RAM chip installed. Is that the problem? If not, any ideas?

    Actually I have just checked my problem and as soon as I start Disc Utility I get a message: ' Disc Utility started, but a background process needed in disc utility didnt start properly' so I may have to ask a Disc Utility question.

  • Error message appearing on photos after upgrade to 4.2

    I just downloaded the 4.2 upgrade and now I am receiving an error message with most of my photos that says "LR has encountered an error" and "you cannot make adjustments to this photo".  What's going on?

    Are these camera-raws, DNGs, JPGs, or some other type of image files?  The “unable to make changes” phrase sounds like LR cannot write to the files, and besides a permission problem—the files not writable, the files could be corrupt and LR doesn’t want to try writing metadata into the header of the image file if it is corrupt. 
    If these files are old, it may be that LR has better file-corruption checking, now, and you’re just now being alerted even though the files have been corrupt for some time, already.
    If the files with issues are just newly imported, then perhaps LR4.2 is taxing the hardware in ways that it wasn’t with earlier versions, and this is causing hadware or driver failure, leading to corruption.
    You can download and re-install the LR 4.1 update and see if things clear up.

Maybe you are looking for

  • Photoshop stops working when i do anything 3d on it. Please help.

    Photoshop stops working when I try to open a project that I have already started with 3d in it, also does the same thing when I start something new and try putting 3d in it, it stops working. I just bought a new computer only 2 days old. Adobe Photos

  • BO XI R2 to BI 4.1 SP5 Migration

    Hi All, We are in the process of upgrading our BI environment. Last time, we tried the migration with below options - but it failed after 22 hours. -> Complete Migration -> Live-to-Live Source System: BO XI R2 SP2 No. of Universes: ~150 No. of Report

  • Blackberry 8120 and Gmail, Outlook

    Hi, when I send emails from my BB they get posted on the Gmail sent box buy not on the Outlook "sent items" folder when i syncronize.  Is there a way to get Outlook to grab them also??

  • Schema Mapping

    Hi, I have a simple class Class Customer { String name; String address; String dep; and try to map to table Customer which only has name and address columns. so I only define 2 fields in customer.jdo. But kodo keeping generate "depX" in SQL and I got

  • Reader (X) and 3D PDFs

    The company I work for recently switched over to using PDFs for a 2D drawing achiving format. With that said, we are considering also storing a 3D PDF with the CAD data to send to customers as well. We use Reader 9.4.1 for viewing and Pro/E Wildfire