Testing APP HOLD

How to:

This section describes how to test APP HOLD.


Top of page

x
Procedure: How to Test APP HOLD

To test APP HOLD:

  1. Create the sample\1 subfolders in the following directory structure:
    <ibihome>\ibi\apps\ibisamp\sample\1

    where:

    <ibihome>

    Is the location on your system where WebFOCUS is installed.

  2. From the Windows Start menu, select All Programs, Information Builders, WebFOCUS 80 Server, and then click Web Console.

    The Web Console logon page opens.

    Note: The WebFOCUS Reporting Server must be running in order to open the Web Console.

  3. Enter a valid user name and password in the User ID and Password fields, and then click Log in.

    The Web Console opens.

  4. Click Applications from the menu bar and then select Application Directories from the context menu.
  5. Create a procedure named wftest1 under ibisamp and paste the following syntax into this subfolder:
    APP HOLD ibisamp/sample/1
    TABLE FILE EMPDATA
    PRINT *
    ON TABLE HOLD AS WFTEST FORMAT FOCUS
    END
  6. Run the wftest1 procedure using the following URL:
    http://servername:port/ibi_apps/WFServlet?ibisamp&IBIF_ex=wftest1.fex

    Verify that the following result is displayed in the Web browser:

  7. Navigate to the following directory:
    <ibihome>\ibi\apps\ibisamp\sample\1

    where:

    <ibihome>

    Is the location on your system where WebFOCUS is installed.

  8. Verify that the wftest.mas and wftest.foc files are available in the directory.

iWay Software