Mac - help files not opening

Somehow, the help files are not opening anymore. It opens the
help viewer, but it is blank. I see the help files in the DW8
folder. How to reconnect? (The Flash, FW, and Contribute help
works)
Thanks so much,
Hope

See:
*[[/questions/894442]] OWA 2010/Firefox 8 and ASHX Attachments
*[[/questions/895024]]
Bug 703015 - Outlook web access attachments download as .aspx
Bug 704989 - add workaround for broken Outlook Web App (OWA) attachment handling

Similar Messages

  • Help, files not opening correctly in Illustrator

    Hi there,
    I have a file that was originally created in CorelDrawX5 as both a dwg and pdf. I have opened both in Illustrator CS6 and they work fine.
    I then saved it as an eps and ai for my supplier to work from, they have Illustrator 10 so I made sure it was compatible to work with ver 10.  However when my supplier opens it all the letters and outlines are split up and spread out.
    Does anyone know what the issue could be?
    Thanks in advance.
    M

    Any ideas at all please?

  • After upgrading to Mavericks my Mac Pro does not open my double CD drives when I hit eject in the menu bar it locks up (please Help)?

    After upgrading to Mavericks my Mac Pro does not open my double CD drives when I hit eject in the menu bar it locks up (please Help)?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time after  you had the problem. Select the messages logged before the boot, while the system was unresponsive or was failing to shut down. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V). Please include the BOOT_TIME message at the end of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post any other kind of report — it will be very long and not helpful.

  • Hello! i am new to Macbook pro, i have recently transferred my data from my Pc to Mac, i can not open .exe file. Please give me any suggestion regarding this!

    hello! i am new to Macbook pro, i have recently transferred my data from my Pc to Mac, i can not open .exe file. Please give me any suggestion regarding this!
    I have using Mac OS 10.9.2

    Try running it through WineSkin or CrossOver Mac, or installing Windows through VirtualBox, Parallels Desktop, VMware Fusion, Boot Camp, or similar software.
    (106527)

  • Iphoto on my used mac mini will not open my photos from my new macbook air, it says to update software but there arent any available.. please help

    iphoto on my used mac mini will not open my photos from my new macbook air,  it says something about updating the software, but i checked and there arent any updates available... please help

    Sorry for the second post..
    I currently do not have an older version of iPhoto to test this on, but you might also try coping the Originals from the iPhoto Library of iPhoto 11.
    To do that;
    1. Right (control) click on the iPhoto Library in the Picture Folder on the MacBook Air
    2. Select Show Package Content.
    3. Click on the Originals Folder
    4. Navigate to the disired Event or photos and copy those images to your Flash or External Drive, then copy those to the older version of iPhoto.
    Beware do not move, add or delete anything in the iPhoto Library, Apple has intensionally hidden it in later versions to prevent people from messing things up.

  • 10.4.4 Mac Help does not work

    I just upgraded 10.4.3 to 10.4.4. Now Tiger Mac help does not work. Other software help does work, at least those I have checked like Word, Safari, and a few others I have checked. But in the Finder going to help in the Menu bar does brings up the help window, but try to click a link like What's new in Tiger or typing a query into the search window produces nothing. All the software seems to be working fine, at least what I have checked. I have redownloaded and re-installed making sure virus software is off to no avail.
    Any help would be appreciated.

    I tried the steps mentioned before, and thought I would give them one more try. Initially, I had success in that the Help Viewer opened to the default Mac Help view, and when I typed in a find term, lo & behold a list of results appeared! Alas, my visions of success vanished when I clicked on one of the results, then View.....nothing happened!
    I returned to the main menu, and found none of the links would work, and neither would the search function!
    It appears a link may work the first time, but none after that.
    I also noticed that (repeating the Cache & Preference removal steps) that they repopulated with the files when Mac Help was initiated, and, as before, would allow one link acivation to occur, but none after.
    I suspect there may be a conflict with some other applications Help feature, but made sure to activate ONLY the Mac Help with no other Application having been run after restart. The only other possiblity is that some toolbar non-Mac OS X help apps like Magic Menu, Quicken, & iPod conflict, but these are all I have!
    If any one having this Help Viewer problem has similar installations, or knows of any conflicts with these; or, how I can temporarily disable/remove the associated help without uninstalling them, please post a reply.
    Powerbook G4 (17")   Mac OS X (10.4.4)  

  • 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.

  • Help, File wont open

    I have a file that won't open, "Flash can not parse this document." any suggestions?

    Thanks for all of the assistance....always learning something new! You have been a terrific source and I appreciate all of the time and responses to my questions.
    Have a great day!!!!!
    >>> kglad <[email protected]> 4/23/2013 4:56 PM >>>
    Re: Help, File wont open created by kglad ( http://forums.adobe.com/people/kglad ) in Flash Pro - General - View the full discussion ( http://forums.adobe.com/message/5262225#5262225 )
    you're welcome.
    p.s. there's one more thing he can try. if he has a working swf, he can trying decompiling it to get a working fla or, even if that fails, he will be able to get a non-corrupt fla whose assets can be extracted.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5262225#5262225
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5262225#5262225
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5262225#5262225. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Pro - General by email ( mailto:[email protected] ) or at Adobe Community ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=2072 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • 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.

  • 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.

  • 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.

  • I plugged in my iphone to restore it but while restoring itunes shutdown itself . if my iphone is not connected to the mac itune works but when i connect my iphone to my mac itunes does not open at all.

    i plugged in my iphone to restore it but while restoring itunes shutdown itself . if my iphone is not connected to the mac itune works but when i connect my iphone to my mac itunes does not open at all.

    Hi Arjun sache,
    Welcome to Apple Support Communities.
    It sounds like you're seeing an issue with iTunes shutting down unexpectedly when your iPhone is connected to the Mac. Take a look at the article below, it provides a lot of great troubleshooting tips that may be able to resolve the issue for you.
    iTunes: May become unresponsive when connecting iPhone, iPad, or iPod touch
    http://support.apple.com/kb/ts3219
    I hope this helps.
    -Jason

  • The mail app on my Mac laptop will not open.  This began happening after an upgrade during which "Security UPdate 2012-004" was installed.  My mail app has a new icon, and I think i trashed the old program (trying to follow directions).  Suggest a fix?

    The mail app on my Mac laptop will not open.  This began happening after an upgrade during which "Security UPdate 2012-004" was installed.  My mail app has a new icon, and I think i trashed the old program (trying to follow directions).  Suggest a fix?

    See possible fixes here.
    https://discussions.apple.com/message/19760703#19760703
    https://discussions.apple.com/thread/4311280?tstart=0

  • Since I broght Ps6 for Mac, Bridge does not open and crashes. Mini Bridge, however works fine. What should I do?

    Since I broght (in Adobe Store) Ps6 for Mac, Bridge does not open and crashes. Mini Bridge, however works fine. What should I do?

    When I click gelsonhelmoldmacieira1 (me) in the Finder, I do not see the Library:
    The Library (Biblioteca) only appears when I click Macintosh HD:
    Following this path, I add gelsonhelmoldmacieira1 to the others in Photoshop, Bridge and Adobe:
    It seems that something is still wrong. The error message appears again.

Maybe you are looking for

  • How to count a occurence of a string in file

    import java.util.*; import java.io.*; class Count public static void main(String args[ ] )throws Exception      FileReader fr=new FileReader("d:\\compfetch\\clean\\first.txt");      BufferedReader br=new BufferedReader(fr);      StringBuffer sb=new S

  • How can I wipe the Launchpad clean and then repopulate it to my spec?

    As I delete apps from my system they seem to linger on the LaunchPad. Some are easily removed by simply holding down the option key and clicking the 'x' that appears. But this does not apply to system apps or some others like Lightroom. How can I go

  • Yet another hung start on HP Envy 15

    This machine has had "issues" almost since new, drivers wouldn't load, it got to the point where I had shortcuts on the desktop to install them. Programs listed in Run in the Registry didn't start, so I made shortcuts in the Windows Start folder, tha

  • Very slow opening Address Book and Mail

    Opening Address Book takes about 45 seconds to see the contacts. The application window appears but it's empty for 45 seconds. Just done the 10.6 upgrade and restarted several times but it's no faster. I have 443 records. Has anyone else had this pro

  • News feed for this forum

    Hi As I alluded to in my preceding post, the only newsfeed I can find for the flex forums here is "macromedia.flex.general_discussion", which points to the Flex 1.5 General Discussion forum. Where's the newsfeed for the Flex 2.0 forum? Cheers. Adam