Address & other files not opening

When I open Palm desktop, I get only media and not address book, calendar or any of the other categories.   My palm files are in C:\users\user name\documents\palm os desktop\my palm user name\address\address.aba     In that folder are address, archive, backup  etc.     I did a sync and the date changed on address and other files but they still don't come up in palm desktop(except media).
What should I do to get all categories to load when palm desktop opens
Post relates to: Treo 680 (Unlocked GSM)

When I open desktop I only get media,  no addressbook, calendar etc.    the files are in C:\users\username\documents\palm os desktop\palmusername  and  subfolders for addresss.aba  etc.     why don't all the files open?
Post relates to: Treo 680 (Unlocked GSM)

Similar Messages

  • Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened. I have eMac with system 10.4.11 in English

    Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened, use to. I have eMac with system 10.4.11 in English
    Thanks, Claude Combs
    [email protected]

    Firefox 3.6 does not open onto my desktop from the dock when links in email or other files are opened, use to. I have eMac with system 10.4.11 in English
    Thanks, Claude Combs
    [email protected]

  • Address Book Will Not Open in 10.2.8

    I just received an older PowerPC G4 with 10.2.8 at work and while making changes to some stuff I noticed that Address Book would not open. It pops up like it's opening in the dock and then quits and disappears.
    I've read around and it seems that when most people are having the Helvetica font problem. I checked that and everything is cool there, I've even moved all the plist stuff to the desktop to no avail. I have no idea what could be wrong.
    The console gives me this when I try to run Address Book...
    dyld: /Applications/Address Book.app/Contents/MacOS/Address Book can't open library: /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices (No such file or directory, errno = 2)
    ...but I can't find anything online. Anybody able to help me out with this problem?
    PowerPC G4   Mac OS X (10.2.x)  

    Somehow you've retained an old version of Addressbook (version 5.0.3).  The current version is 6.1
    Look in the apps folder to see if you have the current version, the dock icon may be pointing to the old version.
    Regards,
    Captfred

  • Just upgraded my OS10.4 to snow lepard  and now itunes will not open. I hope to further upgrade to Lion. Ps my address book will not open either!

    operate or open, also my address book will not open. Am hoping to upgraded further to lion asap.

    Office 2011 will install in a separate folder. But do not install Office 2011 until you remove Office 2004. It comes with its own uninstalled located in the MS Office folder. Only use the uninstaller to get rid of it. Then install Office 2011.
    Office 2004 and Other Applications Don't Work in Lion/Mountain Lion
    If you have Office 2004 which is a PPC-only suite, it will not work in Lion/Mountain Lion. You need to upgrade to Office 2011 - Mactopia - or you can try the freeware suite, Libre Office, that is functionally similar to Office 2007 for Windows except it works on Lion/Mountain Lion.
    You may want to consider as well:
    These two suites are similar to Libre Office but not as current or as well-supported:
    NeoOffice
    Open Office
    And, then there is Apple's iWork suite:
    Pages - word processing and layout
    Keynote - presentation
    Numbers - spreadsheet
    Each can open and save Office compatible files. They may be purchased separately via the Mac App Store for $19.99 each.
    As for other software, any PPC-based software will not run in Lion or Mountain Lion because Rosetta is no longer part of OS X. You will need to upgrade to Intel versions of the software.
    (Access to the Mac App Store requires Snow Leopard 10.6.6 or higher and an Apple ID.)

  • Getting Message as "File not open", when I ran background Job

    Hi,
    I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
    Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
    Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job  through "JDBG", and found file opening and reading the content sucessfully.
    But its not working without debugging mode and getting message as "File not open".
    Is there any Authorizations required for background mode (without debugging).
    So can you please help me on this how to solve this issue.

    Try this code:
    DATA: PATH_NAME(80) TYPE C,
            LV_FILENAME TYPE STRING.
      DATA: LW_XSTRING         TYPE XSTRING,
            X_LEN             TYPE I.
      DATA: FILE_AUTH_ERR TYPE REF TO CX_SY_FILE_AUTHORITY,
            FILE_OPEN_ERR TYPE REF TO CX_SY_FILE_OPEN,
            FILE_OPEN_MODE_ERR TYPE REF TO CX_SY_FILE_OPEN_MODE,
            FILE_CLOSE_ERR TYPE REF TO CX_SY_FILE_CLOSE,
            FILE_CONVERSION_ERR TYPE REF TO CX_SY_CONVERSION_CODEPAGE,
            FILE_TOO_MANY_ERR TYPE REF TO CX_SY_TOO_MANY_FILES,
            MESS TYPE STRING,
            W_TEXT TYPE STRING.
      DATA: L_RC TYPE INT4.
    concatenate pathname lv_filename into lv_filename.
    TRY.
          OPEN DATASET LV_FILENAME FOR INPUT IN BINARY MODE MESSAGE MESS.
        CATCH CX_SY_FILE_OPEN_MODE INTO FILE_OPEN_MODE_ERR.
          W_TEXT = FILE_OPEN_MODE_ERR->GET_TEXT( ).
          L_RC = 1.
        CATCH CX_SY_FILE_AUTHORITY INTO FILE_AUTH_ERR.
          W_TEXT = FILE_AUTH_ERR->GET_TEXT( ).
          L_RC = 2.
        CATCH CX_SY_CONVERSION_CODEPAGE INTO FILE_CONVERSION_ERR.
          L_RC = 3.
          W_TEXT = FILE_CONVERSION_ERR->GET_TEXT( ).
        CATCH CX_SY_TOO_MANY_FILES INTO FILE_TOO_MANY_ERR.
          L_RC = 4.
          W_TEXT = FILE_TOO_MANY_ERR->GET_TEXT( ).
        CATCH CX_SY_FILE_OPEN INTO FILE_OPEN_ERR.  "File already open
          L_RC = 5.
          W_TEXT = FILE_OPEN_ERR->GET_TEXT( ).
      ENDTRY.
      IF L_RC = 0.
        L_RC = SY-SUBRC.
      ENDIF.
      IF L_RC <> 0 OR SY-SUBRC NE 0.
    Issue Error message in open file.
       CONCATENATE MESS 'Open dataset failed'  w_text INTO MESS SEPARATED BY SPACE.
       message Exx(yyy) with mess.
          ELSE.        "file exists and can be opened
      ENDIF.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • JNLP file not opening in Windows 8 and IE 10

    I am trying to launch the ROES ordering tool through WHCC prints and it has always worked on my other IE 10 through Windows 7 but on my new computer with Win 8 I cannot get it to launch because of the JNLP file not opening... and it won't work on desktop
    mode either... What do I need to do??

    Hi,
    Have you installed the java Runtime Environment?
    If not, I would also suggest you to refer to the link to install the latest version of Java:
    http://www.java.com/en/
    Please note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Then follow the link to set default programs as Java for the file:
    Choose the programs
    Windows uses by default
    http://windows.microsoft.com/en-US/windows-8/choose-programs-windows-uses-default
    Hope this helps,
    Ada Liu
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Old address book will not open in Snow Leopard

    After upgrading to SL, attempting to access AB in the dock brings up the message "This version of Address Book will not open in this operating system. You have Address Book version 4.1.2". Querying Apple Support brought suggestions from reinstalling just Address Book to utilizing Time Machine. Solution was incredibly simple.
    When upgrading to SL, the OS upgraded AB...but only in Applications. If you're getting this message, go to Applications and click on AB there. If it opens, just delete AB in the Dock, then transfer the new, updated AB to the dock, and you're all set.

    Somehow you've retained an old version of Addressbook (version 5.0.3).  The current version is 6.1
    Look in the apps folder to see if you have the current version, the dock icon may be pointing to the old version.
    Regards,
    Captfred

  • My address book does not open when I click on the "To" bar in an email.

    I recently upgraded to Thunderbird 4.1.0. Since that time my address book does not open when I try to address an email from the "To" or other lines. I have to manually open the address book and cut and paste the address. How can I reconnect the address book to the email program?

    Thank you. You solved my problem. I appreciate it.

  • Pdf file not opening on pushing fdf file with F key in Adobe  Reader

    Well i am a novice developer in case of PDF Development.
    The problem which i am facing is:-
    In our application a PDF document submits the data to server and server sends back FDF to client with f key as http path of PDF which is present on web server.
    This all works well in acrobat professional 7.0 but in abobe reader 8.0 the PDF file doesn't open up on pushing FDF.
    On debugging the problem i found out that if server sends response within 480 milliseconds then reader is showing the pdf otherwise it don't shows up.Since in our application it will always take more than this time because of several operation performed to serve the request posted to server,So the
    PDF will never show up in case of reader.
    I was unable to understand what make it special in acrobat professional that session lasts more than 480 milliseconds whereas in reader the session doesn't last that long.
    I really need uregent help on this.
    Thanks in advance for help.

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • A certain file not opening

    I have a fairly old laptop. It has Windows XP Home Edition. Sometimes, the screen will kind of go beserk and slide all over the place, so I have to turn my computer off and then back on. After that, my active desktop needs restored. I was running Adobe Photoshop Elements 8.0 with all the updates in the Editor when this happened. After I restarted my laptop and opened PSE, the file I had opened wouldn't open. It says "Could not complete your request because of a program error". Other files would open, just not that one. Even other Photoshop files. I've tried restarting my laptop numerous times, opening and closing PSE, renaming the file... I'm not extremely experienced with computers- Is there anything else I can try? Thank you.

    Yes, the error message was the "Could not complete your request because of a program error". I guess that's why... I'm not able to open the file at all. So yeah, you're probably right.

  • Quick Time file not opening

    Suddenly QuickTime 7.5.5 stopped opening the movies stored in one Hard Disc.
    Here are descriptions of how problem occurs:
    1) The preview in finder +column view+ shows only blank space, but not a movie.
    2) Instead of opening the file QT claims that "This is not a movie file"
    3) Not all the movies in the disk are injured but about 80 % of them. There might be in same folder movies that behaves normally and movies that behaves as described above.
    I have restarted the machine few times and repaired the disk with disk utility, with not any couraging results...
    If there were any ideas what the problem might be, and how to fix it, advices would be very much appreciated.
    Screenshots of the problem:
    http://koti.welho.com/tsuonio1/File-not-open.jpg

    Two possibilities spring to mind. One is that the HD itself has been damaged somehow. Try copying one of the "bad" video files to your boot drive and opening from there. If it won't copy, your HD is clearly bad, if it copies and plays then something weirder is going on with the drive.
    The other possibility has to do with the h264 codec you used. Apple's implementation of the H264 standard is a work in progress, they've been gradually adding features that are part of the full standard and may have broken something. If you recently upgraded QT that may be the problem. If you created the files using a third party H264 codec that might explain the playback problems. Also, you should install Perian (www.perian.org) and see if that helps, their codec plays back many formats that Apple doesn't support out of the box.
    You may need to upload one of the bad files to an filesharing website of some kind so that other folks here can download and look at it themselves.

  • .indd files not opening with recently installed Indesign CS3

    The .indd files don't have the Indesign icon next to them, instead they have the win32 icon. When I double click on one of the files an error message appears telling me that...
    "this file is not a valid win32 application"
    Even when I right-click on the file and choose to open with Indesign, it tells me the same thing. Also in this options menu, Indesign is not shown with the Indesign logo next to it, but rather the windows generic 'unknown file type' logo.
    If I open Indesign first however, and then choose file>open and choose the file. It opens fine.

    Exactly my situation yesterday, with the icon disappearing and INDD files not opening within InDesign from Explorer.
    I'm using an early XP Pro, which I guess qualifies it as 32 bit.
    The steps to rebuilding everything using the Folder Options in Windows Explorer are:
    Tools > Folder Options > File Types
    If INDD is not listed, click the New button to creat an entry, otherwise select it and click the Advanced button.
    You have an option to change the icon, so navigate to C:\Program Files\Adobe\Adobe InDesign CS3 and select the InDesign icon.
    Then under actions you need to create four actions that will relate to the context menu choices when you right click an INDD files, so click New and add actions for edit, open, preview and print.
    In the Application used to perform action box enter "C:\Program Files\Adobe\Adobe InDesign CS3\InDesign.exe" "%1"
    Those quote marks are important. Just browsing to InDesign.exe will fill the box for you, but for some reason - for me at least - it creates the %1 indicating to open the file you selected, but it doesn't wrap it in quotes. And without those quotes (at least on my machine) InDesign will start but won't load the file.
    There is also a check box to use DDE. I don't know what's appropriate here, but I ticked the box and it works OK.
    k

  • When I compose an E-mail my address book will not open when I click on TO or CC, but it does work on other computers and also if I use explorer.

    My address book will not show when I click on the TO or CC button, a mozilla page does open but there is no content. My E-mail accounts work fine on other computers. It also works fine on this computer if I use Explorer instead.

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    <br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.1 r53
    * Java Plug-in 1.6.0_11 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Adobe Reader]] plugin to the latest version.
    *http://get.adobe.com/reader/otherversions/
    You can also try to disable the "My Web Search Plugin Stub for 32-bit Windows".<br />
    See [[Troubleshooting plugins]]
    http://www.safer-networking.com/removemywebsearch.php
    http://www.pchell.com/support/mywebsearch.shtml - PC Hell: My Web Search Removal Instructions

  • Excel File not opening

    Hi There,
    I am trying to open an excel file using a click box. I have
    been able to open a .PDF as well as other files on other websites
    with no problem.
    I am using a click box, where On Success it is suppose to
    open a file or URL. Then I put in the path to the excel file. The
    excel file is on a website and the path is something like:
    http://www.samplesite.com/testfile.xls
    But when I run it through the website, I get a new window
    with the path to the file in the address box. Within the body of
    the window it says that the file could not be opened. BUT if I hit
    return in the address field, it will bring up the file.
    I was wondering if it had something to do with the fact that
    whenever a file like is opened MS asks you whether you want to open
    or save the file first. I have tried making it read-only, but no
    luck.
    If the path points to my C: drive and I preview the movie it
    works. It asks if I would like to open the file and then it opens
    it when I respond.
    This should have taken 5 minutes, but I have been at it for 3
    hours. Please help!

    You must read following thread and article:
    http://answers.microsoft.com/en-us/office/forum/office_2007-excel/weird-file-in-use-error-opening-excel-2007-files/887e002d-1158-4a0b-9de8-931e473469d8
    http://support.microsoft.com/kb/942146
    Hope it's helpful.

