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     FOCEXEC Procedure Not Found When Procedure Copied to Reporting Server

Read-Only Read-Only Topic
Go
Search
Notify
Tools
FOCEXEC Procedure Not Found When Procedure Copied to Reporting Server
 Login/Join
 
Gold member
posted
I have a Maintain application that calls Maintain programs and Executes fex procedures. Everything works fine if the application is deployed to the reporting server.

But since their is more than one programmer working on the application, it is painful to deploy all programs together. We can copy our maintain programs to the reporting server by themselves with no problems. We also can copy fex programs that are run as Web links.

The programs that are not found are fex programs that are run from a "EXEC ProgramName" statement in the calling Maintain program.

The message is "(FOC03828) From Server LOOPBACK ==> THE FOCEXEC PROCEDURE CANNOT BE FOUND: ProgramName"

I tried adding the "AT ServerName" after the EXEC ProgramName" but that didn't help.

Kent


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
 
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007Report This Post
Expert
posted Hide Post
Kent,

What directory are the 'not found' programs in? Is this directory in the global application path? If not, can you call them from the MAINTAIN using the directory as a qualifier?


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Master
posted Hide Post
Kent
When Maintain does the deploy to a server it automatically inserts the AT SERVER name for CALLS and EXECs. It takes the server name that you have told Maintain to use; ie the server you are deploying to. Please note that this is also the case with images, javascripts and any other resource files, so be careful if you are just copying files.

Adding the AT SERVER name SHOULD allow Maintain to find the proper files on the server even if they are not deployed. You may need to include the PATH statement as well so Maintain can find the specific procedures:
EXEC proc AT server PATH "path1 path2 ..."

My recommendation is use the deploy tool to deploy some files. Then, look at the deployed files and see exactly what was included in that Maintain file. Use the code from the deployed files in the files you just want to copy over.

Mark
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Gold member
posted Hide Post
Thanks, Mark!

I just needed to add the PATH to my EXEC statement. Funny that it is not required on the CALL statements.

Kent


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
 
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007Report 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     FOCEXEC Procedure Not Found When Procedure Copied to Reporting Server

Copyright © 1996-2020 Information Builders