32-bit...64-bit...Excel 2007...Excel 2010...nonetheless a .xlsx File

My head is spinning...soooooo here's the deal...
The client provides us a .xlsx File. Now I have no idea how this is created and saved...via Excel 2007...Excel 2010
When I attempt sourcing the .xlsx File in my SSIS Package I get the error "External Table is not in the expected format"
Sooooo, I figure I'd write a C# Edit Script to read .xlsx File and Save it as a .xls file using the following syntax...
string StrFileName = (Dts.Variables["User::FileName"].Value.ToString());
StrFileName = Path.GetFileNameWithoutExtension(StrFileName);
string StringSourceFile = (Dts.Variables["User::FilePath"].Value.ToString()) + StrFileName + ".xlsx";
string StringDestinationFile = (Dts.Variables["User::FilePath"].Value.ToString()) + StrFileName + ".xls";
// This initiates the Excel Application
Microsoft.Office.Interop.Excel.Application excelApplication = new Microsoft.Office.Interop.Excel.Application();
// This Opens the Source .xlsx File from Emdeon ePaySmart
Workbook workbook = excelApplication.Workbooks.Open(StringSourceFile, XlUpdateLinks.xlUpdateLinksNever, true, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
// This will Save the Source .xlsx Emdeon ePaySmart File as a .xls File...note xlFileFormat.xlExcel5
workbook.SaveAs(StringDestinationFile, XlFileFormat.xlExcel8, Type.Missing, Type.Missing, Type.Missing, Type.Missing, XlSaveAsAccessMode.xlExclusive, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
// This will Close the Source
workbook.Close(false, Type.Missing, Type.Missing);
// This shuts down the Excel Application
excelApplication.Quit();
Note xlFileFormat.xlExcel8
Now this worked PERFECTLY client side. Then when I created a SQL Server Agent Job it blew up and from what I read the SQL Server Agent Job does not like running dynamic Excel commands.
Soooooooo now I'm back at the drawing board and figured I'd use OLE DB to source the file.
I am using this Connection String for the .xlsx File
string StringConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + sourceFile + ";Extended Properties=\"Excel 8.0;HDR=Yes;IMEX=1\"";
Now I understand that the OLEDB.4.0 Connection string is incorrect for a .xlsx File. (Which is why I probably tried to do this with dynamic Excel commands to begin with)
Now comes the chicken and the egg problem...
If instead I try using the OLEDB.12.0 Connection String it tells me it isn't installed
My network, copied Microsoft Office 2010 installed is 32-bit
So if I try to install the 64-bit Microsoft Access Database Engine 2010 it tells me I have to Uninstall Microsoft Office 2010. Well that is not possible
So my question is this...How in God's name can I try and process this .xlsx File??? I am at a complete loss here.
I did come upon this Posting previously...in italics below but it fell short in terms of providing a solution.
Can anyone please help me out here?
Thanks in advance for your review and am hopeful for a reply.
ITBobbyP85
When I create my connection manager to connect to a .xlsx file, I get the error message that says:
"Test connection failed because of an error in initializing provider. External table is not in the expected format."
The provider selected was the ole db "Microsoft office 12.0 Access Database Engine...", and in the All tab I entered "Excel
12.0" at the top where it says Extended properties.
Here is the stumper:
My import package(s) has (have) been running manually for the last 2-3 weeks, but now i've finished an automated system that downloads
the files from the ftp site, unzips them, validates all the expected files are there, renames and relocates the files to the names/locations expected by my ETL, and then runs the ETL.
I found out today that the people who manually did this process were each time opening the file and then saving it to the correct location
in Excel 2007. 
When I try to run my ETL on the files in the automated process, it fails with the above error. If, however, I just open the file and
save it (also in 2007), it runs fine. I have been trying to figure out what saving the file is doing to change it to be in the expected format.
I have tried to use an excel 2003 connection to connect to a copy of the file with a modified extension of .xls and that didn't work.
(in case it was in another version of excel and someone just changed the ext)
I then tried to access the file with the OLE DB provider, as above, but instead of entering 12.0 on the Extended properties line, entering
9.0 or 14.0 in turn (creating new sources/connections each time), and when I do that, both times I get an error that says: 
“Test connection failed because of an error in initializing provider. Could not find installable ISAM.”
Am I missing something? Is there something else that simply opening and saving the file might be doing to make it paletable to ssis?
If we install excel on the db server I realize i could probably open it up and save it as excel 2007 and that would do the trick, but
the dba is resistant to this idea, so I thought I'd see if anyone has any other ideas?
If we do have to install excel on that server, does the version have to be excel 2007 in order to programmatically save it as type 2007?
thanks in advance for your thoughts on the issue...

You just need to install the latest ACE OLEDB (JET) provider, then when you set the package to run use a proxy with proper rights to access the Excel file on the file system.
http://www.microsoft.com/en-ca/download/details.aspx?id=13255
Arthur
MyBlog
Twitter

Similar Messages

  • Excel connections failing after the move from XP to Win7 and from Excel 2007 to 2010

    We recently upgraded to Win7 from XP, and from Office 2007 to 2010.  Some of my packages that use CSV or Excel as sources are failing.  Has anyone else experienced this and, if so, is there a quick fix?
    I tried saving the excel source files to 2007 format, but that really doesn't seem to be an option since both 2007 and 2010 ostensibly use the same extension, viz., .xslx.
    Thanks in advance for any assistance.  I'd hate to have to rewrite some of these packages if there's an easy fix.
    We're running SQL 2008 R2 and I'm using BIDS 2008
    Christian Bahnsen

    Here's the error messages on the package that prompted this post:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [1]]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
    Error at Data Flow Task [Excel Source [1]]: Opening a rowset for "Summary$" failed. Check that the object exists in the database.
    Error at Data Flow Task [SSIS.Pipeline]: "component "Excel Source" (1)" failed validation and returned validation status "VS_ISBROKEN".
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
     (Microsoft.DataTransformationServices.VsIntegration)
    BUTTONS:
    OK

  • XLR b1 2007 and excel 2007    excel sheet is empty

    hi experts,
    i like to use xlr in b1 2007 with excel 2007.
    after getting a fail in xl reporter, i change the security settings in excel 2007.
    now the excel sheet opens, but there are no values in it.
    for example, i made only a query about the business partner (the result is only one column) and like to
    import the result in excel 2007 , there is only a headline named 'business partner' . And the column you could see in the xlr filled with the business partner names is empty.
    sap b1 and excel 2007 runs on terminal services published by citrix.
    has someone an idea to solve the problem?
    with greetings from hamburg
       michael

    Hi Michael,
    Please make sure that the following steps are performed:
    +COM Add-ins                                                                               
    (Excel 2007)                                              
    Go to excel                                             
    Office button -> Excel Options button                   
    Add-Ins                                                 
    Manager: COM Add-ins -> Go                              
    SAP Business One XL Reporter should be selected.        
    +Disabled Items                                                                               
    (Excel 2007)                                              
    Go to excel                                             
    Office button -> Excel Options button                   
    Add-Ins                                                 
    Manager: Disabled Items -> Go                           
    SAP Business One XL Reporter should not be listed.      
    If it is please select it and click Enable button.      
    +Macro Visual Basic Project                                                                               
    (Excel 2007)                                              
    Go to excel                                                    
    Office button -> Excel Options button                           
    Trust Center -> Trust Center Settings...                        
    Macro Settings -> Trust access to the VBA project object model  
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team
    Edited by: Ladislav Meszaros on Feb 25, 2009 10:41 AM
    Edited by: Ladislav Meszaros on Feb 25, 2009 10:41 AM

  • Excel 2007 freezes when try to open file

    Hello, we have next problem:
    An user try to open particular file in Excel 2007 and get problem that Excel 2007 freezes. According to Task Manager it loads CPU to 25% and no data is going receive or send.
    What had been tried:
    1) Same file cannot be open from Excel 2007 in safe mode.
    2) Same file cannot be open in same way on other PCs with Excel 2007.
    3) Same file successfully opens on other PC with Excel 2013.
    Could you please say are there other ways to open the file in Excel 2007?

    Hi Kirill Skudarnov,
    According to your description, it works fine in excel 2013. Could you tell me which version is this file created in?
    If it was created in excel 2013, I suppose it might be occurred by particular formatting/font/formula and so on. Please check the file contain these contents, if there are any particular contents in your excel file.
    And did you get any error message after opening the file in excel 2007? If you get any error message after opening the file in excel 2007, you can try to collect the event log and provide us with the whole error messages of event log.
    Steps of collecting event log:
    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.
    If possible, you can share the file via OneDrive so that I can help you to check the issue with your file.
    Hope it’s helpful.
    Regards,

  • Excel 2010 cannot open ~xlsx file from WD ShareSpace

    Excel fails to open an ~xlsx file from the Western Digital NAS. It shows downloading .... than fails cannot open file.
    The file was previously fine and if it is copied the copy opens easily. If the copy is renamed I can use Excel's recent files option to open it. The old file cannot be opened even if renamed.
    I can typically use the file for a day or so, then it becomes unusable. It cannot be opened from another Windows 7 machine either but again a copy is accessible.
    The files are small typically 100Kb, password protected
    Windows and Office are up to date on both machines
    The problem is becoming more frequent with no apparent cause
    I have tried opening from explorer, the recently used files list in Excel, and file ... open
    I have tried using mapped drive, UNC name, IP address
    The network location is recorded as trusted
    Although there is the potential to share the file it has not been opened by other users in between working and entering the state where it cannot be used.
    When a file is unusable in Excel right clicking in explorer takes a long time to offer the normal context menu. However if the file is selected then copy/paste is quick and unaffected.
    Please can anyone help me fix this annoying issue.

    Hi,
    According to your description, I have some questions.
    Would you share us the whole error message when opening the special Excel file?
    Did the copy file work well in the NAS?
    Did you move the special Excel file to another NAS folder to test?
    Did the special Excel file works well in the local disk (Download it)?
    Then, I suppose that the file may be used by other program\handle\process in the background during opening process.  Please try to use the tool named
    Handle (It is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the
    object types and names of all the handles of a program.) to check.
    Steps:
    Copy handle.exe to C:\Windows\system32 folder.
    Run cmd.exe as administrator
    Type handle -a C: /Test/test in command prompt, then it will list all handles and processes accessing this folder.
      4. It shows that cmd.exe is accessing c:\Test\test. Then, we can use
    handle –c command to close the handles, along with
    the handle ID, and the process ID, and the "-y" switch to confirm the delete.
    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 2007 and 2010 slow to save to network drive with Windows 7

    I know this issue has been passed around and I know that there are some fixes out there. I will lay out my issue and resources, what I've tried and the things I've noticed.
    I have a mix of Server 2003 32bit, 64 bit and 2008 64 bit. The desktop/laptop environment is mainly XP (no issues saving with an XP machine), a few Win 7 computers and a dozen thin clients running off the 2008 TS. The slow saving issue happens with either
    a Win 7 machine or a client terminal served into 2008. It takes 60 seconds or more to save or "save as" an excel file to a network drive. Same thing happens with any Office product. No issue saving to the local machine. If you log into either 7 or
    TS with the domain admin account, the saving takes no time at all. Only as a domain user does it hang.
    I have tried the SMB2 trick, the 981711 hotfix, turning off indexing and starting the webclient service. I am probably forgetting a trick or two that I've seen online from various people having the same issue. Point is though, the issue remains and besides
    being utterly annoying, it is preventing me from rolling Windows 7 out to my employees. Please Help. Thank you in advance for any advice posted

    Hi,
    Have you tried to create a new txt file with notepad to test this issue? If this issue also happens on .txt file, you should check your network.
    And I suggest all users disable their anti-virus to see if the problem goes away.
    There are other things to try if the problem is evident in all of the documents you open. When EXCEL is not running, make sure you delete all the temporary files that
    EXCEL may have left lying around various folders in your system. Look for files that end with the TMP extension, or files that being with the tilde (~) character. If your file folders become very cluttered with these temporary files, it can slow EXCEL down
    immensely.
    Another thing to try is to start EXCEL with the
    /a switch on the command line. This causes it to load without also loading different startup files such as add-ins and macros. If this fixes the problem, then you can bet that the slowdown is caused by one of those add-ins or macros.
    You might also rename the Normal.dot (or Normal.dotm) file; if it is corrupted then it can slow down response times. (Renaming the file causes Word to create a clean,
    fresh, empty one the next time you start the program.)

  • Information of Print Area is missing in VB6 Addin of version Excel 2007 and Excel 2010

    Hallo, 
    I have a problem with my old VB 6 COM Addin. My document has Print Area, but when I use my addin to open this document. The information of print area is lost. 
    This problem takes place only in the following situations.
    If the PrintArea is set in Excel 2007 and 2010, it will be missing. But in Excel 2003 without problem.
    From the code, the  ".ActiveSheet.PageSetup.printArea" is always empty, although when the print area is configurate in Excel 2007 and 2010
    What is the possible reason of this problem?
    Thanks very much.

    There are several things I don't follow in the details you gave
    "I click an excel document in the third-part program and Excel 2007 will be open automatically"
    - Describe the 3rd party program you open the workbook in if not Excel"
    - What do you mean by "click and Excel document", what do you click and where is the document
    - Why click on an Excel document (workbook, worksheet something else?) to get a 3rd party app to automate Excel, then does some other workbook load?
    It's very confusing!
    Did you try the code in VBA in the instance of the workbook whose sheet you want to return the Print Area
    Re: Excel Object Library is 9.0
    Did you set a reference to XL-9 in the test app with my code then transfer to a different system with 2007?
    However, a ref to xl-9 shouldn't be a problem if the code compiled with that ref. If the app/dll is transferred to a different system it will pick up the Excel GUID in that system, which is exactly the same for all versions since Excel97. The only time it
    would be an issue is if code compiled with a new object model is not supported when used with an older Excel object model.
    The fact my code appears to work without error returning the message "Print Area not defined" suggests it is referring to a different workbook, ie one in which the Print-Area has not been defined. Double check which workbook it is referring to,
    eg
    Private Sub cbPrintArea_Click(ByVal Ctrl As Office.CommandBarButton, _
    CancelDefault As Boolean)
    Dim ws As Excel.Worksheet
    Dim s As String, s2 As String
    On Error Resume Next
    s = xlApp.Caption
    If Err.Number Then
    MsgBox "xlApp error " & vbCr & Err.Description
    Exit Sub
    End If
    Set ws = xlApp.ActiveSheet
    s2 = ws.Parent.Name & vbCr & _
    ws.Name & vbCr & _
    ws.Range("A1").Value & vbCr
    If Err.Number > 0 Then
    MsgBox "failed to reference ActiveSheet"
    Else
    s = ws.PageSetup.PrintArea
    If Err.Number Then
    MsgBox Err.Description
    Else
    If Len(s) = 0 Then s = "Print Area not defined"
    MsgBox s2 & vbCr & s
    End If
    End If
    End Sub
    This should confirm the workbook name, activesheet name and value in A1 (before running maybe add the current time in A1 with ctrl-shift-;  in the same workbook as the print-area has been defined)
    Peter Thornton

  • Errors opening Excel 2007 spreadsheets in Excel 2010

    When I try to open spreadsheets created in Excel 2007 with Excel 2010, I get the error:  "Excel found unreadable contenct in 'file name'.  Do you want to recover the contents of this workbook?  If you trust the source of this workbook, click
    Yes".  Then a Repairs dialog box comes up saying:  "Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.    Removed Part: Print options."  File then opens fine. 
    We receive Excel 2007 from various sources.  One of my problem is that we are just starting to migrate people to Windows 7 and Office 2010, with most people still on Office XP.  The file format converter for Excel 2002/2003 does not work with these
    Excel 2007 files.  The other problem is that we have macros that are used to open Excel files and import data into other Excel files.  Pretty hard to modify these macros to allow for some files that are going to pop up this error, and others that
    do not.
    What is causing this problem, and what fix is available?  We have asked that people save the Excel files in Excel 97-03 format before sending to us, with mixed results. 

    Hi,
    Thank you for using Excel IT Pro Discussions forum. 
    Are you using Office 2010 RTM version? If it is trial version or beta version, I suggest upgrading it to the RTM version.
    First, please check if this KB article helps:
    Error message when you try to open a workbook in Excel 2007: "Excel found unreadable content in Book_Name"
    http://support.microsoft.com/kb/929766
    Note: The steps are for Excel 2007. The steps in Excel 2010 are similar.
    If the problem persists, let’s also check the following settings in Excel 2010.
    ========
    1.      
    In Excel 2010, click File > Options > Trust Center > File block settings.
    2.      
    Check the checkboxes before:
    Excel 2007 and later Wordbooks and Templates
    Excel 2007 and later Macro-Enabled Workbooks and Templates
    Excel 2007 and later Add-in Files
    Excel 2007 and later Binary Workbooks
    Then, try to open the Excel 2007 file in Excel 2010 and check the results again.
    Best Regards,
    Sally Tang
    TechNet Subscriber Support
    in forum
    If you have any feedback on our support, please contact
    [email protected]  

  • Icloud 2.1 and excel 2007

    There is a meanwhile well known issue using windows 7 and excel 2007 or 2010 and have iCloud version 2.0 or 2.1 installed:
    Excel files with macros will be destroyed, you`ll get a message like" Excel found unreadable content - I don't know the right translation beause I use the german version. ("Von Excel wurde unlesbarer Inhalt in '[Datei]' gefunden. Möchten Sie den
    Inhalt dieser Arbeitsmappe wiederherstellen? Wenn Sie der Quelle dieser Arbeitsmappe vertrauen, klicken Sie auf 'Ja'." - german version).
    Is there anything new in iCloud version 2.1.1 - is this issue correced right now?
    Until it is not corrected one have to use iCloud version 1.1 instead to solve the problem.

    Look at this discussion:
    Re: Excel 2007 problem opening xlsx files when iCloud control panel is installed
    .... and the problem is still not solved (iCloud 3.1.0.40) and I guess will never be. We need to rename or delete the shellstreams.dll or save the excel-files as .xls to solve the problem for ourselves!
    What a shame!

  • Ipad Numbers apps unsuccessfully importing Microsoft Excel 2007 spreadsheet

    Here are what I did. I first sent a Microsoft Excel 2007 spreadsheet (the format is xlsx) to my email. And then I opened it via Numbers in iPad Mini. The Numbers was importing the Microsoft Excel 2007 spreadsheet. It took about 2-3 minutes importing the file. The importing status bar was indicating the progress. When the importing status bar was about completed and then the Numbers apps closed itself. I first thought it completed importing the file. I opened the Numbers apps, there was nothing. I attempted opening it for several times but it ended up the same. That seemed the Numbers was having a problem importing Microsoft Excel 2007 spreadsheet. By the way, there are several tabs in the Microsoft Excel 2007 spreadsheet. Would that be a reason why Numbers couldn't import the file successfully? Or maybe Numbers only import Microsoft Excel 2007 spreadsheet with single tab in the file? Please help!

    gogreen2e wrote:
    It's just general worksheet. No pivot table, no VBA logic. But there are several tabs. One of the tabs has formulas linked to other tabs. For example, formula like: '=Sheet2!B2'.
    Its possible either of those could be a factor. I'm not sure if there is a top end limit on the number of tabs Numbers will handle (at least haven't run into to it yet). The formula syntax you have does not match what number presents, so that could be the issue, but I seem to recall it has not had an issue converting in the past. Could be wrth a look however.

  • I am running Excel 2007

    I am running Excel 2007 and have been working on files and ONLY saving them to my USB memory stick.
    On connecting the device to my PC (using an extension USB cord) I noticed a very brief minute blue like spark, and didn'y release until I tried to access my files that the entire content was wiped.
    Excel cannot open the file 'LostFile_XLSX_608879.xlsx' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
    Well I think it looks fine to me, and I endeavoureed to use the Open & Repair when openng the file too, with no luck.

    Well, this problem occurs when excel file gets corrupted or damage. In such case, When you try to open the .xls or .xlsx file, your whole document will not open properly and only characters displayed on the screen. For this, you should take the help of
    professional excel recovery tool. The tool is capable to repair corrupt excel file and recover the file in their original format.
    Excel Restore Toolbox can help you.
    http://www.excel.restoretools.com/

  • \National Instruments\LabVIEW 2011\vi.lib\addons\_office\excel.llb\Excel Set Cel

    \National Instruments\LabVIEW 2011\vi.lib\addons\_office\excel.llb\Excel Set Cel  with a broken arrow
    Attachments:
    error pic.png ‏27 KB

    version of Excel is 2010, but i have this problem with Excel 2007, Excel 2003. This property also has a problem in old  versions of  labview  (8.6; 9; 10).
    Attachments:
    excel1.png ‏86 KB
    pic2.png ‏4 KB
    excel version.png ‏38 KB

  • "Out of memory" error using SmartView v11.1.1.3.500, MS Excel 2007 & MS Win7 Prof SP1 (all 32-bit)

    Hi All,
    A user is regularly experiencing "Out of memory" error messages while retrieving large MS Excel 2007 worksheets (ad-hoc analysis; approx 700 rows by 13 columns) connected to a Planning cube via 32-bit SmartView v11.1.1.3.500 (Build 008) on a 32-bit MS Windows 7 Prof (SP1) computer with 4GB of RAM. The same user is reporting experiencing a number of other issues (eg, TCP-related time-out, unable to connect to the APS, SmartView add-in disappearing, etc) at the same time.
    I could not locate any specific KB document from the My Oracle Support website which addressed these specific issues all at once but from various posts out there, the recommendations to address similar issues were as follows:
    Tick the Options > Display > Reduce Excel file size option;
    Tick the Options > Display > Improve metadata storage option;
    Rebuild the MS Excel workbook from scratch;
    Delete all temp files located in the C:\Users\USER NAME\AppData\Local\Temp directory;
    Disable auto-recovery for MS Excel;
    Add misc TCP-related registry entries (eg, TcpTimedWaitDelay, MaxUserPort, MaxFreeTcbs, etc) on both the client PC and server;
    Adjust MS Windows for best performance;
    Increase the page file by 25%-50% more than the physical amount of RAM installed on the client PC;
    Relocate the page file to a different drive as compared to the drive where MS Windows is installed on the client PC;
    On top of the above, are there any other recommendations anyone else would like to share to address the "Out of memory" issue?
    Many thanks in advance,
    JBM

    Monitor the Full GC in GC log and see if there is any gradual increase in the free memory retained after every Full GC over a period, if there is a gradual increase and if its reaching maximum specified heap over a period of time, that means there might be some slow leak from application or native libraries.
    Also please check if you have any pattern or request which might be triggering OOM all of the sudden.
    If its memory leak best way to investigate that is to capture JRA's at regular interval's and monitor top 10 objects and see which one is growing and consuming more % of heap over a period of time.
    You can also have this by captured by print_object_summary and print_memusage options in JRCMD command over a period of time.
    Hope this helps.
    - Tarun

  • BEXAnaylzer, Excel 2007 and Win 7 32 bit / 64 bit Issue

    Good Day,
    After install of the application, when running, Bexanaylzer.exe, open query, I receive a error message - "Encountered an Improper Argument".  I have Bex 7.0 installed. I used the following source files for install.
    Source install - gui720_0-10007878.exe
    Patch used - bi720sp01p_101-20006596.exe
    The Sap gui side works with no issues.  My only problem seems to be the BexAnalyzer.exe. It does launch excel with no issues and puts ribbon bar up.  Its upon selecting open query that I consistantly receive this error.  Event Viewer shows that excel open and closed normally, but no information about the improper argument is logged.  Process monitor shows a couple of buffer overflows, however I am not sure they are directly related to bex / excel 2007.
    I have run NwCheckWorkstation.exe to check front end, it returns with no errors detected.
    Has anyone encountered this issue with Win 7 installs? Theories and or resolutions would be appreciated.
    thanks
    -K

    Thanks for your answer. But I didn't undestand enough good. Can you explain it more?
    You say that you removed three BAK files.. From which directory?
    When I search for BAK files, I find them it the following directory:
    C:\Program Files (x86)\SAP\FrontEnd\SAPgui\wwi
    I removed 3 bak files :
    wwi.ini.bak, 
    wwi_all.lbl.bak, 
    wwi_user.lbl.bak.
    But it doesn't work.
    And can you tell why did you search *.exd files?
    When I search it, it find following files:
    C:\Users\coskun\AppData\Local\Temp\VBE\MSForms.exd
    C:\Users\coskun\AppData\Local\Temp\Excel8.0\MSForms.exd

  • MOS Excel 2007/2010/2013

    I am currently considering the Microsoft Office Specialist certification for Microsoft Excel.
    At the moment, I work on MO Excel 2007. I have purchased the study guide for MO Excel 2010 and I have access to E-Learning for MO Excel 2013!
    With office 2013 and 365 being at the forefront of the present time, should I just study for the 2013 exam knowing that it will stay relevant for longer? or should I go for 2010 because I have the book? Or 2007 because it is the one I am most familiar with.
    I can't imagine the fundamentals are massively different it is just a case of making sure I know the specific questions that could crop up for the appropriate exam.
    Thanks,
    Rhys

    Hi, RhysOwen.
    My opinion - I would skip Microsoft Office (MO) Excel 2010 altogether and just go for MO Excel 2013.
    Exam Description:
    http://www.microsoft.com/learning/en-us/exam-77-420.aspx
    Your certification will remain relevant longer plus you can take a break from certification for a bit longer. 
    Besides, if you were certified in Excel 2010. then you would be itching to go take on 2013 next anyway. I suppose there is some value in being certified in both Excel 2010 and Excel 2013; you would appear more experienced on your transcript.
    I just checked Amazon.com and saw that the paperback study book is only $15 ($10 for the Kindle version). The reviewers of the book passed the exam with it and were pleased. Check it out:
    http://www.amazon.com/2013-Study-Guide-Microsoft-Excel/dp/0735669201
    Excel Help:
    http://office.microsoft.com/en-us/excel-help/
    My thought: If you use the free e-learning training, work through the affordable study book, study the Excel Help for gaps in the "Skills Measured" section of the exam description, and use your experience, I believe you can't go wrong!
    Good luck!
    Best wishes, Davin Mickelson
    Many people are getting MOS 2010 certified, maybe because many company still run Office 2010.
    You could consider getting certified in some of the Office 2010 programs before upgrading to the MOS 2013 certification.
    Bye.
    Luigi Bruno MCP, MCTS, MOS, MTA

Maybe you are looking for

  • Endeca Search langauge support for Polish and Thai

    Hi, I am working on Endeca Search configuration for Polish and Thai websites. It is observed that Endeca does not provide stemming files for Polish and Thai. Please let me know if there is any other way to get the stemming and other related files for

  • Can I use my orange contract in my 02 iphone 4 upgrade?

    I have got a contract with orange that isn't due an upgrade for a year or so and I really wanted an iphone 4 so I got the upgrade on my 02 contract which I use for work so wondered if its possible to use the orange contract with it?? If so how do I g

  • Validation in FCH5

    Hi Experts, I need to have validation for FCH5 i.e. if user enters house bank id in FCH5 that does not matches with house bankid in bank GL ( entered in payment doc) master then error should be displayed. I have tried validation for it through OB28 b

  • Link between EKBE and EKET for the below scenario

    Hi all We have a requirement to display schedule line number(eket-etenr) for purchase order and for each history of quantities in table EKBE (ekbe-ebeln ,ekbe-ebelp). Please suggest how we can link these two tables, As i need to display the eket-eten

  • Problem after Adobe Premiere Pro 5.5.1 update

    I  jsut  installed this update along with any other for CS5.5 -  now  PP crashes everytime I use ultrakey???  On MAC can I  revert to previous PP (ie.  remove the update)??