How to: |
You can debug your application by identifying the files you are using. You can identify the file name and location of a procedure, data source, Master File, Access File, or StyleSheet. WebFOCUS searches on the path of the WebFOCUS Reporting Sever and identifies the file using the WHENCE command.
The maximum length of the file name is 64 characters when using the WHENCE command.
WHENCE procedure FOCEXECwhere:
Is a procedure.
Issuing the command
WHENCE FINANCE FOCEXEC
produces output similar to the following:
C:\ibi\apps\session\layout.fex
WHENCE focusfile FOCUSwhere:
Is a FOCUS data source.
Issuing the command
WHENCE CENTINV FOCUS
produces output similar to the following:
C:\ibi\apps\session\centinv.foc
WHENCE masterfile MASTERwhere:
Is a Master File.
Issuing the command
WHENCE CENTINV MASTER
produces output similar to the following:
C:\ibi\apps\session\centinv.mas
WHENCE accessfile ACCESSwhere:
Is an Access File.
Issuing the command
WHENCE GKEIVP ACCESS
produces output similar to the following:
C:\ibi\srv80\home\catalog\gkeivp.acx
WHENCE stylesheet FOCSTYLEwhere:
Is a StyleSheet.
Issuing the command
WHENCE GGORDERS FOCSTYLE
produces output similar to the following:
C:\ibi\apps\session\classic.sty
| WebFOCUS |