SRKIM: Windows XP SP2 에서 export 시 excel창이 자동으로 open되지 않음

PURPOSE
Client Pc 를 Windows XP SP2 로 변경 후 export 시도 시 excel format 임에도 excel 이 자동으로 open되지 않을 경우 이를 해결 하는 방법을 제시한다.
Problem Description
Client Pc 를 Windows XP SP2 로 변경 후 export 시도 시 excel format 임에도 excel 이 자동으로 open되지 않는다.
Workaround
N/A
Solution Description
Service pack 2 의 경우 security setting 이 강화 되어 이 같은 현상이 발생할 수 있다. 아래와 같이 조치 한다.
Client Pc 에서
1) 시작-> 실행 -> Regedit (to open the registry)
2) 다음 key 를 찾는다.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION\iexplore.exe
3) Value 를 '1' 에서 '0' 으로 변경한다.
4) 다음 내용도 확인 한다.
a) Windows Explorer 를 open한다.
b) Tools/Folder Options/File Types tab
c) Extension 'XLS' (or HTML) 을 선택 후 Advanced button 을 click 한다.
d) 'Confirm Open after Download' & 'Browse in same window' 을 uncheck한다.
5) Client PC 를 reboot 후 다시 확인 한다.
Reference Documents
Note. 301619.1 Export to Excel does not Automatically 'Open the first
sheet' On Windows XP SP2

