En WAQR aparece:
Web Ad Hoc Query and Reporting has been replaced by the new Interactive Reporting client. It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho. |
En JPivot aparece:
JPivot has been replaced by Pentaho Analyzer. It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho. |
En ésta publicación explico el procedimiento para eliminar éstos mensajes. Antes que nada tiene que estar abajo el servidor biserver-ce.
Para WAQR:
1. Ir al directorio c:\pentaho\biserver-ce-4.5.0\biserver-ce\tomcat\webapps\pentaho\adhoc
2. Editar el archivo waqr.html
3. Comentar el contenido desde la linea 433 hasta 445 como se muestra a continuación:
<!--<td valign="middle" id="waqrDeprecatedAlert" style="padding-right: 5px"> <table width="580px" style="background-color: #fffdd5; border-style: solid; border-color: #dcb114; border-width= 1px; font: normal .85em Tahoma, 'Trebuchet MS', Arial"> <tr> <td> <img src="images/warning.png"/> </td> <td> Web Ad Hoc Query and Reporting has been replaced by the new Interactive Reporting client.<br/> It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho. </td> </tr> </table> </td>-->
En BI Server v5.x realizar lo siguiente:
1. Ir al directorio \biserver-ce-5.x\pentaho-solutions\system\waqr\resources
2. Editar el archivo waqr.html
3. Comentar el contenido desde la linea 448 hasta 460
Para JPivot:
1. Ir al directorio c:\pentaho\biserver-ce-4.5.0\biserver-ce\tomcat\webapps\pentaho\jsp
2. Editar el archivo Pivot.jsp
3. Comentar el contenido desde la línea 1481 hasta 1493 como se muestra a continuación:
<!--<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>-->
4. Finalmente, iniciar biserver-ce y ya no aparecerán los mensajes de advertencia.
En BI Server v5.x realizar lo siguiente:
1. Ir al directorio \biserver-ce-5.x\pentaho-solutions\system\pentaho-jpivot-plugin\jpivot\table
2. Editar el archivo mdxtable.css
3. Al final del archivo colocar lo siguiente:
#deprecatedWarning { display: none; }
NOTA: para aplicar éstas configuraciones se tiene que detener biserver-ce e iniciar nuevamente para ver los cambios.