找到
c8\webapps\p2pd\WEB-INF\classes下的
viewer_XX.properties文件,XX是指区域,EN指英文地区,CN指中国,所以先备份
viewer_CN.properties,把RV_BUSY_OPTIONS_SELECTED 、RV_BUSY_OPTIONS_UNSELECTED、RV_BUSY_OPTIONS_LINK 三个属性值删除掉改成:
RV_BUSY_OPTIONS_SELECTED =
RV_BUSY_OPTIONS_UNSELECTED =
RV_BUSY_OPTIONS_LINK =
保存文件,重启cognos即可
=======================================================================================
IBM官方页面
http://www-01.ibm.com/support/docview.wss?uid=swg21344292
For IBM Cognos 8 BI 8.3:
For Cognos 8.3, there is no need to modify the QSRVUITextRL_en.xml as noted for earlier version of Cognos 8. Instead locate and edit the viewer_XX.properties file (where XX stands for the locale you use such as EN for example) under c8\webapps\p2pd\WEB-INF\classes. Ensure to backup this file prior to making any modification.
Edit the file by finding the following 3 lines:
RV_BUSY_OPTIONS_SELECTED = Instead of waiting, you can set it to run in the background with one of the following delivery options:
RV_BUSY_OPTIONS_UNSELECTED = Instead of waiting, you can select a delivery method to run the report in the background.
RV_BUSY_OPTIONS_LINK = Select a delivery method.
And change them to:
RV_BUSY_OPTIONS_SELECTED =
RV_BUSY_OPTIONS_UNSELECTED =
RV_BUSY_OPTIONS_LINK =
Note: if you want to use non ASCII characters, you should describe with UTF-16 encoding, for example "\u5b9f\u884c", etc.
After making the change and saving the file, restart the Cognos 8 services.
RV_BUSY_OPTIONS_SELECTED =
RV_BUSY_OPTIONS_UNSELECTED =
RV_BUSY_OPTIONS_LINK =
保存文件,重启cognos即可
=======================================================================================
IBM官方页面
http://www-01.ibm.com/support/docview.wss?uid=swg21344292
For IBM Cognos 8 BI 8.3:
For Cognos 8.3, there is no need to modify the QSRVUITextRL_en.xml as noted for earlier version of Cognos 8. Instead locate and edit the viewer_XX.properties file (where XX stands for the locale you use such as EN for example) under c8\webapps\p2pd\WEB-INF\classes. Ensure to backup this file prior to making any modification.
Edit the file by finding the following 3 lines:
RV_BUSY_OPTIONS_SELECTED = Instead of waiting, you can set it to run in the background with one of the following delivery options:
RV_BUSY_OPTIONS_UNSELECTED = Instead of waiting, you can select a delivery method to run the report in the background.
RV_BUSY_OPTIONS_LINK = Select a delivery method.
And change them to:
RV_BUSY_OPTIONS_SELECTED =
RV_BUSY_OPTIONS_UNSELECTED =
RV_BUSY_OPTIONS_LINK =
Note: if you want to use non ASCII characters, you should describe with UTF-16 encoding, for example "\u5b9f\u884c", etc.
After making the change and saving the file, restart the Cognos 8 services.