Safari 6 exporting aspx instead of xls?

After updating a machine to Mountain Lion and Safari 6, Safari is now exporting an excel file (from an intranet page) as an .aspx file. Exported correctly under Lion and Safari 5; exports correctly under Mountain Lion and FireFox 14.
Anyone have a reason, or solution to this?

From those you listed, I only have Quicktime. Aside from this one, I have
Adobe Acrobat NPAPI Plug-in, Version 11.0.09
Adobe® Acrobat® Plug-in for Web Browsers, Version 11.0.09 — from file “AdobePDFViewerNPAPI.plugin”.
MIME Type
Description
Extensions
application/pdf
Acrobat Portable Document Format
pdf
application/vnd.adobe.pdf
Acrobat Portable Document Format (Interim)
pdf
application/vnd.adobe.pdfxml
Acrobat XML Portable Document Format
pdfxml
application/vnd.adobe.x-mars
Acrobat XML Portable Document Format (Interim)
mars
application/vnd.adobe.xdp+xml
XML Data Package
xdp
application/vnd.adobe.xfd+xml
FormFlow99 Data File
xfd
application/vnd.adobe.xfdf
Acrobat Forms Data Format in XML
xfdf
application/vnd.fdf
Acrobat Forms Data Format
fdf
SharePoint Browser Plug-in
Microsoft Office for Mac SharePoint Browser Plug-in — from file “SharePointBrowserPlugin.plugin”.
MIME Type
Description
Extensions
application/x-sharepoint
Microsoft Office for Mac SharePoint Browser Plug-in
Silverlight Plug-In
5.1.20913.0 — from file “Silverlight.plugin”.
MIME Type
Description
Extensions
application/x-silverlight
Microsoft Silverlight
xaml
application/x-silverlight-2
Microsoft Silverlight
xaml
Unity Player
Unity Web Player version 4.5.2f1. (c) 2013 Unity Technologies ApS. All rights reserved. — from file “Unity Web Player.plugin”.
MIME Type
Description
Extensions
application/vnd.unity
Unity Player
unity3d

