Lifecycle Management에 대한 기본 시간 초과 설정 수정

Oracle Hyperion Enterprise Performance Management System Lifecycle Management를 사용하여 크기가 큰 모델을 가져오는 경우 임포트 처리에 걸리는 시간이 Oracle WebLogic Server의 기본 시간 초과 설정에 지정된 시간보다 길어질 수 있습니다.

이 이슈를 해결하려면 기본 시간 초과 설정을 재설정해야 합니다.

WebLogic Server에 대한 기본 시간 초과를 수정하려면 다음을 수행합니다.

  1. 다음 위치로 이동합니다.

    %Middleware_HOME%\user_projects\epmsystem1\httpConfig\ohs\config\OHS\ohs_component\mod_wl_ohs.conf

  2. 구성 파일에서 LocationMatch/profitability 섹션을 찾습니다.
    <LocationMatch /profitability>
    SetHandler weblogic-handler 
    PathTrim / 
    KeepAliveEnabled ON 
    KeepAliveSecs 20 
    WLIOTimeoutSecs 3000
    Idempotent OFF
    WeblogicCluster servername:6756 
    </LocationMatch>
    

    SetHandler weblogic-handler

    PathTrim

    KeepAliveEnabled ON

    KeepAliveSecs 20

    WLIOTimeoutSecs 3000

    WeblogicCluster servername:6756

  3. LocationMatch/profitability 섹션에 다음 라인을 추가합니다.
    WLIOTimeoutSecs 3000
    Idempotent OFF
    
  4. 다음 위치로 이동합니다.

    %Middleware_HOME%\user_projects\epmsystem1\httpConfig\ohs\config\OHS\ohs_component\htppd.conf

  5. 다음 텍스트에 표시된 대로 시간 초과3000으로 설정합니다.

    # Timeout: The number of seconds before receives and sends time out. Timeout 3000

    주:

    위에 표시된 서버 시간 초과는 제안된 제한이며, 해당 애플리케이션 서버의 설명서에 제공된 특정 시간 초과 설정에 맞게 수정할 수 있습니다.