Fatal Error when Hotsync'ing with XP and Zire72

I have a Zire72 and am running Palm Desktop on my XP machine.  All has been well Hotsync'ing between the two until the other day when my battery on the Zire72 drained.  Well, we all know what that means.  Thanksfully, I had done a successful backup a few days before.  So I charged the Zire72 and hooked it up to the computer to restore the unit.  Problem now is near 95% (about) complete the Zire72 crashes with a "Fatal Error" message that reads:  "Emul68kMain.c, line:456, line 1111 exception at address 01622c36."  I am forced to tap the "Reset" button.
Anyone have any ideas/help?
Post relates to: Zire 72

Hello gdkucera, I'm sorry to hear that you’re experiencing this inconvenience with your device. However a simple solution to your issue would be to hard reset the device. After the hard reset has been performed, hotsync the device using you're previous backup hotsync. The following troubleshooting steps should resolve the “Fatal Error" message for your the Zire 72.
Post relates to: Treo 800w (Sprint)
Post relates to: Treo 800w (Sprint)

Similar Messages

  • Fatal Alerts when hotsync'ing

    My T-E2 has suddenly started throwing fatal alerts doing a hotsync. Here are the 2 its throwing:
    This one happens during a hotsync: fatal alert Datamgr.c, Line:11444 Index out of range
    When the palm is running and I tap the calendar icon I get this one: Fatal alert DateAgenda.c,Line:3704, session cannot be opened
    I've tried restting w/o any change. I've tried hard resetting but it won't reset.
    I've tried the DbFixlt, but that finds no errors in the standard PIM Databases.
    Post relates to: Tungsten E2

    I have a program called Epocrates, which is a medical drug calculating program for about 8 months, never had a problem with it. I have just figured out how to remove it and will do that soon.
    Also: DataViz- Documents to go. That's been installed since I've had the TE2.
    Post relates to: Tungsten E2

  • Fatal error when updating Payload with Java hw Worklist API

    Hi all,
    I am receiving an error when I want to update some non-String-type fields
    of a task payload. I access the fields in the payload with facade-classes, generated by Schemac.
    The fact is that I can read all the payload fields, but when I try to set values in non-String typed fields of the payload I'm getting a run-time error:
    java.lang.NullPointerException at EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.hash(ConcurrentReaderHashMap.java:308) at EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.get(ConcurrentReaderHashMap.java:427) at org.collaxa.thirdparty.dom4j.tree.NamespaceCache.get(NamespaceCache.java:82) at org.collaxa.thirdparty.dom4j.Namespace.get(Namespace.java:60) at com.collaxa.cube.xml.dom.DOMUtil.createElement(DOMUtil.java:382) at com.collaxa.cube.xml.dom.DOMUtil.createElement(DOMUtil.java:350) at com.collaxa.cube.xml.BaseFacade.setChildElementValue(BaseFacade.java:323) at nl.nak.www.ns.vocht.Userpayload.setAge(Userpayload.java:327) at nl.nak.gui.action.ProcessTaskAction.execute(ProcessTaskAction.java:107) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at nl.nak.gui.custom.CustomActionServlet.process(CustomActionServlet.java:35) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    My XSD file for the payload looks like this:
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.comp.nl/ns/vocht"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.comp.nl/ns/vocht">
    <element name="userpayload">
    <complexType>
    <sequence>
    <element name="name" type="xsd:string" />
    <element name="lastname" type="xsd:string" />
    <element name="age" type="xsd:int" />
    <element name="amount" type="xsd:decimal"
    </complexType>
    </element>
    </schema>
    The code where I make a connection to the
    WorkList service and how I retrieve the payload is listed below.
    Note that a specific task is set in the Session at in a previous step:
    try{
    String user="jcooper";
    String password="welcome";
    //maak een verbinding
    RemoteWorklistServiceClient client = new RemoteWorklistServiceClient();
    client.init();
    out.println("connectie geinitialiseerd");
    //authenticatie
    IWorklistContext ctx = client.authenticateUser(user, password);
    Userpayload ut = (Userpayload) UserpayloadFactory.createFacade(payload);
    ut.setName("tom");
    ut.setLastname("Cooper");
    //EXCEPTION THROWN HERE
    ut.setAge(1);
    ut.setAmount(new BigDecimal(2));
    taak.setPayload(ut.getRootElement());
    String action = "DONE";
    client.customTaskOperation(ctx, taak.getTaskId(), action);
    out.println("taak geapproved :: "+payload.toString())
    return null;
    catch(Exception e)
    //PRINT DEBUG INFORMATIE
    e.printStackTrace(new PrintWriter(out));
    sp.addActionError(errors,"nl.nak.view.standaard.errors.system",null);
    saveErrors(request,errors);
    return null; //mapping.findForward("failure");
    At run-time the null-pointer exception is thrown when the Age field is set.
    Can anynone help me with this problem?
    Thanks in advance!
    Tom Hofte
    Message was edited by:
    [email protected]

    If it is a stored procedure, the action should be EXECUTE and not UPDATE and the structure should be similar to this:
    <StatementName5>
    <storedProcedureName action=u201D EXECUTEu201D>
        <table>realStoredProcedureeName</table>
    <param1 [isInput=u201Dtrueu201D] [isOutput=true] type=SQLDatatype>val1</param1>
    </storedProcedureName > 
      </StatementName5>
    From help.sap
    Regards,
    Prateek

  • "Attempted to use an object that has ceased to exist" error when opening list with grouping and item level permissions

    Hi All,
    I have a list with few items. If I break role inheritance for at least one item and try to open list view page, I receive this error:
    Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))
    This occurs only if view has GroupBy in query. If I remove grouping from view, then error disappears. But I need to have grouping in view as well as item level permissions.
    How can I achieve this? Is this some limitation?
    Any help will be appreciated.
    The full stacktrace:
    System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))    
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListContentTypes(String bstrUrl, String bstrListName, ISPDataCallback pXMLCallback)     
    at Microsoft.SharePoint.Library.SPRequest.GetListContentTypes(String bstrUrl, String bstrListName, ISPDataCallback pXMLCallback)
    System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)),
    StackTrace:    
    at Microsoft.SharePoint.SPContentTypeCollection.FetchCollection(IList`1 exceptions)     
    at Microsoft.SharePoint.SPList.get_ContentTypes()     
    at Microsoft.SharePoint.SPCustomActionElement.QueryForToolbarButtons(SPWeb web, SPList list, SPListItem item, PAGETYPE pgtype)     
    at Microsoft.SharePoint.SPCustomActionElement.AddCustomToolbarButtons(SPWeb web, SPList list, SPListItem item, SPContext renderContext, PAGETYPE pgtype, ToolBar toolbarControl, WebPart webPart, Page page)     
    at Microsoft.SharePoint.WebControls.ViewToolBar.CreateChildControls()     
    at System.Web.UI.Control.EnsureChildControls()     
    at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)     
    at System.Web.UI.Control.LoadRecursive()     
    at System.Web.UI.Control.AddedControl(Control control, Int32 index)     
    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls()     
    at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()     
    at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()     
    at System.Web.UI.Control.EnsureChildControls()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     
    at System.Web.UI.Page.ProcessRequest()     
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     
    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     
    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     
    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    Does the site use any custom code? Not necessarily the task list but can be anywhere. If yes, ensure that current context SPWeb/SPSite objects are not being disposed off.
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Wierd errors when sync'ing with Outlook

    Have a BB8310, sync'ing to Outlook 2003 using Desktop Manager 4.2.2.10.  The field mapping characters within the Outlook mapping are extended alpahbet characters, ie; ¦æ¨Æ¾ä or, ???????? or, ¦W¦r.  Has anybody seen this before?

    Same problem.
    BB7100I
    Outlook 2003 sp3
    Desk Mang 4.1
    Win XP Pro sp3
    Used to have a Palm all software (Palm) is gone.
    Either the compnay doesn't both reading these boards, the community is dead, or the company has decided the problem is so rare they will not fix / look in to it. Sad either way.
    Souldealer
    Message Edited by Souldealer on 09-21-2008 10:48 AM

  • Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem net ti

    Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem next time it launches".  Except that it doesn't, I keep getting the same message and the program closes.  Does anyone know what I  can do to repair it?  Can't back up, can't do anything.

    There are dozens of threads in this forum that describe the fix

  • HT1296 When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    When I sync my iphone with Windows 7, the contact moves to my computer, but the contact is not complete. No phone numbers. What am I doing wrong? I have also tried sync-ing with Yahoo, and that doesn't work either.

    The music sync is one way - computer to iphone.  The only exception is itunes purchases.  File>Transfer Purchases
    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.  Use your backup copy to move everything to your new computer.

  • Fatal error when I open Itunes and Quick time.

    EventType : BEX P1 : QuickTimePlayer.exe P2 : 7.4.5.67 P3 : 47edaedf
    P4 : QuickTimePlayer.exe P5 : 7.4.5.67 P6 : 47edaedf P7 : 0000130d
    P8 : c0000409 P9 : 00000000
    cant uninstall quick time gives fatal error, stems from same error when I try to open Itunes.

    Checking on a possible cause of similar symptoms. Have you ever install an ACE or K-Lite Mega Codec pack, a copy of QT Alternative or QT Lite, or a copy of Storm Codec on that PC?
    (Checking on this because those programs, and some others, can install "QuickTime" componentry on the PC that can break a copy of the QuickTime on the PC, and as a consequence break iTunes. The "fatal error" when attempting to uninstall QuickTime is often a symptom of that, too.)

  • Update Operation Fatal Error when installing Technical Preview Build 10041 Upgrade

    I posted this in the Microsoft Community forums and was redirected here.
    Below is the original post (URL: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/update-operation-fatal-error-when-installing/6eaff1b9-0223-4357-afc8-884382590e82 )
    Hello,
    In trying to perform an upgrade install of the Windows 10 Technical Preview Build 10041 (as is the latest available for direct download as of my writing), I am running into a problem I cannot find mention of anywhere else on the web.
    I fall into two categories with regards to this build: A) Product tester who actually needs to test application performance under Windows 10 on bare metal, B) Semi-crazy techie who loves using (usable) beta software as his primary environment ;)
    so it is rather important to me that I get this working on my machine in some non-virtualized respect. I am reluctant to do a full/fresh install if installation problems are happening, because my Windows 8 product key has been f***ed up from the
    start (likely some random database corruption) and I've had to utilize phone support to get around an "unknown error" the last two times I've had to use it. So, for fear of that key completely crapping out on me, I don't want to move to Win10 unless
    I'm confident it will install and I can stick with it (for better or worse) through the end. Problems within the Preview after I install it I can deal with.
    So, I first tried to install the Preview through the standard Windows Update method. The installer took about 7 hours (but from reading lots of internet discussions, stupidly long install times in that range seem to be a common problem with
    this builds separate from it actually failing). During the reboot between the "Setting up Devices" (Or is it Setting up Drivers? I forget) and "Taking Care of a Few More Things" (Again, possibly paraphrased), for about a split second, underneath
    the Windows logo and throbber, some error like this appeared:
    Fatal Error Performing Update Operation # of ##: ERROR CODE
    It only appeared for a fraction of a second, and I had no chance of reading the precise numbers or error.
    However, the installer then seemed to continue, and went until the main circle was at 100%. As soon as 100% hit, however, the screen went black for something like 30min. Then, I briefly saw "Attempting to recover installation" before "Restoring
    your previous version of Windows." And I was, quite impressively considering how far along that installer was, back in Windows 8.1 completely unharmed.
    I tried again by burning an ISO and doing a disc upgrade install. I let that one run overnight and was asleep for the error, but I was back in Win8.1 in the morning, so I can only assume a similar thing happened there.
    As for my system specs, I'm running on a MacBook Pro 9,1 under Boot Camp. I am upgrading from Windows 8.1.2 Pro with Media Center. I have found other online accounts of people quite successfully installing Windows 10 on Macs, so that isn't the issue.
    Does anyone have any clue as to what this error might have been/be, and how I might fix it? Or at least have it on good authority that a fresh installation would be unaffected (meaning it's software-related)? If not, I can try installing to a VHD,
    which would at least let me product test on bare metal, but wouldn't have the harddrive space to be my daily driver and would probably only get used occasionally.
    Thanks in advance to anyone who can help!
    So far, I have the yet-to-be-tried idea of a clean boot prior to installation.
    If anyone here has any more specific ideas, lemme hear 'em.
    Thanks!

    To the individual who proposed this as an answer to my problem: It's not even applicable. I specifically stated that I was trying to avoid doing a clean installation (at least without knowing more about the problem at hand). An answer saying to do the thing
    you're trying to avoid doing is not an answer. You can see my last reply for the current status of this issue. 6-8 hour blocks of time in which I can't use my computer (as is required to install build 10041) aren't super common for me, but I haven't abandoned
    this thread. There have simply been no more updates. If your motivation as a mod was that you simply don't like there being unanswered threads on this forum, then perhaps you could attempt to contribute rather than arbitrarily marking the first reply as an
    answer.
    I will continue to update this thread as I try new things and get more information.
    Thank you.

  • Fatal error when importing Photoshop PSD files in Captivate 5.5 MAC

    Hello,
    I'm running Captivate 5.5 Trial on MAC OS X Snow Leopard. All of a sudden one of my PSD files started causing a fatal error when I try to import it into Captivate.
    I tried resaving both captivate and PSD file, saving them under different names, restarting, etc.
    What I get is "Fatal error occured, ... Restart Adobe Captivate..."
    I've tried removing Preferences folder as well as clearing the cache.
    Any help would be greatly appreciated...
    Thanks

    You can only open Cp 5.5 files with Cp 5.5.
    There is no solution for opening these files in Cp 5 version.
    May I ask, why did you not get a license of Cp 5.5?  It's been around for over 6 months now.

  • Fatal Error when installing LabView 8.5

    I encounter a fatal error when I attempt to install LabView 8.5. The error that occurs has the following in its details:
    ".\UberInstaller.cpp(1871): IInstallerError 10014
    Fatal Error. A failure has occurred in NISystemInfo.
    CoLoadLibrary failed on C:\lv8.5\bin\NISysInf.dll"
    I am installing from a system that previously had LabView 8.2 installed, however everything was uninstalled before I began installing the new version.
    No hardware is connected in my computer.
    I copied the files from the DVD to my harddrive and am still failing to install it from there.
    The disc should be fine as my supervisor had used the same disc to install on his computer. ( our licence allows this )
    Any help would be appreciated.
    Attatched is a screenshot of the error.
    Attachments:
    error5.JPG ‏165 KB

    IInstallerError 10014 
    I searched for and found the same error in this forum that I am experiencing. I am trying to install the NI Switch Executive and the install fails every time. This is a fresh install and I am not running any antivirus s/w. It is a DVD copy of the Switch Executive s/w. Has there been any conclusive explanation as to what is happening with this? I have included a .jpg of the error. Thanks in advance for any help.
    Attachments:
    Error_Message.jpg ‏96 KB

  • HT1926 Trying to repair a botched ITunes update, following dicrections, keep getting "fatal error" when removing Apple Mobile Device Support. Can't get past this step to reinstall. Any advice? Thanks!

    Trying to repair a botched ITunes update, following dicrections, keep getting "fatal error" when removing Apple Mobile Device Support. Can't get past this step to reinstall. Any advice? Thanks!

    Hey there!
    I've spent the best part of the day unpicking this huge mess from the upgrade I completed last night - what a nightmare. I followed a tonne of advice - [actaully, this link was really helpful to me]: http://pcsupport.about.com/od/findbyerrormessage/a/msvcr80-dll-not-found-missing -error.htm however, I still could not fix the **** thing - and that was following basically a day of uninstalling, installing etc.
    In the end - I completed a system restore taking my computer back about five days, and just ignoring the new upgrade with itunes until they can get this fixed.
    I hope that this might work for you and anyone else reading this. It nearly drove me to drink [!]. I seemed to get past one error message and have it replaced by another - so the system restore was basically the last resort.
    Good luck - !

  • When opening my lightroom 5- It pops up Lightroom encountered an error when reading its preview Cache and needs to quit.... Can someone walk me through the steps!?

    Opening my lightroom 5.. I get a message that Lightroom encountered an error when reading its preview Cacge and needs to quit.
    Can someone walk me through the steps. Im dealing with MAC computer

    Go to the folder containing your catalog and delete the folder with the extension .lrdata. Then start Lightroom, and it will begin creating a new cache file.
    If you need to know where the files are: Preference and other file locations in Lightroom 5

  • Error when opening document with ECL control: INVALID_DATA

    Hi Gurus,
    I've tried to search the net for this problem but could not find anything and I'm stuck now.
    Description:
    we're using ECL to view attached documents (to POs etc.) which are stored through ArchiveLink on the content repository.
    when we try to open this document, time-to-time we get following error:
    Error when opening document with ECL control: INVALID_DATA
    Message no. SDV004
    by time-to-time I mean that when we try to open same attachment again it opens successfully (sometimes we need to re-open it 3-4 times to get it)
    what we've tried is to enlarge timeout for HTTP protocol (tx SMICM, from former 30 to actual 60) but only effect we got is that we're waiting for the error longer time
    It will be really great if anybody of you guys can give me an advice where the problem can be or where should I look and what to check
    Thanks,
    David

    Hi Christoph,
    thanks for tip, unfortunately this was already flagged, currently settings are:
    for Display Settings:
    yes - include ECL control
    use HTML control
    empty - maximum viewer wait time
    (do you think that setting some value for this could help)
    yes - deactivate generic object services in viewer
    no - doc display as dialog box
    yes - deactivate data provider cache
    Storage Settings:
    yes - always copy document class from document type
    yes - permit multiple assignment
    Thanks,
    David

  • How can I reformat my hard drive if erase and partition don't work in disk utility and I get an error when I try to erase and install from the Leopard install disk?  I have had several kernel panics, but the volume shows up in startup disk.

    I have had several kernel panics on my iBook G4; the panic message shows up just after the desktop appears. Although the startup volume shows up in Startup Disk, the installation disk reports an error when I attempt an erase and install. Disk utility is unable either to erase or partition the hard drive. The hard drive shows up in disk utility, but the startup volume doesn’t  HELP!!!

    Do you have the original system discs that came with the iBook when it was new?
    Which exact iBook model is it?
    You can choose from this list:
    http://www.everymac.com/systems/apple/ibook/index-ibook.html
    Erasing the disc and installing Mac OS X 10.5 will result in loss of the other applications (such as the iLife applications) which came pre-installed on the iBook.

Maybe you are looking for

  • How to replace or remove last 500 bytes of a file without rewriting all the file?

    Hi everyone, Usually I only ask for help when I can't find a solution for several days or weeks... And guess what? That just happen! So, this is what i am trying to do: I have a program to ZIP folder and protect them with password, then it encrypts t

  • How to stop time machine from filling up trash

    I've been using time machine to backup my mac and I've noticed that whenever it deletes old backups to make room for the new ones it leaves my trash bin with about 30,000 files. This takes up a lot a space and is very time consuming to empty. Does an

  • URGENT : Really need Nokia's help on this one... A...

    Good day! I am using my Nokia N70-1 for both of my personal and business matters. This morning, I saw a warning on my phone regarding an operation it couldn't process: It goes like this: "Telephone: Not enough memory to perform operation. Delete some

  • Problem when inserting xml flow into jspx page

    When I drag and drop the xml into the jspx I should get a pop up menu where I would choose region (Im following a tutorial) but I get nothing. I drag and drop and It just opens it in the design editor. I would appreciate any help you guys could give

  • IPhone 6 delivery date changed

    My iPhone 6 delivery date had changed from 10/14 to not available at this time?  Can someone from Verizon please help me track down my order?