Oracle Analytics Cloud and Server

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

BIEE导出excel报错

Received Response
11
Views
1
Comments
3156960
3156960 Rank 1 - Community Starter

大家好: 

     如果能帮忙解决以下导出问题,非常感谢。

     账号已有导出数据权限,但导出数据时报此错误

QQ截图20170112113733.png

Answers

  • Rain.Han-Oracle
    Rain.Han-Oracle Rank 1 - Community Starter

    怀疑是进行了大量数据下载的请求,超过了JavaHost的最大限。

    请参考

    OBIEE 11g: Nothing Happens or Receive Error: "There was an error processing your download. Please check with your administrator." When Exporting to Excel 2007+ but Export to Excel 2003 Works (Doc ID 1568930.1)

    1.

    config.xml: 里增加 <InputStreamLimitInKB>的值

    为了测试可以先改为0(无限大)。如果能够解决的话,再根据您的业务需求一点一点加大值。

    2.

    xdo.cfg里下面属性修改为true

    <property name="xlsx-keep-values-in-same-column">true</property>