OBIEE 11g : File is too large, error while uploading RPD more than 40MB
Posted by sranka on October 26, 2011
Hi All
Recently ran into an very interesting problem, where using EM when we trying uploading RPD of 40MB size, we repeatedly failed with UI Error message:”Warning: The file upload failed. The file could not be uploaded because it is too large..” . Sai Kodthivada, from team, did some reasearch and found that there is harcoding of 40MB in File location:
D:\OBIEE11g\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\em\jmb4hf\war\WEB-INF\web.xml
<!-- Maximum memory per request (in bytes) --> <context-param> <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name> <param-value>1024000</param-value> </context-param> <!-- Maximum disk space per request (in bytes) --> <context-param> <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name> <param-value>50960000</param-value> </context-param>
We tried modifying the file, but we were not successful, after filing an SR with oracle, support came with an alternative.
An alternative to using EM to upload an RPD may be found in Doc ID: “How To Deploy An OBIEE 11g RPD Using An MBean Via Enterprise Manager And A WLST Script (Doc ID 1319333.1)”.
Hope This helps.
Sunil S Ranka
“Superior BI is the antidote to Business Failure”
Hope This helps.
Sunil S Ranka
“Superior BI is the antidote to Business Failure”