Excel 2010 crash Terminalserver

Hi all,
i have trouble with Excel 2010 that it crash and kill the terminalserver where it is running.
My enviroment:
Terminal server: VM WinServer 2008R2 with Citrix XenApp 6.5 and Office 2010 ( STD and or PRO )
Citrix Provisioning: VM WinServer 2008R2 with Citrix Provisioning services 6.1
ESX Server: ESX 5.1
Fileserver 1: VM WinServer 2008R2
Fileserver 2: VM WinServer 2012R2
My Problem:
I logon to the terminalserver and open a *.xls file from a share on the file server 2. First problem is that it takes
longer to open the file than to open it from file server 1. ( yes it is the same file with the same NTFS permission, because the two servers are in sync via DFSR )
Second problem is, that when i open that *.xls file, it can happen that the terminal server freeze. Only option than is to do a reset on the vm to reboot it.
Problem 1 and 2 will not occure when i open the file from file server 1, or when i save the same file as *.xlsx and open it than. Or when the file will be opend from the local drive on the terminal server.
Thanks for any help or idea.

Hi,
This may be caused by some add-ins in Excel, please start Excel in Safe Mode:
Press Win + R, type "excel.exe /safe" in the blank box, press Enter.
When Excel starts in Safe Mode, go to FILE -> Open, browse to the file location and try to open it, check if the issue persists.
If the issue doesn't occur then, please go to FILE -> Options -> Add-Ins to disable the suspicious add-ins and verify which one caused the problem.
If Excel still crashes, please try to collect the Event Logs from the Event Viewer:
Press Win + R, type "eventvwr" in the blank box, press Enter. in Event Viewer, expand Windows Logs -> Application and see if there's any error about the Excel crash issue, we may find useful information to find the cause.
Regards,
Melon Chen
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • Calling DDE from Excel 2010 crashing on Win 8.1 VM

    Trying to use DDE to connect Excel to an external application (Vensim DSS) on a windows 8.1 virtual machine (VM) which seems to hang Excel (specifically when you call DDEInitiate). I have no problems with the same VBA script (code reproduced below if needed)
    on a standard PC with windows 8.1 and Vensim DSS. Also a previous incarnation with windows 7 VM and Vensim worked with no problem. Does anybody have ideas what is different on a win 8.1 VM or some process that I need to ensure is running on the VM for DDE
    to work?
    I have tried with Excel 2003, Excel 2007 and Excel 2010 and all experience the same issue of hanging when calling the DDEInitiate function. 
    Many thanks in advance,
    Dave
    Option Explicit
    Dim DDE_channel As Integer
    Function StartupDDE() As Boolean
        Dim blnIsRunning As Boolean
        On Error GoTo Err_Handler
        blnIsRunning = VensimRunningCheck
        'Check to see if Channel Number has already been assigned
        If Not DDE_channel > 0 Or blnIsRunning = False Then
            'Channel not assigned - check to see if Vensim running
            If blnIsRunning = False Then
                'Vensim not running - try to open
                Dim RetVal
                RetVal = Shell("C:\Program Files (x86)\Vensim\Vensim.exe", vbMaximizedFocus)
                AppActivate "Microsoft Excel"
                Excel.Application.Visible = True
            End If
            'Connect to Vensim
            DDE_channel = Application.DDEInitiate("VENSIM", "System")
        End If
        StartupDDE = True
        Exit Function
    Err_Handler:
        MsgBox "There was an error trying to connect to Vensim.  Please close and reopen Vensim manually", vbExclamation
    + vbOKOnly, "Vensim Connect Error"
        StartupDDE = False
    End Function

    Hi,
    As far as I know, the DDE is a very old technology, I recommend we try to use the Access object model instead of DDE.
    http://msdn.microsoft.com/en-us/library/office/ff192120(v=office.15).aspx
    If you have any further question about debugging code, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel 2010 Crashing on .xlsm enabled workbook

    Hi,
    I have a workbook that I had been using for over a year with a very simple formatting macro in it.  As of about two weeks ago, adding new data to the spreadsheet causes Excel to crash, rendering the workbook as corrupt.  I have started fresh with
    a new workbook and re-recorded the macro at least a dozen times, and it will run once - maybe twice - and then, when new data is put into the workbook, it crashes.  The weird thing is, I have anothe workbook that also has a simple formatting macro
    in it and that one runs fine.  Both worksheets get the data from the same source, which is copied and pasted into the workbook with the macro.
    Any ideas?????
    Thanks!
    Nancy

    Hi,
    Have you tried some general steps to troubleshoot this issue? For example, Repair Office. If not, please try this KB and check if they are helpful:
    http://support.microsoft.com/kb/2758592/en-us
    If this issue still exists, we need to collect the event log to do further troubleshoot.
    Steps: Open Event Viewer to check whether there's any error about the Excel/Word crash issue.
    Press Win + R, type "eventvwr" in the blank box, press Enter. In the Event Viewer, browse to Windows Logs -> Application, there may be some errors after the crash.
    To protect your privacy, you may send the error logs to
    [email protected], we will try to find the cause.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • OpenXML Excel file, works in Excel 2007, OpenOffice, etc but not in Excel 2010

    Hi everyone,
    I have a problem.  I host a free website, sharing source code and ideas with other developers.  One of my projects is a very simple C# class, which generates an Excel 2007 .xlsx file.  All source code is provided, along with a demo showing
    how to use it, free of charge.  No registration required.
    http://www.mikesknowledgebase.com/pages/CSharp/ExportToExcel.htm
    The .xlsx files that this class generates are fine, they open in Excel 2007 & OpenOffice, I've run the OpenXmlValidator
    on the files, and there are no reported problems.
    However, If I open the file in Excel 2010 (with SP1), it opens, but if I go to the Print or Print Preview screen, Excel 2010 crashes.  
    Googling around, I've found that many many users have experienced problems with HP print drivers, I followed some suggestions, such as turning off multi-threading in Excel, but it makes no difference.  I tried setting the default printer as
    the "Microsoft XPS Document Writer", but it made no difference.
    Here is a copy of the Excel file that my demo produces (and which crashes Excel 2010).   Can someone tell me why it opens okay, but then crashes Excel 2010 ?  
    http://www.MikesKnowledgeBase.com/SampleCode/Sample.xlsx
    I can get around the problem by loading this file in Excel 2010, saving it as an ".xls" file (!!) and re-loading that... but it kinda defeats the purpose.
    And, more generally, why does Excel 2007, OpenOffice and the OpenXmlValidator consider it to be in the correct format, but it crashes Excel 2010 ?  I'm surprised that Excel 2010 doesn't at least attempt to report some kind of problem with the Excel
    file, rather than bombing out.
    Mike

    It seems Workbook.XML doesn't have all the information needed by Excel for pagination while prepare for print.
    Using your sample code, here is the XML generated for Workbook.XML part within Open XML package :
    <?xml version="1.0" encoding="utf-8"?>
    <x:workbook xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
      <x:sheets>
        <x:sheet name="Drivers" sheetId="1" r:id="rId1" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" />
        <x:sheet name="Vehicles" sheetId="2" r:id="rId2" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" />
        <x:sheet name="Vehicle owners" sheetId="3" r:id="rId3" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" />
      </x:sheets>
    </x:workbook>
    Replace above content with below XML and print should work fine:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
      <fileVersion appName="xl" lastEdited="5" lowestEdited="5" rupBuild="9303"/>
      <workbookPr defaultThemeVersion="124226"/>
      <bookViews>
        <workbookView xWindow="510" yWindow="510" windowWidth="4455" windowHeight="2520"/>
      </bookViews>
      <sheets>
        <sheet name="Drivers" sheetId="1" r:id="rId1"/>
        <sheet name="Vehicles" sheetId="2" r:id="rId2"/>
        <sheet name="Vehicle owners" sheetId="3" r:id="rId3"/>
      </sheets>
      <calcPr calcId="0"/>
    </workbook>
    The change is not with data but few elements which define the view for Excel. The required code change can be found using Open XML SDK tool code-reflect.
    Shiv Khare

  • Excel 2010 workbook crashing Excel 2013

    We have someone who created a workbook in Excel 2010 and when we open it in Excel 2013 it will crash. You can open the doc and look at it, but once you start trying to do anything in it, after a random time period, it will crash. Also if you try to resave
    the document it will crash every time, no matter how long you've been in the doc.
    Is there any way we can track down what in the doc might be causing this? I've tried it on several different systems with excel 2013, a few of which have SP1 installed already and it does the same thing. Any suggestions?

    Hi Jcasteel,
    Could you please give us more information about this workbook?
    Any Macros or formulas in this file? Does this file have any links to other files? Try to move VBA code or links manually to narrow down this issue(You can change this workbook in excel 2010). If it contains multiple worksheets ,open them separately
    to address this issue.
    In addition, have you ever try the general methods? e.g.
    1.Open the workbook using the 'open and repair' feature(Start Excel->On the File menu-> click Open->In the Open dialog box, select the file that you want to open->Click the arrow on the Open button, and then click Open and Repair )
    2.Start excel in Safe Mode(Press and hold the CTRL key, and then click the name of the Microsoft Office program that you want to run)
    Also if it is convenient for you, you can share your workbook with us .
    Wind Zhang
    TechNet Community Support

  • Excel 2010 Powerpivot workbook constanly crashing when editting pivot tables

    I have a quite large powerpivot work book that I store on dropbox.   If I want to add the same field twice I go tot  the normal pivot table field list and drop the field into the pivot table again.  This used to be fine.  I could
    then make it show the difference form previous period or similar.   Recently after doing a couple of these or changing the number format excel just crashes.   I have tried rewinding my workbook version back to older versions and still the
    same issue.  
    I tried just taking a simple single sheet of data and creating a new powerpivot model. i then dropped a couple of measures on to the pivot table and then the same measures again form the regular pivot table field list. I then tried to change on of these
    to show values as % column total and crashed. so the problem is excel not my workbook.
    I have run the repair through control panel and run sfc /scannow but problem persists. In event viewer the error shows as
    Faulting application name: EXCEL.EXE, version: 14.0.7109.5000, time stamp: 0x522a4035
    Faulting module name: EXCEL.EXE, version: 14.0.7109.5000, time stamp: 0x522a4035
    Exception code: 0xc0000005
    Fault offset: 0x00000000006d5a7b
    Faulting process id: 0xabc
    Faulting application start time: 0x01cf67968e9d437e
    Faulting application path: C:\Program Files\Microsoft Office\Office14\EXCEL.EXE
    Faulting module path: C:\Program Files\Microsoft Office\Office14\EXCEL.EXE
    Report Id: 371233aa-d38a-11e3-b47e-90b11c9a7548
    Windows error Reporting
    Fault bucket 135635980, type 4
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: EXCEL.EXE
    P2: 14.0.7109.5000
    P3: 522a4035
    P4: EXCEL.EXE
    P5: 14.0.7109.5000
    P6: 522a4035
    P7: c0000005
    P8: 00000000006d5a7b
    P9:
    P10:
    Attached files:
    U:\Users\Mike\AppData\Local\Temp\416382.cvr
    U:\Users\Mike\Dropbox\In-n-Out\INO Data Model\INO_Data_Apr14.xlsx
    U:\Users\Mike\AppData\Local\Temp\CVRC1C8.tmp.cvr
    U:\Users\Mike\AppData\Local\Temp\WER6057.tmp.WERInternalMetadata.xml
    These files may be available here:
    U:\Users\Mike\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_EXCEL.EXE_6e3f938ed926058ac63c0bf295faed7891c5_150ec792
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 371233aa-d38a-11e3-b47e-90b11c9a7548
    Report Status: 0
    Really appreciate any help as its completely unpredictable and having to save my work every few minutes.
    Thanks
    Mike

    Hi,
    We can find the dump file after Excel crashed again. Please see the following steps:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • W7 64 BIT EXCEL 2010 (32Bit) crashes when running files

    1 of my users is getting the following error when we have got him running his spreasheet on win7 excel 2010 (32bit).  any help appreciated
    Faulting application name: EXCEL.EXE, version: 14.0.6024.1000, time stamp: 0x4d83e607
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
    Exception code: 0xc0000005
    Fault offset: 0x000212a8
    Faulting process id: 0x1d20
    Faulting application start time: 0x01cffdc4a562a169
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: e9555ace-69b9-11e4-8018-7446a090e5fd
     

    Hi,
    Based on the event log "Faulting module name: KERNELBASE.dll" , this issue might be caused by the Excel add-ins or macros.
    Please try to disable all the add-in/macros to test
    More reference:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/kernelbasedll-error-opening-excel-in-windows-7-32/bf94a6e2-a880-4f0f-b3ee-746b5c4d26bc?page=2
    https://social.technet.microsoft.com/Forums/office/en-US/c05ae82b-d29d-4f9f-bb3f-c5a36d45f692/appcrash-in-excel-2010?forum=excel
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel 2010 is Crashes on Windows 2003 Terminal Server

    Event Type:    Error
    Event Source:    Microsoft Office 14
    Event Category:    None
    Event ID:    1000
    Description:
    Faulting application excel.exe, version 14.0.6106.5005, stamp 4e26f27d, faulting module excel.exe, version 14.0.6106.5005, stamp 4e26f27d, debug? 0, fault address 0x0026c1c7.

    Problems with Excel crashing can be caused by several things.
    Firstly, could you please let us know if excel will crashes when you open blank excel file? Does this issue happen with normal users or administrator?
    There are some resolutions you can have a try.
    1. Make sure your office program is up to date.
    2. Try to start excel in safe mode
    3. Check if excel will crashes when change a user account to open an excel file
    4. Perform a clean boot startup to determine whether a program, process, or service conflicts with Excel

  • DDE link crashes in Excel 2010

    Hi, could you help me? 
    The situation: I've got a macro which opens a specific MS Access file, then opens a DDE link, initiates a data import macro in that MS Access file and then closes the DDE link. This used to work completely fine even with Excel 2010 but after some updates
    came, the Excel "hangs" after trying to open a DDE link. How to solve this? [I've found some similar topics here, but I'm not good enough to be able to apply the solutions for my situation]
    The macro in Excel is like this:
     Sub Run_Access_Macro()
             'Opens Microsoft Access and the file nwind.mdb
                Shell ("C:\Program Files (x86)\Microsoft Office\Office14\MSACCESS.EXE C:\Users\diana.berulyte\Desktop\Cred\Credentials.accdb")
             'Initiates a DDE channel to Microsoft Access
                Chan = DDEInitiate("MSACCESS", "system")
             'Activates Microsoft Access
               Application.ActivateMicrosoftApp xlMicrosoftAccess
             'Runs the macro "Sample AutoExec" from the NWIND.MDB file
               Application.DDEExecute Chan, "Import"
             'Terminates the DDE channel
              Application.DDETerminate Chan
     End Sub
    If you can help, I would appreciate it!

    Hi,
    Did this issue occur after installed the Office Dec 9 update patches? If it is, please try to uninstall them to check the macro if it is working correctly. The PG team is working on there updates now.
    On the other hand, as far as I know, the DDE is a very old technology, I recommend we try to use the Access object model instead of DDE.
    http://msdn.microsoft.com/en-us/library/office/ff192120(v=office.15).aspx
    If you have any further question about debugging code, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel 2010 Freezing when copying data

    Hi
    A user I support has an issue whereby Excel 2010 freezes when they are trying to copy and paste data within a particular spreadsheet. This issue is the same whether the file is opened from a network location or locally, the file doesn't seem particularly
    large - only 290KB. To troubleshoot this I have so far tried:
    Asking the user to save a new copy of the file, and then recreate the file from scratch.
    Reinstalling Office 2010 Std.
    Recreating the user's local profile on the PC.
    I copied the file to my own PC and found that while I could Insert data as much as I liked, I had the same problem copying and pasting data within the file. Excel froze & eventually Windows prompted me to close or restart Excel. On restart it launched
    a repaired copy of the file, in this repaired file the copy and paste issue seems to have disappeared.
    I'm not sure whether the issue is truly resolved in this repaired file. When I saved it Windows saved an xml file to say that "One or more invalid conditional formats have been removed." I'm not sure what to make of this, can you advise?
    Thanks
    Alex

    Hi
    Thanks for the suggestions, we've had no joy unfortunately. The spreadsheet in question now doesn't open at all, Excel crashes immediately when we try, even when we use Open and Repair as above. Please find the details below. Another spreadsheet is now giving
    us exactly the same behaviour and error code, compared to the first problem file there is very little formulae or formatting in this 2nd file.
    Does the below tell you anything?
    Thanks
    Alex
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: EXCEL.EXE
    Application Version: 14.0.7109.5000
    Application Timestamp: 522a4031
    Fault Module Name: EXCEL.EXE
    Fault Module Version: 14.0.7109.5000
    Fault Module Timestamp: 522a4031
    Exception Code: c0000005
    Exception Offset: 002e0de2
    OS Version: 6.1.7601.2.1.0.256.4
    Locale ID: 2057
    Additional information about the problem:
    LCID: 1033
    skulcid: 1033

  • Excel 2010 inplace not showing File tab

    Wondering if anyone else having an Excel 2010 inplace issue not showing the File ("Backstage") tab to allow Save or Save As operations?  Noticed others searched SAP xSearch help with similar Excel 2010 search terms but nothing relevant returned...
    We're on ERP 6.04, NW 7.01sp5, SAPGUI 7.20sp2 with Excel 2010 running on XP sp3.
    Thanks in advance (and full points) for any resolution ideas or issue confirmations before opening an OSS ticket :>

    >
    Scott Aamodt wrote:
    > Patrick,
    >
    > In response to your Excel 2010 issue above our users have not had similar "crash" issues at all in the SAP technical environment I originally posted above.  If you have the same EHP4 and SAPGUI 7.20 as we and have that issue I'd check your Excel installation again before opening a ticket with SAP.
    >
    > Scott
    Is the "File"-Button now working in your environment or not?
    (We don't use SAPGui 7.10 and EHP ... but we will upgrade in a few month)
    Note 1408098 looks like there is no solution for the crash-issue, right?
    The only solution/workaround is to put the icons into the quickmenu-bar.
    Best Regards,
    Patrick

  • Excel 2013 crashes when creating VFP OLE DB Data connection

    Hi all,
    I don't know how often the DBF format is used in Office but it seems some demand still exists because Microsoft created 64 bit version of dBase ODBC and OLE DB driver (in Access data engine). Then I don't understand why Microsoft ignores its own FoxPro
    DBF data format because FoxPro ODBC driver is not supported already and no 64 bit version of VFP OLE DB driver is planned...
    I am testing DBF file import to Excel 2013 (32 bit) but it crashes instantly. I have VFP OLE DB driver (the last version), some small DBF file, and I am trying to read it as external data in Excel.
    Steps to reproduce (menu prompts are translated, so some differences may occur):
    Open empty worksheet
    Click "Other data sources" on Data ribbon
    Select Data Connection Wizard and from the list of available drivers select "Other" and click "Next"
    A list of OLE DB providers installed appears, select Microsoft OLE DB Provider for Visual FoxPro and click "Next >>"
    Excel 2013 crashes...
    This process works in Excel 2010 and 2007 so the problem must be in Excel 2013...
    The question is how to read DBF data in FoxPro format when there is no older Office version available?

    To connect to a Visual FoxPro database or table in Excel
    Open an Excel worksheet.
    From the Data menu, point to Import External Data, and click
    Import Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To connect to a Visual FoxPro database or table in Word
    Open a Word document.
    From the View menu, point to Toolbars, and click
    Database.
    On the Database toolbar, click the Insert Database icon.
    In the Database dialog box, click Get Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To add a Visual FoxPro database or table folder
    On the Connection tab and in the Select or enter a database name box, type path and name of the database or table folder you want. 
    -or- 
    To browse for a Visual FoxPro database or table folder, click the ellipsis (...) button to the right of the
    Select or enter a database name box to open the Configure Connection dialog box.
    Specify a different collating sequence if desired.
    To test the connection, click Test Connection. If connection is successful, click
    OK.

  • Essbase Add-in and Excel 2010

    Hi All,
    I have a user who has just had Windows 7 and excel 2010 installed and is able to connect to Essbase through the add-in but when he tries to retrieve data it completely crashes his excel which shuts down immediately.
    As far as I have read the add-in does not support 2010 64-bit but I have win7 and excel 2010 and do not have the same problem and I am to retrieve data with no issues. We both have the 32-bit version of 2010 so I'm not sure why his excel is shutting down.
    We are on 11.1.1.3 of Essbase
    Any pointers or experiences you can give are appreciated
    Thanks
    Luke

    Is there any other addin installed on this machine, if yes try the retrieval after disabling that addin.
    If not
    Try un-install and re-install of Essbase Excel Addin

  • Excel 2010 MS Query is not working

    Hi, I am in the process of upgrading all my Excel 2003 spreadsheets to Excel 2010.  I am running into problem with the MS Query.  Spreadsheets have MS Query linking to MS database.  However, when I open some of the spreadsheets, the MS Query
    is not working ie. the blue circle keeps turning and then not responding.  It is very weird that this MS Query is working fine with some spreadsheets but not couple and they are all linking to the same database except a small different in criteria.  I
    tried to re-create the Query in the spreadsheet in Excel 2010 by going to Data>From Other Sources>From Microsoft Query and select the database.  Once I set up the criteria and click Return data, the Query gets stuck.
    Please help! Any comments/suggestions will be appreciated.
    Thanks

    Hi,
    There are many possible causes that can crash MSQuery in Excel 2010.
    First, please make sure we have installed the latest Office 2010 and Windows patches.
    Second, Please read the Blog, it explains one typical crash scenario.
    =====
    AppName: msqry32.exe AppVer: 14.0.4750.1000 ModName: msvcr90.dll
    There are several possible resolution you can try to resolve the above crash:
    1. When you launch MS Query, just disable the option "Validate queries before saving or returning data", this is the fifth box in the options menu.
    The only problem is that if you have made any mistake in your query, you'll only be noticed when receiving the data in excel.
    2. Repair all the keys into registry at the following place:
    [HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC]
    For example:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC]
    "TraceFile"="C:\\DOCUME~1\\...USERNAME...\\IMPOST~1\\Temp\\SQL.LOG"
    "TraceDll"="C:\\WINDOWS\\system32\\odbctrac.dll"
    http://blogs.technet.com/b/asiasupp/archive/2011/11/07/msquery-randomly-crashed.aspx
    =====
    Third, start the Excel 2010 with
    safe mode, it helps us confirm if some add-ins cause this issue.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in
    Office programs.

  • Using external parameters within MS Query returning that data right into a pivot table Excel 2010

    In Excel 2010 i was able to use the external parameters within MS Query returning that data right into a pivot table.  But the parameter on the worksheet will not save in the paremeter setting of the data connection.  And if you save it and open
    it and try to refresh the pivot table Excel stops responding and you have to force the file closed.  I found out the reason to crash is that it did not keep the parameter saved.
    Can this be fixed?

    Hi,
    Just
    checking in to see if the information of Oskar was helpful. Please
    let us know if you would like further assistance.
    Jaynet Zhang
    TechNet Community Support

Maybe you are looking for