Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     called functions from a fex file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
called functions from a fex file
 Login/Join
 
Member
posted
I have a report stored in a file named test.fex which is stored in the folder
Developer Studio Desktop/WebFOCUS Environments/DEV/Managed Reporting/Domains/rwkTest/Standard Reports/projectA

Within this fex file is a "call" to a function
-MRNOEDIT EX projectA/functionA 'parameterA', 'parameterB'

The file functionA.fex is stored in the folder
Developer Studio Desktop/WebFOCUS Environments/DEV/Data Servers/EDASERVE/Applications/projectA

When test.fex is run from the location metioned at the top of this post, it works fine. However, the way our system was set up (years ago), in order to be executed from a Java UI, I need to move the test.fex to the folder
Developer Studio Desktop/WebFOCUS Environments/DEV/Data Servers/EDASERVE/Applications/projectA (which happens to be the same folder that the function is stored in, and also where the master files are stored). Now the call to the function fails with this error message ...

0 ERROR AT OR NEAR LINE 24 IN PROCEDURE _ADHOCRQFOCEXEC *
(FOC303) CONTROL LINE NOT RECOGNIZED IN FOCEXEC: -MRNOEDIT EX projectA/functionA 'parameterA', 'parameterB'

I have tried various ways of referencing the function. Can you suggest what I am missing?

thanks

Richard

NOTES:
1 - some names were simplified to make this an easier read (we do not call our functions functionA, etc)
2 - I am not running it from the Java UI; I am still running it manually from WF as a test before trying the UI
3 - I have a workaround that works; it involves the INCLUDE keyword; but have been asked to research why the EX method stops working


MTO
WebFOCUS Dev Studio 5.3.2 (trying to upgrade to 7.x !)
Unix with Win XP front ends
output usually PDF (and some HTML and XLS at times)
 
Posts: 23 | Location: Toronto, Ontario, Canada | Registered: January 09, 2007Report This Post
Master
posted Hide Post
EXEC is what you need see my earlier in year post on EX and EXEC not being the same.



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Virtuoso
posted Hide Post
See this documentation of MRNOEDIT

-MRNOEDIT is a managed reporting preprocesssor directive, not a dialog manager directive.

When your fex was executed under aegis of MR, it worked fine -- MR removes "-MRNOEDIT" from the line before passing the modified fex code to WFRS, so dialog manager on WFRS is able to handle it, and the referenced fex is located by WFRS within its app folders.

But in your second scenario your fex is executed as is (with the -MRNOEDIT prefix intact) by WFRS, and the dialog manager scan chokes on the unknown MRNOEDIT directive.

This message has been edited. Last edited by: j.gross,


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     called functions from a fex file

Copyright © 1996-2020 Information Builders