Similar Messages

  • Exporting specific columns from XLS file to a new XLS or XLSX file using powershell

    The scenario is that i have a file that our server is constantly dumping data to on a daily basis and out of all the data i only need 2 columns. I need to be a able to automate this because i need to generate a monthly report based on those two columns.
    That being said, i need to be able to extract two full columns from datafile1.xls to newdatafile.xlsx. If it would be easier if the original file is CSV i can easily save the data in CSV format instead of XLS. 
    Thanks in advance.

    I see, im having a hard time executing the script, i keep getting the following error:
    '""Microsoft.Jet.OLEDB.4.0"
    has not been registered.";' 
    and
    when i try to run it like this i dont get any errors BUT nothing happens:
    C:\Windows\syswow64\rundll32.exe "C:\Program Files\Common Files\System\Ole DB\oledb32.dll",c:\temp\t.ps1
    This is the code, which to tell you the truth im not really that familiar with :\
    $strFileName = "C:\temp\original\styles.xls"
    $strSheetName = 'STYLES$'
    $strProvider = "Provider=Microsoft.Jet.OLEDB.4.0"
    $strDataSource = "Data Source = $strFileName"
    $strExtend = "Extended Properties=Excel 8.0"
    $strQuery = "Select STYLE CODE , LAST UPDATE from [$strSheetName]"
    $objConn = New-Object System.Data.OleDb.OleDbConnection("$strProvider;$strDataSource;$strExtend")
    $sqlCommand = New-Object System.Data.OleDb.OleDbCommand($strQuery)
    $sqlCommand.Connection = $objConn
    $objConn.open()
    $DataReader = $sqlCommand.ExecuteReader()
    While($DataReader.read())
    $ComputerName = $DataReader[0].Tostring()
    "Querying $computerName ..."
    Get-WmiObject -Class Win32_Bios -computername $ComputerName
    $dataReader.close()
    $objConn.close()
    For both PowerShell or VBScript you are missing the libraries.  You need to download and install the ACE drivers.
    Search for ACE drivers.
    ¯\_(ツ)_/¯

  • When attempting to open a hyperlink to a PDF file on the web from a Microsoft WORD for Mac 2011 (14.3.9) document, Safari 7.0 instead displays the file as text?

    When attempting to open a hyperlink to a PDF file on the web from a Microsoft WORD for Mac 2011 (14.3.9) document, Safari 7.0 instead displays the file as text?

    As seen in http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/has-the-word- 2011-for-mac-invisible-toolbars/018a3ab6-0570-4ad5-abf8-5b6427fdde3e?msgId=e111b f0a-0e32-4fa3-9536-f349dad8439d
    and it worked for me:
    1. Quit Word
    2. In the Finder's menu bar, select Go > Go to folder and type or paste: ~/Library/Preferences/
    3. Click on Go
    4. Locate the preference file com.microsoft.Word.plist, then Option-drag it to the desktop to create a backup copy
    5. Go to Applications/Utilities and open Terminal
    6. Paste the following bold command at the $ prompt (it's a single line):
         defaults write com.microsoft.Word 14\\Toolbars\\Show_HIToolbar -boolean TRUE
    7. Press Return and then quit with Command Q
    8. Start Word and test. If the fix works, trash the backup file in the Desktop file. Otherwise, restore it.
    In the original source the author also mentions the change in Word 2008

  • Firefox downloads file as .ASPX instead of .PDF

    Trying to download Monthly Statements from Merrill Lynch website. Firefox used to download them as .PDFs (and MS IE 8 still does). Now Firefox downloads an .ASPX instead. Or maybe not -- If I change the extension of the downloaded file to .PDF. it loads correctly in Acrobat Reader. Why does Firefox use the wrong extension??
    == This happened ==
    Every time Firefox opened
    == About a month ago (???)

    Try "Reset Download Actions": http://kb.mozillazine.org/File_types_and_download_actions

  • Sun IDM 8.1.1P2: Export user records to xls file Functionality Issue

    Hi All,
    This is my first post in this form, please guide me to right path.
    We implemented custom functionality to search user records from AD and LDAP from IDM User console. After searching the records we provided a export functionality to export resultant user records to xls file.
    The issue is the number of exported user records to xls file is not same as the number of user records while search.
    This functionality is working good in our Development and VALenvironments but not with the Production environment.
    I checked the custom jsp file and the calling Rule from all the three environments and they are same.
    From VAL and PROD server.log I see the following.
    PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: PWC3991: getOutputStream() has already been called for this response
    But this error message didn't stop VAL to export same number of records to xls file.
    # of records serached from PROD is 16809
    # of records serached from VAL is 10312
    They are constant all the time.
    # of records exported to xls from PROD is 168 or 1274 (It is varying, each time I export it shows different number)
    # of records exported to xls from VAL is 10312 (Always same as search)
    We are on Glassfish V2.1.1P8.
    I checked file sizes from VAL and PROD both are same.
    It would be great if any one can point me to the right direction where else I have to check for possible cause.
    Thanks,
    Ravi Mangalagiri

    Hi Arjun,
    Thanks for responding to my post.
    The search is working as expected in all 3 environments DEV,VAL and PROD.
    The search and alignment performed by the Rule where as DB connection and Saving to XLS performed by the custom JSP file.
    Since search is working fine I don't think any permissions issue with AD or LDAP.
    Couple of things I noticed from server.log from all environments
    SEVERE|sun-appserver2.1.1|javax.enterprise.system.container.web|_
    ThreadID=297;_ThreadName=httpSSLWorkerThread-9084-102;_RequestID=5efa3ecb-0ec9-4695-ab51-8049257b
    9d57;|StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: PWC3991: getOutputStream() has already been called for this resp
    onse
    and
    WARNING|sun-appserver2.1.1|javax.enterprise.system.stream.err|_ThreadID=78;_ThreadName=Provisioner;_RequestID=531d32b0-6d9a-4
    3e-bd74-0bc9478ffdae;|org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    This is logging when the custom jsp is executing.
    getOutputStream() has already been called for this response.
    I am not sure if this is the root cause, since it is logging in DEV and VAL also.
    Other things I noticed are.
    Yester day I conducted 10 tests and all are taking 6 min 18 sec or 6 min 19 sec or 6 min 22 sec.
    Also I noticed that the number of user records exported to xls depends on the transfer rate.
    For example,
    if the file download transfer rate is 1.50 KB then the user records are between 1200 to 1800 where as the search user records are 16590.
    if the file download transfer rate is 800 B then the user records are between 200 to 600 where as the search user records are 16590.
    Not sure where to check this time value(attribute) 6 min 18 sec..
    Please provide me some info where else I need to check.
    Thanks,
    Ravi.

  • When transferring music library and apps to my new I Pad I think I clicked Export Library instead of synching.  Now my music library is virtually empty - mostly CDs downloaded, a few apps for the I Pad and apps for the I pod too.  Can I move these back?

    When transferring music library and apps to my new I Pad I think I clicked Export Library instead of synching.  Now my music library is virtually empty - mostly CDs downloaded, a few apps for the I Pad and apps for the I pod touch too.  Can I move these back?

    weird very weird. today i did this again today after already being unsuccessful earlier. exactly the same thing as i have done before, exactly. didn't try to import. didn't say damaged library, copied everything in including date. have tried it about 10 times no luck. today it just worked.
    how weird is that?
    oh well JG - maybe you mixed a magic potion for me?
    anyway, thank you for all the help.
    to anyone else reading this all i can say is keep trying, you never know. follow the above advice. you may feel exasperated and think you have done it already, but keep trying.
    cheers
    P

  • Microsoft mail app claims exported "doc" file is "xls" instead

    Hi, all,
    In Pages '08, I use "Export" and select "doc." I then send it via email to my Microsoft Outlook email. Every time, I receive this message on the Outlook account:
    Threat report
    filename.doc
    File category mismatch (Claimed extension "doc" - Claimed category "DOC" - Detected category "XLS")
    I realize this message is coming from a non-Apple program, but the computer folks at my job are just going to tell me it is my problem.
    Any suggestions?

    I apologizes, but I don't understand how a file which is built and described as a .doc file may be "identified' as a ".xls" one.
    Here is an AppleScript which will set the file type and the creator type of xx.doc files to WDBN and MSWD but I'm not sure that this may change something.
    If it changes, the culprit is not Pages but Entourage.
    --\[SCRIPT]
    Save it as an Application Bundle.
    Drag & drop the icon of a .doc file on the application's icon.
    If it matches the embedded test, it will be signed as
    file type = WDBN
    creator type= MSWD
    Yvan KOENIG (Vallauris, FRANCE)
    6 janvier 2009
    on run
    my commun(choose file)
    end run
    on open sel
    my commun((item 1 of sel) as text)
    end open
    on commun(fichier)
    local debut, cnt, keys, flag
    set cnt to 33
    set debut to read file fichier from 1 for cnt
    set keys to {208, 207, 17, 224, 161, 177, 26, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "skipped", 0, 3, 0, 254, 255, 9, 0, 6}
    set flag to true
    repeat with i from 1 to cnt
    log i
    log (ASCII number of character i of debut)
    log item i of keys
    if (i is not 25) and (ASCII number of character i of debut) is not item i of keys then
    set flag to false
    exit repeat
    end if
    end repeat
    if flag is true then
    tell application "Finder"
    set file type of file fichier to "WDBN"
    set creator type of file fichier to "MSWD"
    end tell
    end if
    end commun
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE mardi 6 janvier 2009 18:53:12)

  • How to export a report in .xls format

    <p><font face="arial,helvetica,sans-serif" size="2">For my current project I have to take existing Crystal Report files and export them into Excel.  I cannot use a .csv file, it has to be a .xls file in order to preserve the formatting.  Does the Crystal plugin for Eclipse support this feature?  I know it can export to .csv but how do I export to .xls?                                        </font><font face="arial,helvetica,sans-serif" size="2">Thanks in Advance, </font><font face="Arial" size="2">Dave Amundsen</font></p>

    <p>Hi Dave,</p><p>       Unfortunately this feature is not currently supported with the Java engine which ships with Crystal Reports for Eclipse. There is a thread under the Feedback/Enhancement Requests section of the Forum where I would encourage you to add your opinions. You can find the thread here:</p><p><a href="/node/642"><u><strong>http://diamond.businessobjects.com/node/642 </strong></u></a></p><p>The only solution I can offer at this time is to look at one of our server solutions (e.g. Crystal Reports Server) if you need formatted Excel exporting with your Crystal Reports files. From what I hear, converting our existing Excel export functionality to a 100% Java environment requires a sizeable development effort, which is why we were not able to get this feature into the initial release of Crystal Reports for Eclipse.</p><p>If you are interested in more information around our Crystal Reports Server product or wish to download a free trial of the product, check out this link:</p><p><a href="http://www.businessobjects.com/products/reporting/crystalreports/server/default.asp"><u><strong>http://www.businessobjects.com/products/reporting/crystalreports/server/default.asp</strong></u></a>  <br /></p><p>I should also mention that our server solutions do come with a complete Java SDK, which has a very similar object model to the one used by the Java Reporting Component shipped with Crystal Reports for Eclipse. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • Error While Exporting Crystal Report in XLS

    Hi
    when i am exporting crystal report in PDF or MS-Word its working fine
    When i am going to export crystal report to Microsoft-Excel 97-2000 (XLS) i am encountering ....
    Error in File C:\WINNT\TEMP\{6A5FE727-7FDE-479F-A7D0-96EE33EF5A4F}.rpt: The request could not be submitted for background processing.  this error...
    Can anybudy plz have its solution??
    Edited by: vishal patil on Sep 29, 2008 3:21 PM

    Hi Visahal,
    Try to re-install the export excell dll files.  Go in Controll pannel Add and Remove ProgaramsClick on Crystal Reports Click on ChangeSelect Add/RemoveThen expend ExportSelect Excel export and click on ok to reinstall the excel export dlls.
    After re-installation try to export to excel.
    Thanks,
    Sastry

  • Why is InDesign exporting HTML instead of PDF?

    Hello,
    I recently upgraded to InDesign CC 2014.  My first project that I created is being exported as a HTML link and not the actual PDF file.
    Is it something I'm doing wrong?  Also, none of my saved file icons are showing with the InDesign file icon.  I've linked them with InDesign, however when I click on them they do not open and I get an error.  Is it possible this has something to do with it?
    This is incredibly frustrating as I need to this project printed.
    Does anyone have any idea what is going on?

    So, looks like I figured it out.  The file associations is what did it.  For some reason it was it was using Firefox to view the PDF.  I wondered if it was doing due to some update with Acrobat.
    So I reinstalled Acrobat.  I saw that when I exported the file the extension changed from .html to .pdf.
    So then I right clicked on the icon>properties and it let me change the associated program to Acrobat instead of Firefox.
    I'm not sure if that is what needed to happen, but it appears (at least for the moment) that everything is fixed.  I'm going to go tomorrow to see if I can get it printed.  Hopefully everything will have exported correctly.

  • If I try to download a word file every time it downloads it as DisplayMessage.aspx instead of the file. How do I sort it out?

    Every word or excel file I try to download from an e mail instead of getting the file name.doc or xlsx, I get the downloaded file address - DisplayMessage.aspx which is just a blank webpage. It doesn't matter which version of word or excel is used and it happens with every download. Basically I cannot download any files in Firefox but in my ISP which is AOL - there is no problem at all with downloading the files from the same e mails.

    Thanks for getting back to me. Basically I get an e mail on AOL mail and until now no problem - I right click and the option I get then is 'save page as' so that brings up a list of my word or excel files - the 'save as' option box - so you normally get the word or excel file address appearing in the top box and the file extension in the bottom box just as if you were opening a file in word or excel. I've done it thousands of times but it no longer works in Firefox. However if I log directly into AOL and say download and again up comes the excel or word files and no problem - only on Firefox is there an issue and it seems to be since the last update - on both my desktop and laptop

  • While saving the output from Conc Prog it saves in .PCL instead of .XLS

    Hi,
    I have one concurrent program which gives Excel Output directly without using XML Publisher.
    Using following Link I have designed the same.
    [http://knoworacle.wordpress.com/2008/11/03/excel-output-directly-from-oracle-application-concurrent-request-output/]
    Here it is giving problem when I click View Output Button after runing the concurrent request.
    It should Open and Save the file with .XLS format. Instead of that it is taking .PCL format to save.
    Please help me to get the file in .XLS and save it to local system.
    Thanks
    Alaka

    Alaka wrote:
    Hi,
    I have one concurrent program which gives Excel Output directly without using XML Publisher.
    Using following Link I have designed the same.
    [http://knoworacle.wordpress.com/2008/11/03/excel-output-directly-from-oracle-application-concurrent-request-output/]
    Here it is giving problem when I click View Output Button after runing the concurrent request.
    It should Open and Save the file with .XLS format. Instead of that it is taking .PCL format to save.
    Please help me to get the file in .XLS and save it to local system.
    Thanks
    AlakaPerhaps you included the optional step 4 in your coding...
    >
    4. Hijack one of the little used Viewer Options (PCL) so that we can get the Concurrent Request output browser to automatically open Microsoft Excel. Note this is optional, you can just create a new Viewer Option but then you may get the “Choose Viewer” box when viewing concurrent request output. NB: Navigation path is System Administrator, Install, Viewer Options
    update fnd_mime_types_tl
    set    mime_type = ‘application/vnd.ms-excel’
    ,      description = ‘Excel (SYLK) used to be application/vnd.hp-PCL: Printer Control Language’
    ,      last_updated_by = 0
    ,      last_update_date = sysdate
    where  file_format_code = ‘PCL’
    and    mime_type = ‘application/vnd.hp-PCL’;
    commit;

  • Export Chinise data in XLS file using toad

    Hii..
    I have one table which have chinise data
    All data is correct .
    I am exporting chinese data from Oracle table,I am facing problem
         I export data through toad in flat file
         and import it in XLS file using UTF character set .
    After importing all character gets converted to ???? marks.
    I cant see the data properly in the XLS file .
    my guess data base is not exporting file as unicode and hence charactger gets converted
    How I export data which I show correct data in chinise?

    Hi
    I am using 8.5 version of toad .I tried with sql developer also but no vail..
    can I set like this
    ALTER SESSION SET NLS_LANGUAGE='SIMPLIFIED CHINESE';
    ALTER SESSION SET NLS_TERRITORY='CHINA';
    ALTER SESSION SET NLS_CHARACTER_SET='AMERICAN_AMERICA.UTF8';
    and my NLS_LANG in windows for 10g client is AMERICAN_AMERICA.WE8MSWIN1252
    PLz suggest mi
    My NLS_SESSION_PARAMETERS in database are as follows
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE

  • Intermittent 'Unable to read file' error when exporting/opening .html to .xls

    Hi, hope someone can help.
    I have an issue where I export a report from the Salesform platform to Excel. The file that is being exported is in html format and the report does not include any Pivot tables.
    The 'Unable to read file' error occurs intermittently, when Excel is already open and you export/open it from Salesforce...
    Have tried using Excel in safe mode with all the add-ins disabled and still no joy. The
    Do not save encrypted paged to disk option has been un-ticked the in Internet Options -> advanced.
    The issue happens in IE and other browsers, after raising the issue with Salesforce support they advised to raise the issue with MS instead, so here I am to see if anyone can help!
    Any help would be much appreciated

    Tools>Internet Options>Advanced tab, uncheck "Do not save encrypted files to disk"
    check your GPO settings to see if you have configured this to be unchecked.
    Thx.
    Rob^_^

  • Force SQL Developer 1.5.4 to export data on  1 XLS workSheet

    Hello.
    I'm using SQL Developer 1.5.4 to export data into XLS format.
    The exported file is about 40MB big.
    During the export, I have noticed that SQL Developer splits the data into several worksheets, having about 64,001 rows each.
    Please, is there any way I could force SQL Developer to have all of the data on a singke WorkSheet?
    Thanks.

    I'm just guessing, but I suspect that the 64,000 row limit is so the resulting XLS file can be opened in Excel 2003 or earlier. Excel 2003 has a limit of ~65,536 (2^16) rows in a worksheet. Even if you were to export as a CSV or Text (tab-delimited) file and try loading it into Excel, it would choke and quit once the worksheet limit had been reached.
    Ed. H.

Maybe you are looking for

  • HOW DO I ADD ARTIST TO MY LIST ON ITUNES

    I have imported cd on my itunes and I can put the song names in but can not put the artist in. Could someone please tell me how to do this. Thanks

  • Open a URL in default web browser's new window

    HI As i have posted a question in my previous post http://forum.java.sun.com/thread.jspa?threadID=5235957&tstart=200 I have formulate a code for that as follows :-> String url= "http://www.google.com"; String os = System.getProperty("os.name").toLowe

  • Black spot

    I dropped my phone and a black spot apeared on the left top corner, soo i have to go fix it but what happens if they open it, i know they have to open it to fix it the have to change the front screan but what i mean is will it work the same? will it

  • Computer crashes when updating to 6.0

    I just got a new ipod and had to upgrade to 6.0, but when I try to install it my computer crashes. I make it through much of the installing process until I get to this "Finish" stage, and my computer always crashes when the installer says "Removing A

  • Connecting to gmail

    Attempts to connect to gmail using Thunderbird 2.0.0.17 return a message that "Connection to server imap.gmail.com timed out." I have no trouble with any other mail client, although gmail does use other ports. Perhaps i need proxy rules for those por