Similar Messages

  • Bug : Invalid file extension error when opening exported excel

    Hi All,
    In one of my jsff page, i have implemented 'exportToExcel' functionality through a exportcollectionactionlistener on a table to export its data to excel. When i try opening the generated excel, i get the following warning in excel 2007 :
    "The file you are trying to open, 'Export.xls,' is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?" - When I clicked YES to the message, the exported excel opened and data is present.
    How can i get rid of this warning message, because it is annoying for any user to click YES every time the excel is opened ? I am using jdev version 11.1.1.6.0 This is my code :
    <af:commandToolbarButton text="Export to Excel" id="cb1">
    <af:exportCollectionActionListener exportedId="t1"
                               type="excelHTML"
                               filename="Export.xls"
                               title="Excel export"/>
    </af:commandToolbarButton>I found a similar forum post here File format of exportCollectionActionListener ADF 11g But they are suggesting a registry fix which is not possible in production environment.
    Any possible workaround or suggestions to resolve this issue is much appreciated.
    Thanks

    You can save the data on the client and the check the data.
    Have you considered using POI to generate real xsl workbook files?
    Timo

  • Export to Microsoft Excel opens empty - IE11, Office 2010, Win 7

    Hi,
    I am using IE11, Office 2010 and Win7 64bit. When I open IE, navigate to a webpage and click "Export to Microsoft Excel" from the context menu of IE, Excel opens and the "New Web Query" dialog has an empty address (http:///). The content
    is
    "This page can`t be displayed"
    Does anyone know what might be the cause of this problem and how can I fix it?
    Best Regards,
    Jordan

    Hi,
    Please include a link to any webpage you are having issues with your questions so we can test the page....:
    Any webpage ... it is not webpage specific rather an environmental problem.
    javascript:alert(navigator.platform); :
    Message from webpage
    Win32
    OK   
    Open Excel, switch to DATA, choose From Web , then try to import the website for test if it had same problem.:
    It works unsurprisingly ...
    When I open IE I can see in the Windows Task Manager there are 2 processes - a 64bit (~8MB RAM) and a 32bit one (~70 MB RAM)
    My Office 2010 is a 32bit.
    If I open it directly a 32bit excel process is stared.
    If I open it via the "Export to Microsoft Excel" menu two 32bit excel processes are started. I believe one is for the New Web Query and another one for the Excel itself ..
    Best Regards,
    Jordan

  • Cannot open Excel files on Windows share and ONLY Excel files

    I'm browsing a Windows share and for whatever reason it will not let me open Excel files directly from the network location. If I view the Coverflow, I can see a a preview of the actual file as well as copy it to the desktop and open it.
    I receive an error message that says "filename.xls could not be found."
    I can open up any other file from the network location, but not Excel files.
    I checked the file permissions and they mirror the other file types, it may be worth mentioning that I utilize network synchronization and view these files from a PC as well. I also noticed when I create a new file in that location, it will only appear in OS X and not Windows, but is still completely accessible.
    Any help is appreciated!
    Thanks

    Re:  Windows 8 vs. Excel problem
    Does your new Dell computer have MS Office installed?
    Jim Cone
    Portland, Oregon USA
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • I have Dreamweaver CS3 on a PC with Windows Vista SP2. The program recently began to hang when opening previously created HTML files. How do I fix this?

    I have Dreamweaver CS3 on a PC with Windows Vista SP2. The program recently began to hang when opening previously created HTML files. How do I fix this?

    Hi rmarchione,
    Can you try restoring preferences and let us know if it helps?
    Restore preferences | Dreamweaver CS4, CS5, CS5.5, CS6
    Thanks,
    Preran

  • Problem opening exported Excel file

    Hi
    We recently experienced a problem that has never occurred before. When trying to open an exported Excel file from a query with hierarchical structures (using the link <SAP_BW_URL DATA_PROVIDER="DP" CMD="EXPORT" FORMAT="XLS"> on the 0ANALYZER template), we are asked to log on to the BEx web, as if it's a Web application. If it is an Excel exported from a hierarchy-free query, then the file open directly without the logon prompt. According to the user, he used to be able to open downloaded hierarchy-expanded data without going through the logon process.
    Has anyone experienced the same problem before? Can you share you solution to help us? Thank you in advance!

    If I understand your issue correctly we used a different fix. Very easy to do.
    First, what I believe is happening is that your icons for the hierarchy are being exported as a reference with absolute URL (images can not be exported). This means that when Excel opens the file it tries to resolve the URL and to do that it requires a login.
    You can verify that absolute URLS are being exported by opening your excel export in a text processor (its actually XML). Look for URLS that start "http://.../MIME/BEx/Analyser/xxxx.gif". which are icons.
    This took us quite a while to figure out because excel was not asking us to log in. It just timed out for each URL reference. Took forever.
    The fix we used was to add the following entry to this table on your BW system... (LANG must be empty), Caption is optional:
    Table=RSZCONTROLTEXTS,
    Entry=
      Lang = "",
      TARGET_ID="ID_FLAG_XLS_ABS_URL",
      CAPTION=”Force Excel Export to use relative URLs in XML output for icons”
    You can experiment with results before you try by editing your XML file (the excel export from web) and removing from those icon URLS the "http:...." up to Mime. This makes it a relative URL. The down side is that it cannot find the icon and displays a box with an X in it. I believe there are techniques for importing icons into excel. They would look like this after surgery <img src="Mime/BEx/Analyzer/hieric2.gif">
    If you implement the fix and don't like the effect just remove the entry from the table and all is back to before. I do not believe this is a transportable fix though.
    We discovered it when we were pretesting a bunch of service pack upgrades. See SAP note #650887
    Hope this helps
    Dave Schuh

  • Export Save / Open dialog box appears behind disco screen

    Hi all
    Disco 10g Plus, excel, latest Sun java 6.16 jvm
    We have an annoying but strange issue with exporting.
    A user opens and runs a report ok.
    Withing Disco 10 plus they then click on either file-Export-excel or click on the Export Excel icon on disco plus toolbar
    Either way the export happens and a dialog box appears with blue progress bar and then this disappears.
    And then nothing appears to happen.
    However, something actually has happened, behind the disco 10 window the 'File Download' dialog box with 'Do you wish to open or save this file?' appears. Clicking on save saves it to PC and clicking open opens it in Excel which is fine.
    I am not sure of this box belongs to excel or internet explorer but does anyone know of any way to have this dialog box appear IN FRONT of the current disco plus window as some of our users think that disco has 'frozen' and thus log support calls.
    thanks in advance,
    dw
    Edited by: derrywriter on Sep 30, 2009 2:40 PM

    Hi dw
    I have heard of folks complaining that exports to Excel hang. I have not had any feedback to say that the dialog box is actually open behind the scenes. This is very interesting news and thanks for reporting it. I will certainly look for this in the future and see if I can find a pattern.
    If I may ask, what exact version of Discoverer are you on and what cumulative patch level have you implemented?
    Also, what browser are you using and have you tried this in another one?
    Have you tried deinstalling Java 6.16 and tested with an older one like 6.11 which I have seen working very well?
    As much extra information as you can provide will definitely help and could trigger an idea from someone reading.
    Best wishes
    Michael

  • Export Excel Data only causes blank line between 2 lines of records

    Hi,
    I wrote a complete winform application using CR2008.
    For information :
    C# Framework 3.5
    Windows XP SP2 or Windows Server 2003 SP1
    CR2008 SP1
    Application allow to preview report. In the preview window (CR activx) there is a "letter icon" to export report in several format.
    -RPT
    -PDF
    -DOC
    -XSL
    -XSL Data only
    When I export with "Excel Data only" format, I always have a blank line between 2 lines of records in Excel.
    Is there a way to supress them from VS2008 ?
    Thanks a lot for your reply,

    Hello, Jonik;
    Do you see the same blank lines when you export to Excel Data only in the Crystal Reports designer?
    Elaine

  • Plans to change JAAS/GSS for Windows XP SP2 and beyond

    Are there any plans to reimplement JAAS GSS on the windows platform to account for this issue:
    Cause 2: This exception is thrown when using native ticket cache on some Windows platforms. Microsoft has added a new feature in which they no longer export the session keys for Ticket-Granting Tickets (TGTs). As a result, the native TGT obtained on Windows has an "empty" session key and null EType. The effected platforms include: Windows Server 2003, Windows 2000 Server Service Pack 4 (SP4) and Windows XP SP2.
    Solution 2: You need to update the Windows registry to disable this new feature. The registry key allowtgtsessionkey should be added--and set correctly--to allow session keys to be sent in the Kerberos Ticket-Granting Ticket.
    Thanks!
    -Bob

    This is an old thread, but one of my clients has run into the same problem. Hopefully someone is still monitoring....
    The answer is that the implementation should not be trying to do anything directly with keys. Delegation works just fine if it has been configured correctly in AD. Simply impersonate the context on the server side and then call the appropriate API to get a new service ticket and it will use the forwarded TGT. Credential delegation solved.
    MS was correct to "fix" the session key interface since it allowed user code to attain a "password equivalent". The JAAS implementation should be fixed to use the Windows authentication interfaces correctly.
    Thanks,
    Dave
    Feel free to contact me offline for more information or pointers at [email protected] (remove the no-spams).

  • My FF 17.0.1 does not recognize my Java updated to SE7 U9 10.9.2.5 on Windows XP SP2

    I am using Windows XP SP2 Professional. Firefox is my default browser. I currently have version 17.0.1 on auto update. Java is enable and the version is SE 7 U9 10.9.2.5. However, whenever I go to check my plugins I am told that I intend my Java 7 U9 to the latest version being 10.9.2.
    Please do not tell me to update my operating system to XP SP3 or Windows 7 as many of my programs/softwares would not run on SP3. If I need to go back to an older version of Java or/and older version of FireFox then please let me know. With Java disabled many of my websites will not open.
    I do not like IE or that big fat Chrome either that keeps updating on its own and gobbling more of RAM. Or is it time to say goodbye to FF too for Windows XP SP2?

    Your java is out of date, Java.com is incorrect in saying that update 9 is the most recent update. Download and install update 10 from http://download.oracle.com/otn-pub/java/jdk/7u10-b18/jre-7u10-windows-i586.exe
    Also, you should update to SP3 and all other Windows XP updates even just for the stability and security improvements. There aren't any programs that should stop working with SP3.

  • Leopard 10.6.8  with Boot Camp 3.0.4 do not support Windows XP SP2???

    Hello!
    I have my MacBook Pro with Leopard 10.6.8 with Boot Camp 3 on it.Reading a BOOT CAM article I could see that it supports Windows XP SP2.I just installed Windows XP SP2...and when I am trying to use the drivers from MAC DVD it says that BOOT CAMP needs Windows 7.Why I can not use XP?Or where I can get the proper drivers?I have downloaded Boot Camp Drivers XP update pack 2.1 and tried touse it in that XP but just double clicking on it doesn't happen anything:(
    Please Help.

    Your saying BC 3.4 is on the Mac installer disk? I picked mine up in august 2011 and it only has 3.1 on it if I remember right. How did you check it?
    As of today my BC Assistant says 3.4 but the Control panel in Windows only says 3.3, I figure it an't broke I'm not worried about it.
    When you insert the disk, it asks you what to do, Run or Open, select Open.
    Make a new folder on the desktop in XP, drag ALL the files over to it.
      Right click on the setup.exe and select one of the options:
    1)-Troubleshoot Compatibility, do what it suggests,
    2)-Select Properties / Compatibility / click Run this program in Compatibility mode: then select XP sp2 and work your way up.
    If anything pops up about permissions then right click on it again and select Run as Administrator.
    If it still won't work then open the Boot Camp folder / Drivers folder / and install each one manually.

  • Boot Camp 3.0.4 do not support Windows XP SP2???

    Hello!
    I have my MacBook Pro with Leopard 10.6.8 with Boot Camp 3 on it.Reading a BOOT CAM article I could see that it supports Windows XP SP2.I just installed Windows XP SP2...and when I am trying to use the drivers from MAC DVD it says that BOOT CAMP needs Windows 7.Why I can not use XP?Or where I can get the proper drivers?I have downloaded Boot Camp Drivers XP update pack 2.1 and tried touse it in that XP but just double clicking on it doesn't happen anything:(
    Please Help.
    Mac Pro, Mac OS X (10.6.8)

    Your saying BC 3.4 is on the Mac installer disk? I picked mine up in august 2011 and it only has 3.1 on it if I remember right. How did you check it?
    As of today my BC Assistant says 3.4 but the Control panel in Windows only says 3.3, I figure it an't broke I'm not worried about it.
    When you insert the disk, it asks you what to do, Run or Open, select Open.
    Make a new folder on the desktop in XP, drag ALL the files over to it.
      Right click on the setup.exe and select one of the options:
    1)-Troubleshoot Compatibility, do what it suggests,
    2)-Select Properties / Compatibility / click Run this program in Compatibility mode: then select XP sp2 and work your way up.
    If anything pops up about permissions then right click on it again and select Run as Administrator.
    If it still won't work then open the Boot Camp folder / Drivers folder / and install each one manually.

  • HT3777 Leopard 10.6.8  with Boot Camp 3 do not support Windows XP SP2???

    Hello!
    I have my MacBook Pro with Leopard 10.6.8 with Boot Camp 3 on it.Reading a BOOT CAM article I could see that it supports Windows XP SP2.I just installed Windows XP SP2...and when I am trying to use the drivers from MAC DVD it says that BOOT CAMP needs Windows 7.Why I can not use XP?Or where I can get the proper drivers?

    Your saying BC 3.4 is on the Mac installer disk? I picked mine up in august 2011 and it only has 3.1 on it if I remember right. How did you check it?
    As of today my BC Assistant says 3.4 but the Control panel in Windows only says 3.3, I figure it an't broke I'm not worried about it.
    When you insert the disk, it asks you what to do, Run or Open, select Open.
    Make a new folder on the desktop in XP, drag ALL the files over to it.
      Right click on the setup.exe and select one of the options:
    1)-Troubleshoot Compatibility, do what it suggests,
    2)-Select Properties / Compatibility / click Run this program in Compatibility mode: then select XP sp2 and work your way up.
    If anything pops up about permissions then right click on it again and select Run as Administrator.
    If it still won't work then open the Boot Camp folder / Drivers folder / and install each one manually.

  • Installing Oracle 10g on Windows XP SP2

    Hi
    I had an error message at the end of the setup.
    Error instantiating EM configuration files.
    Log about the error is below.
    thanks in advance for your help
    OS:windows xp sp2
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emconfig.log
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: '\regedit.exe' i‡ ya da d?Ÿ komut, ‡al?Ÿt?r?labilir
    program ya da toplu iŸ dosyas? olarak tan?nm?yor.
    Creating registry entries failed. Aborting...
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C C:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole C:\oracle\product\10.2.0\db_1\mylaptop_orcl mylaptop:3938 mylaptop orcl
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
    at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2560)
    at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1166)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:207)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:185)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:146)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
    at java.lang.Thread.run(Thread.java:534)

    I am getting similar error.
    I checked whether my connection is DHCP enabled but on running ipconfig/all
    it shows
    Dhcp Enabled. . . . . . . . . . . : No
    My emConfig.log reads
    CONFIG: Finished copying OC4J config files
    Aug 15, 2007 5:41:27 PM oracle.sysman.emcp.util.FileUtil modifyPortValuesInXML
    SEVERE: Error parsing XML file E:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_localhost_ORCL\config\jms.xml
    Aug 15, 2007 5:41:27 PM oracle.sysman.emcp.util.FileUtil modifyPortValuesInXML
    CONFIG: Stack Trace:
    java.io.FileNotFoundException: E:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_localhost_ORCL\config\jms.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at java.io.FileReader.<init>(FileReader.java:41)
         at oracle.sysman.emcp.util.FileUtil.modifyPortValuesInXML(FileUtil.java:798)
         at oracle.sysman.emcp.EMDBCConfig.instantiateOC4JConfigFiles(EMDBCConfig.java:938)
         at oracle.sysman.emcp.EMDBCConfig.performConfiguration(EMDBCConfig.java:382)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:154)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:128)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:143)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:138)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:240)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
         at java.lang.Thread.run(Thread.java:534)
    Aug 15, 2007 5:41:27 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating OC4J configuration files
    Refer to the log file at E:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Aug 15, 2007 5:41:27 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating OC4J configuration files
         at oracle.sysman.emcp.EMDBCConfig.performConfiguration(EMDBCConfig.java:386)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:154)
         at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:128)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:143)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:138)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:240)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
         at java.lang.Thread.run(Thread.java:534)
    Can anybody suggest a workaround. I am not able to figure out why it is failing.
    Also I did not get any warning during preinstallation checks

  • Installation error in JDK 1.4.2_14 on windows XP SP2

    Hi There,
    I just downloaded the JDK and tried installing it from the command prompt.
    The 1st time I tried it, it bombed with the messagebox "Error applying transforms. Verify that the specified transform paths are valid"after a few seconds, even before any user input.
    The second time, it gave the same message BUT after I had OKed the destination directory, browser plug-in info, etc. After dismissing the messageBox, it showed the dialog which asked to REBOOT the system and I chose NO.
    I have over 100 GB free. 2 GB Ram system running on a HP
    AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ 2 GHz.
    BTW, this was the 1st time Java install has bombed in 10 years.
    I'll be glad to provide more inputs.
    Thank you,
    BR,
    ~A

    Hi,
    I'm receiving exactly the same error when I try to deploy it silently to a Windows 2003 SP2 server. 1.4.2_13 works perfectly, so I've just decided to use that. Hopefully it will be fixed for 1.4.2_15.
    The silent install command line I'm using is:
    j2re-1_4_2_14-windows-i586-p.exe /s /v"/qb ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 SYSTRAY=0 WEBSTARTICON=0 /L %SystemDrive%\BLDLOGS\java1.4.2.log"
    The MSI Verbose log is:
    DEBUG: Error 2203: Database: C:\DOCUME~1\SVR_BU~1\LOCALS~1\Temp\_is2\1033.MST. Cannot open database file. System error -2147287038
    1: 2203 2: C:\DOCUME~1\SVR_BU~1\LOCALS~1\Temp\_is2\1033.MST 3: -2147287038
    MSI (s) (64:88) [17:08:46:437]: Product: Java 2 Runtime Environment, SE v1.4.2_14 -- Installation failed.
    Error applying transforms. Verify that the specified transform paths are valid.
    C:\DOCUME~1\SVR_BU~1\LOCALS~1\Temp\_is2\1033.MST
    Cheers,
    Jeremy.

Maybe you are looking for