WAD 70 - Export to Excel 2010 doesn't work as expected

Hi Friends,
We're rolling out Office 2010 and are facing several problems with BW Interfaces.
I've to solve this:
Runing Office XP Export to Excel ran without problems. After pressing standard button
https:/....../portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher url was called and
an open/save dialog appeared.
Office 2010 : System asked for a certicate. I added VeriSign Class 3 Public Primary CA
according to SAP note 711648 (not knowing a better way, being aware it's valid for 3.5)
This ffinally worked, but now I have to confirm certicate four times and believe me, that is not very convenient.
Now my question(s):
Was I right so far and how can I avoid confirmation of certificate in dialog?
Thanks in advance for your response and regards
Joe

Hi Martin,
Thanks again. But in my case, there must be a different issue.
Changing macro security didn't change anything visible.
What' really strange,
starting sexport in the context menu works without requesting certificate,
and adding a new export statement in a button group item also works as
desired. Comparing 'new' and' old' xhtml code, I'm not able to see any dufferences.
Will open a new athread with this subject, if necessary.
Best Rgeards
Joe

Similar Messages

  • Export to Excel functionality doesn't work when DataControlScope is shared.

    Hi All,
    I have a taskflow whose transaction setting is as Below:
    1.Always Begin New Transaction
    2.DataControlScope is isolated(Share data controls with calling task flow checkbox is unchecked).
    I have an Export to Excel functionality with exportCollectionActionListener.The jsff source snippet is given below.
    <af:commandMenuItem text="#{smviewcontrollerBundle.EXPORT_TO_EXCEL}"
    id="cmi1" icon="/images/excel_icon.jpg"
    binding="#{backingBeanScope.backing_fragments_RefSetSearch.cmi1}">
    <af:exportCollectionActionListener exportedId="resId1"
    type="excelHTML"
    filename="SmRefSetCodes"
    title="System Reference Inquiry Result"/>
    </af:commandMenuItem>
    The jsff is used in the above mentioned task-flow.Having this configuration in task-flow,export to excel doesn't export any table data in the excel sheet.But the moment,data-control-scope is changed to shared,export starts working.
    Is there any specific reason on this kind of behavior.
    In all other task-flows in my application,I have data-control-scope as isolated only,but there,export is working perfectly fine.
    Please help.
    Thanks,
    Gaurav

    Hi Frank,
    Thanks for your reply.
    Exactly,I have just one task-flow in which I have a page fragment for which export to excel is not working.The moment I change the data-control-scope to shared,export functionality starts working.
    I do have correct table id mentioned in exportCollectionListener.
    Is there anything I need to look into?
    Thanks,
    Gaurav.

  • WAD Export to Excel Button Output problem

    hi
    we are facing issue in WAD ,here we have a button (Export to Excel).
    when we use it, out put for one field is limited to 60 char only but that field text having more than 60 char's.
    while excuting WebTemplate its getting all char's but in Excell its getting 60 char's.
    Regards'
    Ramakrishna.

    try to run this on somebody elses computer
    2nd download software http watch run a trace on when you ran the report in internet explorer and wsee the results. you will need basis assistance on this.
    you can also run the query in rsrt using HTML and export to excel see if that works.

  • Search in Outlook 2010 with Exchange Server 2010 doesn't work properly

    Hi all,
    I have a problem with a clients Exchange 2010. Search function in Outlook 2010 doesn't work properly, the employee can't search mails and contact - he doesn't get any result :-(
    In application syslog/protocol I get this error:
    Function  'CISearch::EcGetRowsetAndAccessor' found, content indexing for database  'Mailbox Database 0139257080' caused by MSSearch-Error '0x80041820' deactivated
    Can anybody help me with this, if its necessary I can give further information :-)
    Thomas
    Thomas Deinert

    Hi,
    What’s Exchange Version? Sometimes, after Installing Exchange 2010 SP 1, Searching via OWA or Outlook Online Mode may Fail. If so, please try the following solution:
    Download the script
    Repair-ExchangeSearchSymlinks.ps1 from the Script Center.
    Copy the Repair-ExchangeSearchSymlinks.ps1 script to the Scripts directory on the Mailbox server (default installation is C:\Program Files\Microsoft\Exchange Server\v14\Scripts).
    On the afflicted Mailbox server, open the Exchange Management Shell by right-clicking the shortcut and selecting “Run as Administrator”.
    Within the Exchange Management Shell, navigate to the Exchange Scripts directory.
    Within the Exchange Management Shell, run the following script: .\Repair-ExchangeSearchSymlinks.ps1
    Within the Exchange Management Shell, run the following script (without the symbols [] and substitute the database name(s) for any databases you wish to reset: .\ResetSearchIndex.ps1 [-force] <dbname> [<dbname>]...
    You will receive an Event ID 109 when the rebuilding of the index starts for each database and an Event ID 110 for each database when the index rebuild has completed.
    After receiving Event ID 110 for each database, test to make sure search functions correctly with both OWA and Outlook operating in Online Mode.
    Similar thread:
    https://social.technet.microsoft.com/Forums/exchange/en-US/35db030c-277f-49d6-83d6-772f839a47f8/owa-2010-sp1-search-problems?forum=exchange2010
    Best Regards.

  • Samsung Printer ML 2010 doesn't work since Mountain Lion

    Upgraded to Mountian Lion today and now my Samsung printer (ML 2010) doesn't work.  I uninstalled it then added it back and still doesn't work. 

    Hey majiqlady,
    I have a couple of articles here for you that may help you resolve this issue. This first article is about changing or updating printer software in Mountain Lion, and can be found here:
    OS X Mountain Lion: Change or update printer software
    http://support.apple.com/kb/PH10622
    This next article tells you where to find the printer software for your specific printer brand:
    OS X: Printer and scanner software available for download
    http://support.apple.com/kb/ht3669
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • I bought Export PDF - and it doesn't work - it tells me to buy it again

    I bought Export PDF - and it doesn't work - it tells me to buy it again

    Hello Erich,
    I'm not sure what caused the trouble you had accessing your subscription.  I've asked our Customer Service team to cancel and refund the duplicate subscription you purchased on 19 March.  If you're still having difficulty using ExportPDF, let us know and we'll try to help!
    -David

  • ArrayDeque as a stack doesn't work as expected with complex objects

    Trying to use ArrayDeque as a strorage for complex values <PSList<PSol>> (i.e. Arraylists of structured Values PSol), this doesn't work as expected. The code below should produce different values of pSLWk, being stored on bkStack, which are then to be retrieved by pop() to the variables pSL1, pSL2, pSL3.
    However, retrieval only ends up with three identical data sets (variables) pS1,pS2, pS3.
            public PSList<PSol> pSL;
            private ArrayDeque<PSList<PSol>> bkStack=new ArrayDeque<PSList<PSol>>();
            pSLWk=new PSList<PSol>();       // Constructor copies some Array (static field) to the PSLists
            pSL=new PSList<PSol>();
            pSLAux=new PSList<PSol>(pSLWk);   // Constructor copies from existing PSList
            pSLWk.checkResult("pSLWk prior to setDefaults - modifies pSLWk !");
            setDefaults();                                                            // Modifies pSLWk only
            pSLWk.checkResult(" pSLWk after setDefaults");              // .. got changes (o.k.)
            pSL.checkResult(" pSL after setDefaults");                  // .. unchanged  (o.k.)
            pSL.checkResult(" pSLAux after setDefaults");               // .. unchanged  (o.k.)
            bkStack.push(new PSList<PSol>(pSLWk));                      // store changes in bkStack
            pSLWk.getEl(77).setVal(new StringBuffer("4"));              // change pSLWk again (value 4 @ 77)
            pSLWk.checkResult("pSLWk, after PUSH, THEN modify 4@77");   // .. got change (o.k.)
            pSL.checkResult("pSL after setVal 77");
            bkStack.push(pSLWk);                      // store changes in bkStack
            pSLWk.getEl(80).setVal(new StringBuffer("8"));              // change pSLWk again (value 8 @ 80)
            pSLWk.checkResult("pSLWk after setVal 8@80");               // .. got change (o.k.)
            pSL.checkResult("pSL after setVal 80");
            bkStack.push(new PSList<PSol>(pSLWk));                      // store changes in bkStack
            pSL1=new PSList<PSol>(bkStack.pop());
            pSL1.checkResult("pSL1 after 1st pop");
    //      pSL1=bkStack.pop()                                          // Straightforward way doesn't work either...
            pSL2=new PSList<PSol>(bkStack.pop());
            pSL2.checkResult("pSL2 after 2nd pop");
            pSL3=new PSList<PSol>(bkStack.pop());
            pSL3.checkResult("pSL3 after 3rd pSLWk=..pop()");Here the result from the code above:
    debug:
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSLWk prior to setDefaults - modifies pSLWk !
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2   63 <C.R.> pSLWk after setDefaults
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.> pSL after setDefaults
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.> pSLAux after setDefaults
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  463 <C.R.>pSLWk, after PUSH, THEN modify 4@77
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSL after setVal 77
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSLWk after setVal 8@80
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSL after setVal 80
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL1 after 1st pop
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL2 after 2nd pop
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL3 after 3rd pSLWk=..pop()
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSLWk prior to setDefaults - modifies pSLWk !
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2   63 <C.R.> pSLWk after setDefaults
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.> pSL after setDefaults
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.> pSLAux after setDefaults
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  463 <C.R.>pSLWk, after PUSH, THEN modify 4@77
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSL after setVal 77
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSLWk after setVal 8@80
    1 8 9   4  5 42 9 7  5  2 6 4 923     1  7   3         86   7 5  3 69     2   63 <C.R.>pSL after setVal 80
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL1 after 1st pop
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL2 after 2nd pop
    128 96  4635 42 9 7945  2 6 47923     1  7   3 9       86   7 5  3 69     2  4638<C.R.>pSL3 after 3rd pSLWk=..pop()What's the problem with this ?
    Rem: I tried the simple approach as well:
    bkstack.push(pSLWk);
    ...

    Thank you for your comments, although I see we still don't have a common understanding of the problem.
    Firstly, I add the code for the PSList and the PSol classes, so you might find some problem with that:
         public class PSol     {
              private StringBuffer val;
              private int zI;
              private int sI;
              private int bI;
                        // == Konstruktor
              public PSol( StringBuffer v, int z, int s, int b )     {
                   this.val=v;
                   this.zI=z;
                   this.sI=s;
                   this.bI=b;
                        // == Getter,Setter
              public StringBuffer getVal()     {return val;}
              public int getZ()     {return zI;}
              public int getS()     {return sI;}
              public int getB()     {return bI;}
              public int getVSize()     {return val.length();}
              public void setVal(StringBuffer v)     {val=v;}
              public boolean hasVChar( StringBuffer ch, boolean delCh )     {
                   boolean bT=false;
                   StringBuffer fSt=getVal();
                   if (!(fSt.indexOf( ch.toString() )     == -1))     {
                        bT=true;
                        if (delCh)     {
                             setVal(fSt.deleteCharAt(fSt.indexOf( ch.toString() )));
                   return bT;
         }     // PSol
         public class PSList<E> extends ArrayList<PSol>     {
                   /**     Construktor 1: PSList(v,z,s,b) - makes list from single arrays
              private static final long serialVersionUID =  4711L;                         // ### JAVAC Warning! ###
            public PSList (String[] vS, int[] z, int[] s, int[] b) {
                   StringBuffer[] v=new StringBuffer[valDim];
                for (int i=0;i<valDim;i++)  {
                    v=new StringBuffer(vS[i]);
    //ArrayList<PSol> pSL=new ArrayList<PSol>;
                   for (int i=0; i<valDim; i++) {
                        this.add( new PSol( v[i], z[i], s[i], b[i] ) );
    /** Konstruktor2 : makes list from matrix array
    public PSList () {
    for (int j=0; j<nDim; j++) {
    for (int i=0; i<nDim; i++) {
    this.add( new PSol( new StringBuffer(sGuiArr[i][j]), i, j , i/locDim + (j/locDim)*locDim) );
                        /**     ------- Construktor 3 : PSList(PSList pS) - makes list as a copy of an existing one
    public PSList ( PSList<PSol> pX )     {
                   super (pX); // ArrayList-Constructor (Collection)
    // get Element <PSol>
    public PSol getEl ( int i )     {return get(i);}
         public int getCount()     {return size();}
         public int getTValLg()     {
                   int lg=0;
                   for (int i=0; i<getCount(); i++)     {
                        lg=lg + getEl(i).getVal().length();
                   return lg;
                        /**     ------- checkResult()     -     Check if alll elements are single char +dump
         public boolean checkResult(String messg)     {
                   boolean allOne=true;
                   for (int i=0; i<size(); i++)     {
                        if ( getEl(i).getVal().length() > 1 )     {
                             allOne=false;
                             System.out.print(" ");
                   else     {
                        System.out.print(getEl(i).getVal());
                   System.out.println("<C.R.>"+messg);
                   return allOne;
         }     // Class PSList
    Secondly, I don't really see what you mean by pointing out to 'only one "pSLWk" instance of PSList'. The variable pSLWk is the variable to be worked upon; after some change of the contents, I want to save this state of contents to the stack. When I pop that variable from the stack, I wouldn't want to restore it to pSLWK, but to some other variable, e.g. by public PSList<PSol> pSL1;
    pSL1=new PSList<PSol>(bkStack.pop());Again - to my understanding (which comes from old days of microprocessor coding... - there shouldn't be a need to know how the data came there, or what was the name of the variable who stored it there. And  : the implementation of ArrayDeque returns 'elements' of class E, not references !
    Thirdly, you're right, that the method of using a copy constructor for retrieval looks 'weird'. However - I had some other versions that didn't work either, e.g. the straightforward one, as I pointed out.
    And fourthly: yes, I'm almost sure that I'm messing up something somewhere. I went to this forum hoping to clarify that ... :)
    If you don't mind, could you please sketch a few lines of code, how to 'push' a complex variable to a ArrayDeque stack, and retrieve it - by 'pop()' - to some to other variable of the same class later ?
    Might make our discussion much easier, to see how things REALLY work.
    Thank you !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • VoiceOver navigation buttons doesn't work as expected on latest version of Firefox

    VoiceOver navigation buttons doesn't work as expected on latest version of Firefox. VO+Left/Right not jump from element to element
    Version of OS: OS X Yosemite 10.10.1
    Version of Chrome: 42.0.2311.90 (64-bit)
    Version of Firefox: 37.0.2

    Did this work in a previous version of Firefox?
    There is an open bug to improve accessibility on OS X. (Bug 336306) I'll update that bug with any relevant information you provide here.

  • Status gui &XXL (export to excel format)command doesnu00B4t work

    hi gurus i copied the standar GUI menu from SAPLKKBL and every thing its ok except the &XXL (export to excel format)command .
    i push this button and nothing happens. The popup doesn appear what is wrong? i have excel in my pc and when i use the %PC
    command it works fine and converts to excel but i need the mmhtml format so i need the &XXL command works . any idea?

    IM DOING SOME TEST I CHANGE THE TYPE OF ALV AND IT WORKS, BUT I NEED TO USE THE REUSE_ALV_BLOCK_LIST_DISPLAY AND THE PROBLEM IS WITH THIS TYPE OF ALV
    Moderator message - Please do not use all caps!
    Edited by: Rob Burbank on Sep 27, 2010 5:25 PM

  • SSRS 2012 export to Excel 2010 Via IE8 has many compatibility issues

    Hi There,
    We have many reports in SSRS 2012 which had originally developed in SSRS 2005. When ever we render these report into Excel we face two major issues;
    First: After reports render in to Excel (xlsx) format, we have cell, column, row shifting problem and every element of the report is not in the same place as appose to 2005 render to xls format. Second.
    for any drill through (link) report all the url will be blocked by Excel. 
    We use SSRS 2012, Office 2010 and IE 8. Also we don't want to add Export to Excel 2003 feature. In other word we want out put in xlsx. 
    Any solution, suggestion, hotfix is appreciated 

    Hi Mercede,
    According to your description, after you updated SSRS 2005 reports to SSRS 2012, reports render appose to 2005 when export them to Excel, and drill through link is blocked.
    Question1:
    A report definition file includes a reference to the RDL namespace that specifies the version of the report definition schema that is used to validate the .rdl file. After a report is upgraded locally or on the report server, you might notice additional errors,
    warnings, and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying problems in the report are detected.
    When you open an .rdl file in Report Designer in SQL Server Data Tools (SSDT), if the report was created for a previous namespace, Report Designer automatically creates a backup file and upgrades the report to the current namespace. This is the only way
    you can upgrade a report definition file.
    In order to improve the efficiency of troubleshooting, I need to ask several questions:
    “we have cell, column, row shifting problem and every element of the report is not in the same place as appose to 2005 render to xls format” Could you please provide detailed information about the problem? I would be appreciated it if you could provide
    a screenshot.
    Did you update the reports by opening the .rdl files in SSDT?
    Could you export report to Excel 2003 to see if it displays correctly?
    This may be a lot of information to ask for at one time. However, by collecting this information now, it will help us move more quickly toward a solution.
    Question2:
    I tested the issue in my local machine, when we add drillthrough action to the report, if we select Go to report or Go to URL, the link works fine after we export report to excel. It failed to work when we use javascript:void window.open to open a URL in new
    windows, the “window.open” can’t work in Excel because of the JavaScript protocol can work only with an exact page.
    For more information about Upgrade Reports, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/ms143674(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support
    Hi Wendy,
    Thank you much for your fast respond. And as for your questions:
    1- Yes I did upgrade them by using SSDT tools in VS2012 and then deploy them again into our SSRS2012 report server.
    2- For URLs and Hyperlinks, because the action is go to sub report, I used "Go To Report" and by look at content that been blocked by Excel, I have noticed that (Go To Report) action passes IP address of our SSRS Server . I don't know how can I change
    it to use the actual path instead.
    3- Shifting the Cells and Rows means when I export report (from SSRS 2005) to excel in xls format (Excel 2003 for example), has very same look as it shows in screen, but when I export it from ssrs 2012 to render it in to xlsx format (Excel 2010 in our case)
    I face with merging cells and when I compare this xlsx out put with xls out put of very same report I have see the row that used to be on A23 for example now is in A20 or the column that used to be in A7 now is in B9 for example. And required a lot of manual
    work on design to work with spaced between text boxes and location of each data region, and overlaps to get the same result. I want to know is there more efficient way to achieve the same out put as  xls.
    4- I can't export report to render in Excel 2003 (xls) format directly from SSRS server for we don't have that option in our export list, but I did "save it as" xls and faced the same Row, column, cell shifting as with xlsx.
    Thank you so much 
    I am realistic, I expect miracles.

  • BW 3.5 / GUI 7.20 / Excel 2010 : RRMX not working properly

    Hi,
    We are here working on BW 3.5 with GUI 7.20 FEP 2.
    BEx 3.5 is being used on Office 2010.
    When we run a workbook from SAP GUI (user menu), then Excel 2010 is opening but:
    - Thereu2019s no automatic connection to BW as it should.
    - The workbook doesn't show up.
    - We have the following message in the SAP GUI status bar: "Please install Excel as a viewer".
    Same thing happens when we run RRMX alone.
    Any idea on how to correct that bug would be greatly appreciated!
    Regards,
    John

    Hi,
    This is an installation issue. reinstall both the Excel 2010 and SAP GUI7.20 with latest patch along with .net component also.
    For an intermediate solution, just copy the file "BExAnalyzer.xla" (normally located in "C:\Program Files\SAP\Business Explorer\BI") to the path "C:\Program Files\Common Files\SAP Shared\BW".
    Or  follow the steps given in the below link
    http://www.sytecpa.org/software/BWInstructions/Installing%20the%20SAP%20BEx%20Analyzer%20Excel%20Add-In.pdf
    Also check the below note for more info.
    Note 1078523 - RRMX problems when using BI 7.X AddOn based on SAPGUI 7.10
    Regards
    KP

  • I´d like to export my iphotos macbook pro.everything worked right when I installed impression for iphoto but when I installed impression 2 for iphoto and I restared my computer the export option in iphoto doesn´t work.Can somebody please help me ?

    I´d like to export my iphotos "macbook pro". Everything worked fine when I installed impression for iphoto but when I installed impression 2 now I can´t export my photos. I´ve restarted the computer but still it doesn´t work.
    Please can sombody help me with that?
    Thank you

    Are you running Snow Leopard or Lion?  Your info says Snow Leopard.  If it's lion then:
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    Then you can locate the folders mentioned.

  • Export to Excel in Panelcollection not working

    Hi,
    I am using JDeveloper 11.1.1.4.0. on WinXP
    I am surrounding PanelCollection to existing table in my application.
    After clicking on export to excel option first time it shows file name as my .jspx file and type as HTML, here it throws exception NPE(i.e. exporting fails).
    when i click on the export option in the same page second time it shows the file name as my excel file name and type as Microsoft Excel hence downloads without errors.
    I have used the below code snippet inside panelCollection component:
    <f:facet name="toolbar">
    <af:toolbar id="t1">
    <af:commandImageLink text="Export to Excel"
    inlineStyle="width:95px;" id="cil4">
    <af:exportCollectionActionListener exportedId="tVolDed"
    type="excelHTML"
    filename="c:\\try.xls"/>
    </af:commandImageLink>
    </af:toolbar>
    Could anybody help me out for the same?
    Thanks in advance!

    At my end, the code is working fine.My code is :
    <f:facet name="toolbar">
    <af:toolbar id="t1">
    <af:commandImageLink text="Export to Excel" inlineStyle="width:95px;"
    id="cil4">
    <af:exportCollectionActionListener exportedId="t2"
    type="excelHTML"
    filename="empDtlsExport.xls"/>
    </af:commandImageLink>
    </af:toolbar>
    Could you please try with filename as "try.xls" only.
    Please let us know if you are facing this issue.

  • DDE link between MT4 & Excel 2010 no longer works on Windows 8.1 64bit

    I have a DDE link between EXCEL 2010 & Metatrader (MT4)  that has worked flawlessly up until yesterday. Now the spreadsheet just hangs when
    i attempt to update.
    I had not changed anything on my machine prior to the problem, but have since repaired then reinstalled Office and reinstalled MT4 but the problem persists.
    The link still works fine on my Windows 7 64bit PC with the same version of Excel and MT4, so the problem is not at the server end. I have even taken the EXCEL file from the WIN8 machine and it works fine on the Win7 machine
    MT4 is installed in C:/ as the link did not work previously when installed in program files
    Help!

    P.S.  If Excel file was created on an older version of Excel, it should be converted to 2010 format, and the inputs are a little different.
    Example:
    Instead of  =MT4|ASK!EURUSD
    it's now       ='MT4'|ASK!EURUSD

  • 3D capture in AutoCAD 2010 doesn't work.

    I’m Adobe PRO 9.0 Extended user and when I’ve tried to create 3D PDF using 3D capture with “Print Screen” button I’ve realised that this feature simply doesn’t work in AutoCAD 2010. I’ve contacted Autodesk and they told me that it’s because they removed Open GL driver due to software stability issues and gave nothing instead so now only optional driver available are Autodesk and Direct 3D and non of them works with 3D capture. They suggest to notify Adobe about an issue as they can’t do anything about it so here I am.
    Without 3D capture there is no way (as long as I’m concern) to get materials textures on the solids in PDF. After conversion with any other method (drag and drop, right click and convert), all solids appear in plain white colour. It looks like Adobe doesn’t know what to do with it so chooses first neutral option and put it in white.
    Have anyone know any other way to use 3D capture without Open GL or maybe there are any additional drivers available in web for AutoCAD 2010 supported by Adobe?
    Please help.

    Hi Amer, Here you go Twitter stopped supporting IE8 in January 2015. My "solution" was therefore to use conditional comments TWITTER CODE HERE to disable the tweet button in IE8 and lower.
    http://stackoverflow.com/questions/28178051/twitter-button-causing-js-error-in-ie8-expected-identifier 
    Please remember to click 'Mark as Answer' on the answer if it helps you

Maybe you are looking for

  • Error message from originating program when clicking on weblink to open FF4

    FF4 is now my default browser on my WinXP netbook. (Instead of FF3.6.) If FF is not open and I click on a weblink in Outlook or other programs, FF4 opens the webpage but I also get an error message in the originating program saying the system cannot

  • Problem in activating a Z-table

    Hi,        I have a customizing table with entries in it. There are 2 key fields in it. I had removed one of the keyfields and tried activating it. It was not activating properly. Hence i cancelled the session. Restored the prevoius version and then

  • ORA-01110: ORA-01207: on sysaux01.dbf file

    Hi, I have a an Oracle 11.2 database running on SuSE Linux, and I did a cold linux backup of the database (shutdown database, and tar all file system to tape). Now I have restored all the files on a new server, and when I try to start the database, i

  • How to report on sessions from Remote Desktop Services

    I want to run a historical report for (in)active / total sessons from a group of 2008 R2 servers.  I found that I had to import the RDS MP just to even get the terminal server\(in)active sessions counters visible in the performance view, and the metr

  • Requirements for Mac

    Hello, So I am a bit confused. On the Creative Cloud Sign Up Page is states the following: CS6 apps have the following minimum requirements:Mac: Multicore Intel® processor with 64-bit support, Mac OS X v10.6.8 or later, 4GB ram, 10.5GB hard disk spac