Focal Point
[SOLVED] ERROR: (FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED:

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/597100735

September 29, 2010, 03:47 PM
Suzy
[SOLVED] ERROR: (FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED:
I have two reports-User Summary and User list. The User Summary should hyperlink to the User list, but it's getting an error.

(FOC205) THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: USP_RPT_UA_USERLIST

Both reports run independently but I can't get the link to work. Below is the hyperlink.

 TYPE=DATA,
     TARGET='_blank',
     COLUMN=ACTIVE_USER_ACCTS_CNT,
     FOCEXEC=userlist/userlist( \
     IN_DATE_NAME = '&IN_DATE_NAME' \
     IN_DATE_TOKEN = '&IN_DATE_TOKEN' \
     IN_ACCTSTATUS = 'Active' \
     LISTLBL = '&LISTLBL' \
     LISTVAL = '&LISTVAL' \
     IN_OUTFORMAT='&IN_OUTFORMAT' \
 ),
 WHEN= ACTIVE_USER_ACCTS_CNT GT 0, 

This message has been edited. Last edited by: Kerry,


WebFOCUS 8.0.08
Solaris
HTML, PDF, XLS, CSV
September 29, 2010, 03:55 PM
GamP
quote:
FOCEXEC=userlist/userlist

Is this piece correct? Just wondering 'coz I don't see the name of the fex that it is complaining about, the USP_RPT_UA_USERLIST.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
September 29, 2010, 04:03 PM
Suzy
Yes this is correct.


WebFOCUS 8.0.08
Solaris
HTML, PDF, XLS, CSV
September 29, 2010, 04:44 PM
Spence
TYPE=DATA, COLUMN=N6, \
COLOR=BLUE, STYLE=NORMAL,FONT='ARIAL',SIZE=8, JUSTIFY=LEFT, TARGET=_blank, \
URL=http://wsxx-wxx01/ibi_apps/WFServlet?(IBIF_ex='TAXDRL' \
DRL_TBL=N31 \
BRANCH_ID=N4 \
CUSTOMER_NO=N5 \
CUSTOMER_NAME=N8 \
START_DATE=N19 \
END_DATE=N20 \
SHIP_TO_SUFFIX=N6\

), $


WF 8 version 8.2.04. Windows.
In focus since 1990.
September 29, 2010, 05:20 PM
Francis Mariani
quote:
USP_RPT_UA_USERLIST

is a Master file name. It appears to be missing from the Application Path when running the drilldown fex userlist in app folder userlist.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 29, 2010, 05:32 PM
Suzy
Thanks it's resolved, it was adding the userlist to the application path in the webconsole.


WebFOCUS 8.0.08
Solaris
HTML, PDF, XLS, CSV