/obiee/MW/instances/instance1/config/OracleBIServerComponent/coreapplication_obis1
Change the value of EVALUATE_SUPPORT_LEVEL =0 as below
EVALUATE_SUPPORT_LEVEL:
1: evaluate is supported for users with manageRepositories permssion
2: evaluate is supported for any user.
other: evaluate is not supported if the value is anything else.
EVALUATE_SUPPORT_LEVEL = 2;
Configuring Maximum number of records not done for odi server
Configuring Maximum number of records
Exceeded configured maximum number of allowed input records.
Added tags in Instanceconfig.xml file.
Steps :
1. login into EM
2.stop the opmn services
3.go to path /obiee/FMW/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1
4.edit the instanceconfig.xml file using vi command
5. Add bellow line under views tags
<MaxVisibleColumns>30000</MaxVisibleColumns>
<MaxVisiblePages>2500000</MaxVisiblePages>
<MaxVisibleRows>65000</MaxVisibleRows>
<MaxVisibleSections>500000</MaxVisibleSections>
<DefaultRowsDisplayed>45</DefaultRowsDisplayed>
6.save
7.start opmn using EM
Change the value of EVALUATE_SUPPORT_LEVEL =0 as below
EVALUATE_SUPPORT_LEVEL:
1: evaluate is supported for users with manageRepositories permssion
2: evaluate is supported for any user.
other: evaluate is not supported if the value is anything else.
EVALUATE_SUPPORT_LEVEL = 2;
Configuring Maximum number of records not done for odi server
Configuring Maximum number of records
Exceeded configured maximum number of allowed input records.
Added tags in Instanceconfig.xml file.
Steps :
1. login into EM
2.stop the opmn services
3.go to path /obiee/FMW/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1
4.edit the instanceconfig.xml file using vi command
5. Add bellow line under views tags
<MaxVisibleColumns>30000</MaxVisibleColumns>
<MaxVisiblePages>2500000</MaxVisiblePages>
<MaxVisibleRows>65000</MaxVisibleRows>
<MaxVisibleSections>500000</MaxVisibleSections>
<DefaultRowsDisplayed>45</DefaultRowsDisplayed>
6.save
7.start opmn using EM
Comments
Post a Comment