Topics: |
The Movie and Car files create indexes based on the WebFOCUS configuration settings. Because the WebFOCUS environment settings can vary, they first prompt for the same specific setting.
For these examples, you must initially disable procedure parameters.
Before changes are made, it is recommended that you back up the following files: carmgn.fex and moviesmgn.fex. These files are in the \ibi\apps\ibisamp folder.
You will be prompted for two parameters when the carmgn.fex and moviesmgn.fex files are opened in the Report canvas or when you execute the Format Magnify Movie and Car examples. These parameters are required in order for the WebFOCUS procedure to know where to send its output to feed Magnify Search. The first parameter is for the sever that Magnify Search is installed on (which may include a port number), and the second is the WebFOCUS context root, in which Magnify Search is defined, as shown in the following image.
WHAT_IS_MAGNIFY_URL:port. host:port
WHAT_IS_ibi_apps. wfcontext_root
where:
Is the machine name and port number where WebFOCUS is installed.
Is the WebFOCUS application root.
By default, host:port is localhost:8080 and wfcontext_root is ibi_apps, but because installations can be configured differently, you may need to confirm this with your WebFOCUS Administrator.
Note: If you do not want to receive this prompt, you can edit the code of the procedure to disable these prompts.
To comment out the prompts:
The file you selected (carmgn.fex or moviesmgn.fex) opens as a new tab in the main workspace area and provides you with a text view of the code.
Note: The first image shows the original view of the code, and the second image shows the result after these lines have been uncommented.
FROM:
TO (using your host:port and wfcontext_root):
Note: The prompts should no longer display.
WebFOCUS | |
Feedback |