Pages

Wednesday, July 25, 2012

Como remover a mensagem "JPivot has been replaced by Pentaho Analyzer..." no Pentaho BI Server CE 4.5


Siga os passos abaixo para remover a mensagem abaixo:



JPivot has been replaced by Pentaho Analyzer.
It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho.

Passo a Passo

1) Localize o arquivo Pivot.jsp na pasta biserver-ce-4.5.0-stable/biserver-ce/tomcat/webapps/pentaho/jsp

Edite onde diz:


        JPivot has been replaced by Pentaho Analyzer.
        It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho.

Altere para o texto desejado, no meu caso eu mudei para o texto:

Save your time. Save your money. Hire us. We are Open Source BI Specialists. Contact us info@it4biz.com.br





2) Reinicie o Pentaho BI Server CE 4.5 (Tomcat), pronto !


3) Be happy!!!

3 comments:

  1. Ou então tira todo o código a seguir e despolui tudo

    ;)


    <div id="deprecatedWarning" style="margin: auto; width: 100%">
    <table width="580px" align="center" style="background-color: #fffdd5; border-style: solid; border-color: #dcb114; border-width= 1px; font: normal .85em Tahoma, 'Trebuchet MS', Arial">
    <tr>
    <td>
    <img src="./jpivot/navi/warning.png"/>
    </td>
    <td>
    JPivot has been replaced by Pentaho Analyzer.<br/>
    It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho.
    </td>
    </tr>
    </table>
    </div>

    ReplyDelete
  2. Ou então tira todo o código a seguir e despolui tudo :)



    <div id="deprecatedWarning" style="margin: auto; width: 100%">
    <table width="580px" align="center" style="background-color: #fffdd5; border-style: solid; border-color: #dcb114; border-width= 1px; font: normal .85em Tahoma, 'Trebuchet MS', Arial">
    <tr>
    <td>
    <img src="./jpivot/navi/warning.png"/>
    </td>
    <td>
    JPivot has been replaced by Pentaho Analyzer.<br/>
    It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho.
    </td>
    </tr>
    </table>
    </div>

    ReplyDelete
  3. Marcello,

    Para clientes deixamos sem texto, tiramos tudo.

    Abs
    Caio

    ReplyDelete