"Catastrophic failure" exception on export...

Hi,
I am working on .Net application that uses CRXIR2 embedded server as a 3rd party reports application.
I am trying to run a report based on a stored procedure, and got this "catastrophic" exception:
Catastrophic failure  at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.Export(CrReportExportFormatEnum exportFormat, Int32 Reserved)...
ErrorCode = -2147418113
when i run:
crystalBytes = reportClientDocument.PrintOutputController.Export(ConvertToCrysalExportFormat(format), 0);
I tried looking up this exception and error code, and all i got was somethong related to SQL server 2000.
I'm using SQL server 2008...
Also, when running other reports based on database views, the reports ran successfully..
Does anyone have an idea?...
Thank you,
Dana.

Hi,
I think I've found the problem.
I changed my stored procedure parameters, from int to bigint.
I ran the report in the designer, using the new stored proc - it worked ok.
when i run it using RAS, i first set parameter values using :
reportClientDocument.DataDefController.ParameterFieldController.SetCurrentValue("", parameter.Name, this.logId);
where logID is of long datatype.
when i change it to int, i don't get the exception.
Is it not possible to set a report parameter value to long datatype?

Similar Messages

  • "'Catastrophic failure (Exception from HResult:0x8000FFF(E_UNEXPECTED))'" when updating a List item

    Hi,
    I am receiving the below error when I update a List item.
    'Catastrophic failure (Exception from HResult:0x8000FFF(E_UNEXPECTED))'
    I have enabled the Verbose logging, and below are the details of the error that I have taken from Log Files.
    Application error when access /sites/exg/Lists/Applics/EditForm.aspx, Error=Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))   at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish)     at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish)
    Kindly advise the resolution to avoid this error.
    Thanks

    Hi shameej,
    i found a similar thread , can you plz check it?
    http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/2ee9e393-70f9-4ec7-b19b-f107ef204ef7
    http://www.sharepointdev.net/sharepoint--development-programming/catastrophic-failure-after-itemupdatingeventhandler-66510.shtmlBest Regrads,
    Ahmed Madany

  • Catastrophic failure ( Exception From HRESULT:0x8000FFFF (E_UnExpected))

    Received this error after installing the desktop client from Azure.
    Created LS app, deployed to Azure, Installed client, received the error.
    I am currently running VS2013 Update 4 and Silverlight 5 (5.1.30514.0). The client download and installs, but on execution, I get the error.
    I read the article below, but to no avail.... Any ideas?
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/bce9d623-2985-42dc-9efc-30897fb0ea9b/catastrophic-failure-exception-from-hresult0x8000ffff-eunexpected?forum=lightswitch

    I managed to resolve this. Being that the application is in beta, there is no SSL attached to it. I tweaked the config to not require encryption and it worked. I'm having another issue now...
    I published an update to the same application. When I run it from my desktop, it shows the application has been updated and to run the application again. Well, everytime I run it, I get the "Updated successfuly" message and advised to run the application
    again. I found a blog post regarding the same issue, but his resolution did not work for me. Here is the link:  http://jandho.blogspot.com/2012/09/out-of-browser-ls-app-keeps-on-showing.html
    Any help would be greatly appreciated

  • Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) in biztalk pipeline

    I am working pipeline component , where I am reading stream and then promoting properties something like this . As I am using streamreader I added using statement. But when i add this I got error  Reason: Catastrophic failure (Exception from HRESULT:
    0x8000FFFF (E_UNEXPECTED)) . I am not understanding  what it mean? If I removed using statement it works fine no issue. Can somebody explain me. 
    Note: I am planning to convert this code with stream pipeline later. But right now have to maintain below existing code, which I am trying to add using statement.
    if (pInMsg.BodyPart != null)
                        if (originalStream != null)
                             using(StreamReader sReader = new StreamReader(originalStream))
                                  StringBuilder sBuilder = null;
                                  while (sReader.Peek() != -1)
                                        sBuilder = new StringBuilder(sReader.Read());
                                        if (sBuilder.ToString().Substring(0, 2) == "test")
                                            string[] TCount = sBuilder.ToString().Split(SepratorChar.ToCharArray());
                                            testCount= Convert.ToInt32(TCount [1]);
                                    string srcFileName = Path.GetFileName(pInMsg.Context.Read("ReceivedFileName", "http://schemas.microsoft.com/BizTalk/2003/file-properties").ToString());
                                    pInMsg.Context.Promote("EDIFileName", "https://Zones._870.EDIProperty", srcFileName);
                                    pInMsg.Context.Promote("GE02", "https://Zones._870.EDIProperty", testCount);
                                    //originalStream.Seek(0, SeekOrigin.Begin);
                                    //pInMsg.BodyPart.Data = originalStream;
                                    //outMsg = pInMsg;
                                    //outMsg.BodyPart.Data = originalStream;
                    //return outMsg;
                    return pInMsg;

    I think this synatx should solve that issue
    if(BTS.LastInterchangeMessage exists MsgTransaction)
    interChangeSequenceNumber = MsgTransaction(BTS.InterchangeSequenceNumber);
    Sure.

  • "Catastrophic Failure" trying to export from Crystal Reports Explorer v10.5

    In using Crystal Reports Explorer v10.5 (add on to Crystal Enterprise v10) I am trying to export just over 211k records to MS Word. 
    The data is coming from a Business View (created in Business View Manager) that uses an OLEDB connection to an Oracle database.
    I get the following error message:
    CrystalReportVIewer
    Error caught in ICrystalReportGridViewerImpl::render
    webReporting.dll '0x80004005'
    Catastrophic failure
    line: 16031
    I have no idea what's causing this or how to resolve it.  Can anyone assist?  Thank you!!
    Edited by: AmberDoreen on Mar 21, 2009 2:03 AM

    No - it doesn't work with any of the viewers and the same error occurs.    I think we've determined that it's due to the amount of data and the % of resource allocation in order to export the results.  The query behind the data is pretty complex, and the Oracle views that are being accessed are also pretty beefy.  It's just a huge hit on resources.  I've advised my client to provide more filters & reduce the amount of returned rows to see if that clears things up.  I'm waiting to hear if they are successful.  Thanks for responding, though!  I'll update once I hear from the client.

  • ICE: Catastrophic failure (Exception from HRESULT: 0x8000FFFF(E_UNEXPECTED)) from Windows Embedded Media Creator

    Windows Embedded Standard 8 ICE Toolkit
    when I attempt to Create IBW Image from Configuration....
    joeEmbed

    Sean, i figured it out. I have to choose the "folder" option, because the "flash" disk option doesn't recognize that I have any USB sticks plugged in when I do. However, when I choose the "folder" option, I point to the root
    of my USB drive (a USB drive that I've previously used as a WES8 IBW boot drive and only deleted the contents) and that's when this "catastrophic" error occurs. I discover that I need to create a bootable IBW USB drive each time in order for this
    method to work. Its a pain to go through the whole "disk part" procedure to make a bootable disk. Do you have any other suggestions? Thanks, Joe
    joeEmbed

  • BAPI_DOCUMENT_CREATE2 throws communication failure exception

    Hello to all,
    I want to upload a file in WebDynpro ABAP by placing a service call to BAPI_DOCUMENT_CREATE2.
    But i am getting "communication failure" exception. Request your help on this issue.
    <b>(RFC Exception COMMUNICATION_FAILURE with Message RFC destination Create document does not exist. Occurred)</b>
    Code for this service call is as follows :-
    METHOD EXECUTE2_BAPI_DOCUMENT_CREATE2 .
    DATA: ls_doc    typE bapi_doc_draw2,
          ls_return typE bapiret2.
        key fields of the document
    DATA: lf_doctype    typE bapi_doc_draw2-documenttype,
          lf_docnumber  typE bapi_doc_draw2-documentnumber,
          lf_docpart    typE bapi_doc_draw2-documenttype,
          lf_docversion typE bapi_doc_draw2-documenttype.
    **.... Originals that are checked in simultaneously
    DATA: "lt_files typE bapi_doc_files2 OCCURS 0 WITH HEADER LINE,
          lt_files type standard table of bapi_doc_files2,
          wa_lt_files like line of lt_files,
    **.... Short texts
          lt_drat  typE standard table of bapi_doc_drat,
          wa_lt_drat like line of lt_drat,
    **.... Object links
         "lt_drad  typE bapi_doc_drad OCCURS 0 WITH HEADER LINE.
         lt_drad  typE standard table of bapi_doc_drad,
         wa_lt_drad like line of lt_drad.
    Allocate document data
    ls_doc-documenttype    = 'DRW'.
    ls_doc-documentnumber  = '4711'.
    ls_doc-documentversion = '00'.
    ls_doc-documentpart    = '000'.
    ls_doc-statusextern   = 'AF'.
    ls_doc-laboratory     = '001'.
    Check in original 1 simultaneously in the SAP Database
    REFRESH lt_files.
    CLEAR lt_files.
    wa_lt_files-storagecategory = 'DMS_C1_ST'.
    wa_lt_files-docfile      = 'c:\original_acy.txt'.
    wa_lt_files-wsapplication = 'TXT'.
    APPEND wa_lt_files to lt_files.
    declarations for context navigation
      DATA lo_element TYPE REF TO if_wd_context_element.
      DATA lt_elements TYPE wdr_context_element_set.
    declarations for parameters
    get all involved child nodes
    get input from context
    the invocation - errors are always fatal !!!
      DATA lv_rfc_error   TYPE c LENGTH 120.
      DATA lv_rfc_message TYPE string.
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        DESTINATION  'Create document'
        EXPORTING
           documentdata =                    ls_doc
    "      hostname =                        wd_this->hostname
    "      docbomchangenumber =              wd_this->docbomchangenumber
    "      docbomvalidfrom =                 wd_this->docbomvalidfrom
    "      docbomrevisionlevel =             wd_this->docbomrevisionlevel
    "      cad_mode =                        wd_this->cad_mode
    "      pf_ftp_dest =                     wd_this->pf_ftp_dest
          pf_http_dest =                    'SAPHTTPA'
       IMPORTING
          documenttype =                    lf_doctype
          documentnumber =                  lf_docnumber
          documentpart =                    lf_docpart
          documentversion =                 lf_docversion
          return =                          ls_return
       TABLES
    "      characteristicvalues =
    "      classallocations =
          documentdescriptions = lt_drat
          objectlinks = lt_drad
    "      documentstructure =
          documentfiles = lt_files
    "      longtexts =
    "      components =
        EXCEPTIONS
          system_failure =                    1   MESSAGE    lv_rfc_error
          communication_failure =             2   MESSAGE    lv_rfc_error.
    error handling
      CASE sy-subrc.
        WHEN  1.
          lv_rfc_message = lv_rfc_error.
          RAISE EXCEPTION TYPE cx_wd_no_handler
            EXPORTING
              textid        = cx_wd_no_handler=>kind_rfc
              old_exception = `SYSTEM_FAILURE`
              rfc_message   = lv_rfc_message.
        WHEN  2.
          lv_rfc_message = lv_rfc_error.
          RAISE EXCEPTION TYPE cx_wd_no_handler
            EXPORTING
              textid        = cx_wd_no_handler=>kind_rfc
              old_exception = `COMMUNICATION_FAILURE`
              rfc_message   = lv_rfc_message.
      ENDCASE.
    store output to context
    ENDMETHOD.

    Hi Abhishek,
    This link may be helpful for you
    Re: How to upload file from Web Dynpro into R/3 (BAPI_DOCUMENT_CREATE2)
    Regards
    Fahad Hamsa

  • RFC call ended with "Communication Failure" exception (Function call failed; could not find the function

    Hi All,
    I am getting error while executing oDATA service from SAP Netweaver Gateway
    Error details:
    RFC call ended with "Communication Failure" exception (Function call failed; could not find the function
    I am using SAP NG 740
    Project is created in Gateway system using SEGW having Map to Datasource option used.
    in SPRO manage alias, I had seleted Local App option. Screen attached
    I had tried all troubleshooting like delete and add service and alias in "/IWFND_MAINT_SERVICE".
    but still getting same error for all service.
    Kindly advise.
    Regards
    Vivek

    Hello Vivek,
    Service builder would have also generated code for RFC Exception handling to catch exceptions raised when communication fails between your GW and BE for some reasons.
    Handling is done for 1. System Failure 2. Communication Failure & 3. Business Failure;
    Put a BP in your DPC or DP_EXT class where exception code is written to check what exactly is has caused communication failure.
    Check if that RFC is existing in that destination or not.
    For your reference  : Code would be something like this. Put BP here and check the problem.
    * Error and exception handling
    IF lv_subrc <> 0.
    * Execute the RFC exception handling process
       me->/iwbep/if_sb_dpc_comm_services~rfc_exception_handling(
         EXPORTING
           iv_subrc            = lv_subrc
           iv_exp_message_text = lv_exc_msg ).
    ENDIF.
    Go inside this method and check to get info on what has to be done to resolve issue.
    Check carefully what has gone wrong and fix it accordingly.
    No need of adding service & deleting as problem is not because of that.
    Regards,
    Ashwin

  • Using Windows 7 Professional, as soon at I try to start a system restore, I receive error message "Incorrect function. (0x80070001)" and "Catastrophic failure (0x80000FFFF)." How can I avoid this and perform my system restore?

    Windows Explorer has stopped responding for the most part and I found http://support.microsoft.com/kb/2694911 list of solutions. After working through all of the first options on the list, I tried a system restore three different points
    but got the same two errors: "Incorrect function. (0x80070001)" and "Catastrophic failure (0x80000FFFF)."

    Hi TAS,
    Regarding the error message, I recommend you try to this :
    "0x8000ffff" error message when you try to restore a Windows 7-based computer by using System Restore
    http://support.microsoft.com/kb/2695585/en-us
    If your issue persists, let me known.
    Best regards,
    Karen Hu

  • 8000FFFF catastrophic failure

    In an ASP page we get the following message when trying to connect to an Oracle database via Oracle ODBC driver:
    provider error 8000FFFF catastrophic failure.
    The error is random.
    The server configuration is:
    NT 4.0 SP5
    IIS 4.0
    MDAC 2.6 (same problem with 2.5 and 2.5 SP1)
    Oracle ODBC driver 8.1.5.5
    SQL Server 7
    SMS 2.0
    Trend Micro antivirus suite
    Oracle 8i 8.1 is installed on another server.
    Do you know what can cause it?
    Thanks in advance.
    Pino Soldani
    [email protected]
    null

    You should try updating both the ODBC driver and the Oracle client patchset (I believe 8.1.5.1.2 is the latest). If that doesn't work, you can try turning on tracing to see what the last ODBC call made is-- that will help isolate the problem.
    Justin Cave
    ODBC Development

  • Problem "The OLE DB provider for linked server reported an error. The provider reported an unexpected catastrophic failure Cannot fetch a row from OLE DB provider for linked server"

    hi
      i'd like to ask question about linked server.
      my linked server used to work but now when i try to select from linked server i was told "The OLE DB provider for linked server reported an error. The provider reported an unexpected catastrophic failure Cannot fetch a row from OLE DB provider
    for linked server"
      but in fact for test connection i was told "the test connection to the linked server succeeded".
      could  anyone help me? thank u very much
    best regards
    martin

    Hi, 
    In addition to Tracy's post we have to know those answers as well:
    * what provider are you using for the connection
    * what do you connect to
    for example, if someone try to connect to oracle using sql server provider then several simple queries are going to work probably OK, but once you are trying to use T-SQL or any complex SQL query then the errors are starting.
    please post the connection string (without the password!) + the query that you are trying to use.
    [Personal Site] [Blog] [Facebook]

  • Update 10.7.4 has triggered MBP catastrophic failure.. help!

    Please Help!
    2009 Macbook Pro 15.4" 4gb RAM (Unibody)
    HD 500.11 GB FUJITUS MJA2...
    I tried to install an update for 10.7.4 via the combo package. The update says it failed so I tried to install it again- every time I got to finalizing/moving things around stage of the update it would say that it failed. I believe it may have succeeded, at least partially. I went to restart my machine and now I am stuck at the Apple logo Grey screen. I have tried the following:
    Shift for safemode: it got me through to user login once, but then I hit  restart and reset the PRAM and after that no  more safe mode success.
    Safemode now fills up the progress bar to a certain point and then the bar just dissapears and I'm left with the spinning gear of infinity.
    Verbose mode/single user mode: got me to a screen white text ending in:
    "mac framework successfully initialized using 16384 buffer headers and 10240 cluster I0 buffer headers"
    There is no input allowed.
    Target mode successfully gives me the target symbol, but I have not tried to access it as a drive.
    I have managed to boot into CMD-R recovery mode and tried to repair my disk. Unfortunately it reads in red 'Error: Disk Utility can't repair this disk....disk, and restore your backed-up files.' Upon 'Verify Disk' it red errors out with: Invalid node structure. The volume Macintosh HD coudl not be verified completely. Error: This disk needs to be repaired. Click Repair Disk.
    when I try to do other boot-key combos sometimes it will just turn on for a brief second and then turn back off again.
    I have never tinkered around inside my machine either.
    I don't have a current backup, I suppose that is what I will be doing now via target mode.
    I have also checked for the flashback virus a couple weeks ago and was in the clear.

    2009 MacBook Pro eh? It looks like your hard drive has failed. Three years is pretty standard. Often, then only hint you have is catastrophic failure.
    If you put the old hard drive into an external enclosure or similar device, you may still be able to migrate your data from it. Just because it won't boot doesn't mean you can't still read from it. Still, I wouldn't keep trying it. As long as you are buying a new hard drive, may as well get sometime to use with Time Machine too.

  • "catastrophic failure" in Teststand database viewer using mySQL

    Hello all,
    I am using Teststand 3.1 and mySQL version 5.0.3 I have everything set up and teststand seems to be logging results to the database. The reason I say this is because I can see the data using a mySQL query browser. The problem is when I try to use the Teststand database viewer I get a "Catastrophic Failure". I right click on a field from the database and say view data and I get the failure. Any ideas on what this problem is and/or how to fix it?
    Thanks in advance.
    EHat

    EHat -
    I just debugged this problem last week using MYSQL source for their ODBC driver. This appears to be a bug in their ODBC driver.
    Basically the MS DataGrid control is trying to access catalog info from a handle that has not yet been connected to the database. Internally in MYSQL a function table is null and a dereference occurs which causes an access violation. Even though the MS control should be better behaved, the MYSQL driver should be returning an error if the table is null, not crashing.
    For the next version of TestStand we will workaround this problem. I have an updated DatabaseViewer that you can try attached to this posting.
    Scott Richardson
    National Instruments
    Attachments:
    DatabaseViewer.zip ‏138 KB

  • Recovering from catastrophic failure - keys and media - help?

    Not sure if this is the right place, but it looks like a good place to start...
    Situation is:
    - MacbookPro catastrophic failure.
    - Can't locate original media (not even sure of the version but I think it was a couple versions back of Creative Suite)
    - Foolishly didn't record License Keys other than electronically... on the failed computer
    I'd love to reinstall on a soon-to-be-purchased new MacbookPro, but I haven't a clue how to round up the needed items (media and license keys).
    Does Adobe have a way to find out what products I have registered?
    Can they provide downloadable media images and license keys for those versions?
    Any other suggestions?
    (Yes, I know... buy the new version, but looking to use license I already have since I'm staring at the cost of a new MacBookPro)
    Thanks to all.

    Thanks Mylenium.
    It dumps me to a series of questions trying to isolate my problem (none of which matches) before it dumps me at a page saying my support options are the forums. 
    Any other ideas?

  • I am always getting a General Failure Exception

    Hello,
    I have been working on a UDO form.
    Recently my code is generating "General Failure" Exceptions at parts where the code worked a couple of days ago!
    My add-on was working perfectly before, and I haven't changed anything in it.
    It is setting a general failure exception, when i set the String property of an EditText object, and when i set a form's visible property to true.
    What could be the problem?
    Thanks
    Ralph

    Hi,
    try this in C#
                   /// <summary>
                   /// summary
                   /// <para>Sets the value of a edittext. This is because of the general failure problem, when setting edittext values directly. </para>
                   /// </summary>
                   /// <param name="_editText">The editText to set the value. </param>
                   /// <param name="_value"The value to set.</param>
                   /// <returns>Returns allways true . </returns>
                   public bool setEditTextValue(EditText _editText, string _value)
                        try
                             _editText.Value = _value;
                             return true;
                        catch (Exception)
                             return true;
    Have fun,
    Holger

Maybe you are looking for

  • ERP 6 EHP7 on HANA upgrade error

    Dear Experts, We have faced the error attached below when trying to upgrade our system ERP6 EHP7 on HANA from sp2 to sp4 using SUM SP10 : Details log PARCONV.LOG are: 1 ETQ201 Entering upgrade-phase "MAIN_NEWBAS/PARCONV_UPG" ("20140510162238") 2 ETQ3

  • How to view all metadata (meaning all) in itunes?

    ok ive been trying to find info about this and found nothing on the web. I downloaded a couple albums from a blog, the thing is that this person added his name and name of the blog in every single file. I dont like it. Like for example in the comment

  • Flash Builder 4.7 does not update

    Hello, well I'm putting this here because the doubts forum flash builder anyone responds! I migrated to Windows 8.1 Pro and installed Flsh Builder 4.7 and when I upgrade from this error: 'Contacting Software Sites' has encountered a problem. Unable t

  • Plan cost for activity element

    My internal activity can calculate plan cost from a workcenter properly , but while I append a activity element(internal) and add the same worcenter and data the activity element does not calculate plan cost , but if I confirm the activity element it

  • CS2 Photoshop keeps crashing

    I have CS2, have been offline for about a year. Recently hooked up to the internet again. Now CS2 keeps crashing eveytime I open it.