Focal Point
[SOLVED]remove parameter button on the Deferred Status page under the Utilities tab

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4651088413

January 22, 2009, 07:32 PM
mike
[SOLVED]remove parameter button on the Deferred Status page under the Utilities tab
how can one do this in v7.6? In v7.1, one can edit the enmrchft.def in
7.1.x ibi\WebFOCUS71\client71\wfc\etc

But this file does not exist in v7.6 any more.
thanks.

This message has been edited. Last edited by: mike,


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
January 22, 2009, 09:28 PM
dhagen
I don't know if this is the official way, but if you edit the /WebFOCUS76/client/wfc/etc/ENtemplate.xml, and change this:
   <template name='DEFER_CONTROL_HREF_REPLAY'>
       <![CDATA[
            <A HREF='javascript:toPromptWindow("<inserttemplate DEFER_CONTROL_HREF_REPLAY_URL />")'>
                <IMG SRC="<insertvariable FOCHTMLURL />/javaassist/intl/<insertvariable IBIWF_language_upper />/<insertvariable IBIWF_language_upper />paramtrs.gif" WIDTH=<inserttext txt_deferred_paramtrs_gif_width /> HEIGHT=<inserttext txt_deferred_paramtrs_gif_height /> ALT="<inserttext txt_deferred_parameters_ALT />" BORDER="0"></A>
       ]]>
   </template>
  


to this:
  
   <template name='DEFER_CONTROL_HREF_REPLAY'>
       <![CDATA[
          <!--
            <A HREF='javascript:toPromptWindow("<inserttemplate DEFER_CONTROL_HREF_REPLAY_URL />")'>
                <IMG SRC="<insertvariable FOCHTMLURL />/javaassist/intl/<insertvariable IBIWF_language_upper />/<insertvariable IBIWF_language_upper />paramtrs.gif" WIDTH=<inserttext txt_deferred_paramtrs_gif_width /> HEIGHT=<inserttext txt_deferred_paramtrs_gif_height /> ALT="<inserttext txt_deferred_parameters_ALT />" BORDER="0"></A>
          -->
       ]]>
   </template>


That seems to do the trick.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
January 23, 2009, 01:43 PM
mike
I got this error with the change:

Error attaching to Reporting Server: EDASERVE
The reporting server may not be running or may not be properly defined in the Client Communication Configuration file.

Please notify your server administrator.

This message has been edited. Last edited by: mike,


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
January 23, 2009, 03:13 PM
dhagen
Make sure you entered exactly like I specified. All that was added was commenting out the HTML with the:
<!-- 
-->


You are suppose to restart the web application after this change ... sorry, forgot to mention that in the last response.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
January 23, 2009, 04:20 PM
mike
yes, I did. I understood the commented out change. I also did the ./edastart -start
thing. That is what you meant by starting web app?

This message has been edited. Last edited by: mike,


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
January 23, 2009, 05:56 PM
mike
Hi dhagen: I apologized. I finally got it to work. The issue was a timing discrepancy between stop/start the websphere app server and the wfc server. thanks. It works great!


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats