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 currently testing a configuration of WebFOCUS 7.6.4 on Windows Server 2003. I have two reporting servers:
1) Full function server named EDASERVE. This is the default server in the WebFOCUS client.
2) A Maintain SAS named WFM_SAS. This server has an additional private service named DEPLOY for application deployment.
The WFM_SAS is an additional configuration using the same binaries as EDASERVE.
The two reporting servers, the WebFOCUS client, and the web/application server (Apache tomcat 6.0.18) are all on the same machine.
I deploy the application to the DEPLOY service on WFM_SAS using an additional Remote Server I set up in the WebFOCUS Client with same PORT and HTTP_PORT as WFM_SAS but with CLIENT(DEPLOY). Add the MNTCON LOADIMAGE command to the EDASPROF. But I am having trouble running the maintain procedure.
Since the EDASERVE is the default server on the WebFOCUS client, when I issue a MNTCON RUNIMAGE from the command console in Developer's Studio, I get a LOADIMAGE not found. It tries to run the command in EDASERVE.
When I change the default server to WFM_SAS in the WebFOCUS client the command runs without fail. How can I specify running a command in a specific service in a specific server from the command console in Developer's Studio?
Sandbox Config:
WebFOCUS 7.6.4 in Window Server 2003 Apache Tomcat 6.0.18 JRE 1.6.07
Sandbox Version: 8.1.04 Sandbox Platform: Windows 2008 R2 Testing Version: 7.7.02M Testing Platform: Windows Server 2008 R2 WF Production Version: 7.7.02M Production Platform: Windows Server 2008
Posts: 57 | Location: Philadelphia, PA | Registered: June 19, 2007
Why are you trying to run SAS from the Dev Studio command console? The SAS config should only be active when you’re ready to run the entire app from a launch form, etc. Otherwise the app should be tested in private mode.
The problem could be...
You might be hitting a local odin for the Dev Studio server vs. your remote servers. If you have any trouble running outside of Dev Studio, it could be a question of making sure the server node with service name is in ALL Odin.cfg files, including in the client.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
Thanks. I'll try that as soon as I figure out how to run it from a web page from the documentation.
Sandbox Version: 8.1.04 Sandbox Platform: Windows 2008 R2 Testing Version: 7.7.02M Testing Platform: Windows Server 2008 R2 WF Production Version: 7.7.02M Production Platform: Windows Server 2008
Posts: 57 | Location: Philadelphia, PA | Registered: June 19, 2007