Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12C Export to Excel Issue
Answers
-
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>
0 -
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
0 -
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
0 -
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
0 -
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
0