EVDRE Excel Error 2147417848

Hi,
when we try to change any EVDRE workbook in Excel we receive the following error.
#ERR:-2147417848-Method '' of Object ''  failed
We have an BPC 7.5 on Netweaver with a current patch in BW and Frontendversion with patch 4. It seems like a VBA Error......
Any idea?
Thanks in advance
Christian Weber

Hi El_Penguino,
The Dispose Report does close the reference to the report, however in my research it seems that Excel occasionally stays open behind the scenes, which may be what's causing the error. After you receive the error, open up Task Manager and see if there's an Excel process still running when Excel is not open. If so, stop the process, and attempt running your program again.
Here's the discussion I found that mentions the background Excel process messing with the Report Generation Toolkit:
Error -2146777998 Unkown System
http://forums.ni.com/t5/LabVIEW/Error-2146777998-Unkown-System/m-p/720393/highlight/true#M329651
I hope this helps!
David S.

Similar Messages

  • EXCEL VBA: Inserting rows code returns error "2147417848 The object invoked has disconnected from its clients"

    I was executing the following code in Excel 2013 that is linked to a button I use to add multiple rows in a chosen section of a worksheet
    Sub Add_Rows_dc()
    Sheet53.Unprotect ("xxx")
    X = Range("C1").Value + 1 'Section Counter
    Y = ListSheet.Range("I" & X).Value 'Existing rows counter
    Z = ListSheet.Range("H" & X).Value 'Position counter
    Righe = InputBox("How many rows would you like to add?", , "1")
    If Righe < 1 Then GoTo err ' test for invalid row number
    RigheSheet.Rows(X).Copy
    Rows(Z - 1 & ":" & Righe + Z - 2).Insert Shift:=xlDown
    GoTo Fine
    err:
    Mess = MsgBox("PLEASE INSERT A VALID NUMBER OF ROWS", vbCritical)
    Fine:
    'Formulas update
    Z = ListSheet.Range("H" & X).Value 'Position counter update
    Range("U" & Z - Righe - 2 & ":AF" & Z - 2).FillDown
    Sheet53.Protect "xxx", , , , , True
    End Sub
    From time to time it returns me the error "2147417848 The object invoked has disconnected from its clients" and the debug point out the line
    Rows(Z - 1 & ":" & Righe + Z - 2).Insert Shift:=xlDown
    I cannot find any specific reason due to the fact that the error seems randomic, sometimes the code is perfectly executed, sometimes not.
    I wrote this piece of code in Excel 2010 and never encountered such problem before reusing it in Excel 2013
    Has someone an insight or a suggestion?
    Thank you very much

    Re:  strange error
    Try it this way...
    (might work, might not)
    Sub Add_Rows_dc_R1()
     Dim X As Double
     Dim Y As Double
     Dim Z As Double
     Dim Righe As Variant
     Dim Mess As Long
        Sheet53.Unprotect ("xxx")
        X = Range("C1").Value + 1 'Section Counter
        Y = ListSheet.Range("I" & X).Value 'Existing rows counter
        Z = ListSheet.Range("H" & X).Value 'Position counter
        Righe = InputBox("How many rows would you like to add?", , "1")
        If Righe < 1 Then GoTo errX  ' test for invalid row number
         RigheSheet.Rows(X).Copy
         Rows(Z - 1 & ":" & Righe + Z - 2).Insert Shift:=xlDown
        GoTo Fine  
    Fine:
    'Formulas update
     Z = ListSheet.Range("H" & X).Value 'Position counter update
     Range("U" & Z - Righe - 2 & ":AF" & Z - 2).FillDown
     Sheet53.Protect "xxx", , , , , True
    Exit Sub
    errX:
    Mess = MsgBox("PLEASE INSERT A VALID NUMBER OF ROWS", vbCritical)
    End Sub
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • BEx Analyzer error -2147417848 (80010108)

    Good morning,
    We are upgrading our GUI from 6.40 to 7.10, and with that, Analyzer 3.5 is reinstalled.  When we try to open Query designer 3.5 or Analyzer 3.5, we get Run-time error -2147417848 (80010108), method logon of object _CSAPLogonConnection failed.  We are unable to go any further.  And advise would be greatly appreciated.

    Hi Hari,
    Thks for the answer, that resolved the issue.
    I just have a question, Im in the process to test Office 2010 and when I try to run BEx, Excel raise the following error.
    *"Excel was able to open the file by repairing or removing the unreadable content."*
    *"This workbook has lost its VBA project, ActiveX controls and any other programmability-related features."*
    Do you know if we will be able to run BEx in office 2010? Does anyone knows if microsoft is taking care about make their office versions compatible with SAP?

  • Excel error -2146777998

    Hi LabView community,
    I wonder is someone has encountered this problem before me. I am maintaining an application which generates 2 excel reports which are similar. The app generates them in a case structure wired to the loop value (i) of a for loop. (1st report in case 0, 2nd report in case 1)
    All is good and works well on a development system, and 2 other PCs but on one particular customer PC, the above excel error occurs sometime between finishing the 1st report and starting the 2nd.
    Meagre Google links point to problems not closing Excel after the 1st report - which is fine, but in my code there is only 1 reference to the report which is passed through each invoke node until there's a "Dispose Report.vi" at the end.
    I also dont understand why, if excel being open causes this error, the error doesnt occur on the other 2 test PCs (all PCs are Windows 7-64/ Office 2010).
    If Excel is opened again in parallel thanks to the marvels of auto parallism, this also confuses me because at the end of the 1st report there is a small delay inside a flat sequence so this would seem to restrict auto parallelism by using rules of dataflow , as well as the for loop generating the report mentioned earlier.
    If I swap around the order of report generation, the failure still occurs between report 1 & 2.
    Any ideas , world?
    System is LabView 2011
    Thanks,
    Chris
    Attachments:
    Dispose Report.png ‏12 KB

    Hi El_Penguino,
    The Dispose Report does close the reference to the report, however in my research it seems that Excel occasionally stays open behind the scenes, which may be what's causing the error. After you receive the error, open up Task Manager and see if there's an Excel process still running when Excel is not open. If so, stop the process, and attempt running your program again.
    Here's the discussion I found that mentions the background Excel process messing with the Report Generation Toolkit:
    Error -2146777998 Unkown System
    http://forums.ni.com/t5/LabVIEW/Error-2146777998-Unkown-System/m-p/720393/highlight/true#M329651
    I hope this helps!
    David S.

  • Run-Time error '-2147417848 (80010108) in Crystal Report on SAP BW Query

    I have installed Crystal Report 2008 SP1 and the Business Objects Integration kit for 3.1 but when I try to create a report on top of an SAP BW query using the toolbar, after entering the logon parameters for SAP BW, I get a error message :
    Run-Time error '-2147417848 (80010108)
    Automation error
    The object invoked has disconnected from its clients.
    CR exits after this error message.
    I have tried uninstalling the Kit and CR, cleaning up the registry, and installing it again and still got this error message - It is the same for all my SAP BWs.
    Anyone ever had this?
    Thank you,
    R.

    Is this still an issue?

  • Trying to export my forms results to excel  error message is adobe can not save as the file is open

    trying to export my forms results to excel, error message is adobe cn not save as the file is open in another location,   however, no other file is open.

    Thanks for continuing the help, but it is a medical realted form and I will just keep it confidential at this time.
    Larry Lakes,  Executive Director
    The HANDLE Institute
    [email protected]
    541-639-1588
    P. O. Box 6264
    Bend, OR  97708

  • Internal Excel Error

    Hello:
    I'm working with excel 2007 and Essbase 9.3.1 Add-in.
    I've an excel 2007 sheet that, when I try to retrieve data (already connected or not), the following message appears:
    "Essbase has encountered an internal excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Excel and restart in order to clear up the problem".
    But restanting excel don't clear up the problem. If I save the excel sheet as excel 2003, then the problem doesn't apperar.
    Does anyone knows what's happening?
    Thanks in advance and regards,
    Joaquin Castellano

    Here's info on this issue: http://oraclebrasil.wordpress.com/2011/11/09/error-essbase-has-encountered-an-internal-excel-error-when-retrieving-in-excel-with-essbase-excel-add-in-11-1-1-3/
    Hope this helps!

  • Essbase has encountered an internal Excel error

    Hi All,
    I've got a problem with Excel 2010 with Excel add-in relative versione 11.1.2.1
    this is the message of error:
    Essbase has encountered an internal Excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Excel and restart in order to clear up the problem
    but this problem not compare always.

    Here's info on this issue: http://oraclebrasil.wordpress.com/2011/11/09/error-essbase-has-encountered-an-internal-excel-error-when-retrieving-in-excel-with-essbase-excel-add-in-11-1-1-3/
    Hope this helps!

  • Bex Analyzer error -2147417848

    Hi ,
    I am getting following error 
    Run-time error '-2147417848 (80010108)':
    Automation error
    The object invoked has disconnected from its clients..
    Value help window crashes with error -2147417848 (80010108) .
    This happens, when selecting a value by moving to the right handside of value help selection window in Query Designer or Analyzer.
    Sometimes, this is followed by an runtime error '440'.
    When I serached the forum I found that i need to look Note 1039191 - "Value help window crashes with run-time error -2147417848.
    Please tell me how do I look at the oss note.
    Thanks.

    Run-time error '-2147417848 (80010108)':
    Automation error
    The object invoked has disconnected form it's clients.
    Once you are working with SAP BW BEx tool and accessing different version of SAP BW you might encounter an error in BEx Query Designer says:
    > u201C"Run-time error '-2147417848 (800010108)': Automation error The object invoked has disconnected from its clients".u201D
    BEx Query Designer crashes afterwards.
    Solution is to replace the RFC library librfc32.dll stored in your \WINDOWS\system32 on the client PC with a proper version depends on you SAP GUI version:
    620: Version >= 6206.6.1938.4727 (620x.x.x.4727).
    640: Version >= 6400.3.79.4740 (640x.x.x.4740).
    710: check the newest patch of SAP GUI on SAP FTP server.
    Thanks,
    Arun Bala G

  • EVDRE encountered error retrieving the data from web Server

    Hi,
    I know this is the common/generic error message, following is our scenario:
    We installed BPC NW 7.5 on our production box and configured F5 load balancing for two .NET servers.
    We are getting the error "EVDRE encountered error retrieving the data from web Server"when we run the report EVDRE on APSHELL (original Appset). This is the fresh installation:
    The workaround "Clear Local application information". Even this works only sometimes.
    Is there anything else we should have configured on using two .NET servers?
    Please suggest.
    Thanks

    hi Nagesh sorry for the delayed reply..
    We changed some of the parameters at F5 switch like sticky time, timeout..
    And the MDXPARSER connection to one of out application server was failling, thats why we did not had this issue consistently.
    When ever the request goes to that app server fails. It took a lot effort to notice this since we were assuming the F5 switch was only causing the issue.
    Thanks

  • Run-time error -2147417848 (80010108), method '~' of object '~' failed

    Hello
    I have an application written in VB6 which uses Crystal 9 Reports (RDC). The application is running on Windows XP, SP2.
    On this PC is .net Framework 2.0 installed and since then from time to time I get the message:
    run-time error -2147417848 (80010108), method '' of object '' failed
    But this error doesn't appear always, but when it happens, it happens always at setting the datasource
    example:
    repReport.Database.SetDataSource rsDummy
    Does anybody know why this is?
    Thank you for your help.

    Hi, Urs;
    Whereever the error is occuring, you should ensure you have the latest version of our files. For a client install, be sure that you are using the latest Merge Modules from our web site to deploy your application.
    If you are not getting the error on your development system, you may have newer files there than on the client.
    Regards,
    Jonathan

  • - Runtime error '-2147417848 (80010108)': ??????

    Hi ,
      I am encountering problem when I am trying to restrict Characteristics, the error description is
    "- Runtime error '-2147417848 (80010108)' " and getting disconnected immediately from BW Server 
    This is not working even after applying both SAP notes 857360 and 684106. Do u think still I need to do apply any notes.... Please help me out.
    Points will be warded
    Regards,
    Andy

    Hi
    Apply this note and it will fix your issue.
    Note:1039191
    Regards
    Please, asign point if useful.
    Regards

  • When access BW from Crystal I get: run-time error '-2147417848(80010108)'

    Installed Crystal and the SAP int Kit in the correct order. I can access R/3 but get an error when trying to access BW:
    run-time error '-2147417848(80010108)'
    Then Crystal crashes and shuts down.

    Yep, I have the same... The only one solution for me for now is open report, then log in to BW using toolbar icon from SAP integration kit bar. Only after that you can work with this report without crash.

  • Run-time error '-2147417848'

    Hello,
    i am facing very strange problem when i excute query in BEX Analyzer. Vendor characterstic is displaying for all the row value Not assigned. i have checked the Vendor wheather it is having any data or not. Vendor is having data.
    i found one thing wrong with vendor characterstic in Bex when i try to view the values of that characterstic in left plan of BEx designer. i am getting one runtime error .
    Run-time error '-2147417848' method '' of object '' failed. when i click on ok on that screen. Bex is closing .
    Please help me out on this issue.
    Thanks in advance.

    Check the Display as property of the Vendor characteristic
    If it is Name make it Key.
    May be it is bcoz u have not maintained the master data for it.

  • EvDRE Log error 7:

    Can anyone provide any insight into this error noted in the evDRE log file:
    Error: 7-Out of memory
    What exactly is out of memory-server or client? OLAP or SQL? I am running a large report that does not finish-gets the white evDRE error/message box.

    At what point do you receive the error? Expand? Query? Refresh? ...
    Have you tried to minimize the report?
    This error should be referring to the serveru2019s memory, (I'm not sure of your exact error).
    Try running the same report and monitor your serveru2019s memory usage.
    Also monitor you clientu2019s memory usage while running the report. It might be your clients if you are doing a huge amount of excel calcs/functions.
    If you are using Citrix, it might be the Citrix servers memory, (doubt it).

Maybe you are looking for

  • Multiple Devices on iCloud beta

    When I go to the iCloud beta on iTunes it indicates that my iPhone4 can be used to download music etc from the cloud. However, I am also using a MBP and iPad and would like to use these devises to download also. How do the get iCloud to recognize the

  • NO_PERMISSION Exception when calling secured EJB-methods

    In WL6.1, I have an Ejb with secured methods. The (Swing) client application accesses the Ejb through rmi-iiop using the JDK1.3.1 Orb. Unfortunately, it seems that the caller identity (which was supplied in the InitialContext lookup) is not propagate

  • Error while trying to setup a standby database.

    While tring to setup a standby database (with version 8.1.7.0.0) i am running the command: recover managed standby database timeout 20; Here is the errors i'm getting: ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below ORA

  • How can I import .doc word files into Pages from Word 2008 for Mac?

    I find that if I try to insert a .doc document from the earlier version of Word for the Mac, it works fine, but if I try to insert a doc which has been saved in "compatibility mode" as a .doc in Word 2008, Pages doesn't recognise it. I didn't even kn

  • How to create automatic Transfer Order for posting change delivery mvt.321?

    Hi, We are using HU with WM functionality; While posting stocks after UD, the system creates a posting change delivery instead of directly posting the stock to unrestricted stock from quality stock. Now that we have to process the ourbound delivery b