Maybe you are looking for

  • IPOD error message when plugging it into Macbook

    My Ipod has been acting up lately. It happened before and I went through the restore process and lost ALL of my songs, videos, playlists, etc. The process is painful to rebuild, and now that I have done that, it's telling me the same thing again. "Th

  • Already in catalog

    Hi. I'm new to lightroom. I'm trying to figure out the meaning of the files that are in the "Already in Catalog" part of the library. Are those the duplicate files or are they the files that were there first? I want to delete the duplicates but I'm n

  • Root.sh failed

    hi i am new to rac. os oel 5.4 2 nodes rac 11gR2 installation. got this error in log. 2010-05-23 22:44:59: Configuring ASM via ASMCA 2010-05-23 22:45:00: Executing as grid1: /u01/app/11.2.0/grid1/bin/asmca -silent -diskGroupName DATA -diskList ORCL:V

  • Possible to configure Valet M10 as repeater?

    I have a Linksys E2000 (Cisco 44041?) as my sole wireless access point in my house.  I am needing to extend the range/strengthen the signal to my husband's office in the basement. I do not want to spend $90 on a repeater.  I know some wireless router

  • Why I cannot play embedded you tube video in safari since 28 July 2011?

    When I open embedded YouTube videos, it does not. Sometimes it plays only audio with black screen. This only happened since 28 July 2011. Same problem with my iPad 1. Hope to get a solution.