OBIEE 12C Export to Excel Issue - Page 2 — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12C Export to Excel Issue

Received Response
316
Views
15
Comments
2»

Answers

  • 3068122
    3068122 Rank 4 - Community Specialist

    Hi ,

    We are on 12.2.1.2 but still not able to export csv more than 65001 rows.

    Parameters that instanceconfig.xml have ;

    <ODBC>

                <ResultRowLimit>999999</ResultRowLimit>

    </ODBC>

    <DefaultRowsInDownload>999999</DefaultRowsInDownload>

  • Charles M
    Charles M Rank 6 - Analytics Lead

    If the issue is specific to CSV files, find this note for the steps: OBIEE 11g/12c : Export to CSV Report / File does not Download more than 65000 Rows in OBIEE 11.1.1.9.X/12c (Doc ID 2026174.1)

    You need to add a parameter in instanceconfig.xml, if it is not already there. For example, if you want to increase it to 100k rows, add this: <DefaultRowsDisplayedInDownloadCSV>100000</DefaultRowsDisplayedInDownloadCSV>.

    Let me know if you need some addtional details/information on this. I have just modified many of these parameters myself. Unfortunately, several files/parameters have influence on exporting ...

    Regards,

    Charles

  • Charles M
    Charles M Rank 6 - Analytics Lead

    You may need to find the specific error message. Try: $INSTANCE_HOME/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/sawlog1.log. There should be some information in there to get started.

    Also, use: OBIEE 11g: Error: "Exceeded configured maximum number of allowed input records. Error Codes: EKMT3FK5:OI2DL65" when Exporting or Opening a Large Report (Doc ID 1487839.1) - or, find a 12c equivalent. This note helped me for an 11.1.1.9.x version.

    Still, other files/parameters may be causing your error. We'd need to see the log entries to find out which threshold is being violated. Please let me know if you are still facing this issue, I have experienced similar issues in 11G ...

    Regards,

    Charles

  • 3068122
    3068122 Rank 4 - Community Specialist

    Hi Charles ,

    first of all thanks for reply. I solved the issue.

    First , I added <DefaultRowsDisplayedInDownloadCSV>100000</DefaultRowsDisplayedInDownloadCSV> parameter under both <Table> and <Pivot> tags. After this configuration ,

    obips1 cannot start. Because <DefaultRowsDisplayedInDownloadCSV> parameter is not supported for <Pivot>.

    Then ,I deleted <DefaultRowsDisplayedInDownloadCSV> parameter from <Pivot> (parameter still exist under <Table> tag)

    everything goes well , obips1 is started and I can export csv more than 65.000 rows.

    Regards

  • Charles M
    Charles M Rank 6 - Analytics Lead

    That's great news! Happy to see you have it working now.

    If you please, you can mark the 'Mar 13, 2017 8:59 PM' reply as being correct. This way, others can find it as well.

    Let me know if you encounter any more export issues ...

    Charles