Purpose

 These steps will help you to have retriever names either in the Dashboard browsing or in the log file depending on logger.output.buffer parameter.

Applicable in CAST Version
Release
Yes/No
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(tick)
Details

 To get retriever name in the dashboard page

  1. Stop web server application
  2. Modify the web.xml file to set the parameter logger.level.ROWREADER to 0

    < context-param>         
    <param-name>logger.level.ROWREADER</param-name>        
     <param-value>0</param-value>         
    <description>ROWREADER log level</description> 
    < /context-param>
  3. Start application in web server


Notes / Comments



Related Pages