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.
I am attempting to deploy a maintain application that I have modified to a dev environment. I am able to deploy but when accessing the application from a web browser, I get the following error messages.
(FOC03847) MntEX Compile failed for appname (FOC03601) ERROR AT OR NEAR LINE 1554 IN PROCEDURE appname.WINFORMS (FOC03681) Syntax Error near column 26. -------------------------v UPDATECLIENTSFORM.PATH = IBFS:/localhost/DEV/appname;
Any assistance with this issue is greatly appreciated.
Thanks!This message has been edited. Last edited by: Donald Dille,
Donald
WebFOCUS 8.1.04 Windows Server, Win10 Excel, PDF, HTML
Hi Donald I believe the PATH value is used for resource files like JS, CSS and Image files. Is it possible that you are deploying the application, but did not deploy a resource file to the WEB server as well? Make sure that all the files need to run the application are deployed along with the application.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
I can confirm that all files in the project have been deployed to the server. I'm confused as to why it is still referencing localhost since I am trying to run the application on a server.
I've searched through my archive of Maintain applications and have not found an equivalent declaration in a wfm file.
This is not greatly meaningful as all maintain apps can be developed differently, but it does puzzle me.
As Mark said you have to ensure all components are deployed.
I make an assumption that you modified this Maintain on your local machine. The initial question is what did you modify? And secondly was this Maintain able to be run on the local machine where the changes were made?
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
Donald I'm not sure what you mean by you made a handful of changes. I hope you are not using an editor to change the MNT / WFM files. When you have forms, these files should only be changed inside the MDE. When you want to run them on a server they need to be deployed. The deployment process changes the paths to the resource files from the development machine to the server.
Please open a case with Customer Support. We will be happy to figure this out with you.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003