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     WF Maintain -- Anyone know how to override the App Path in Maintain?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
WF Maintain -- Anyone know how to override the App Path in Maintain?
 Login/Join
 
Virtuoso
posted
I have two applications running on a single reporting server that need different APP PATH settings. Is there a way to modify the path in the call to Maintain, or within it?

I will gladly send five geek gold to anyone that can help with this.

John



 
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007Report This Post
Platinum Member
posted Hide Post
Hi John,

I always supply the the extra path in my call in the example below thats loader

  

-HTMLFORM BEGIN
<html>
<meta http-equiv="Pragma" content="no-cache">
<head>
<title>Upload Module </title>
<script language="javascript" type="text/javascript">
  function enterMntApp()
  {
  var today = new Date();
  start.newdate.value=today.getTime();
    start.IBIF_cmd.value=
      "MNTCON CLOSEMSH;MNTCON APPPATH loader;MNTCON EX upload;";
    start.submit();
  }
</script>
</head>
<body onload="enterMntApp()">
  <form name="start" action="http://S11007:80/cgi-bin/ibi_cgi/ibiweb.exe" method="POST">
    <input type="hidden" name="IBIS_connect" value="on"/>
    <input type="hidden" name="IBIS_passthru" value="on"/>
    <input type="hidden" name="IBIC_server" value="CLUSTER"/>
    <input type="hidden" name="IBIF_cmd" value=""/>
    <input type="hidden" name="newdate" value=""/>
  </form>
</body>
</html>
-HTMLFORM END





Is this what you are looking for?

P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Expert
posted Hide Post
App commands:

APP PATH app1 app2...appn - to set the directory search path.

APP PREPENDPATH app1 - to prepend a directory to the existing path.

I'm not sure how you call Maintain, but if it's called from a fex, you can add one of these commands before the call...

If it's called from a URL, you may be able to add '&IBIAPP_app=app1' which acts like an APP PREPEND command.

I hope this helps.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
Thank you both. I'm going to have to try this again. I got word that it didn't work when we put it in place earlier. It just makes sense that it would work.

J.



 
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007Report This Post
Virtuoso
posted Hide Post
In stead of doing this with the MNTCON command, I always add an extra input field, like:
<input type="hidden" name="IBIAPP_app" value="maintain_app masters fexes"/>

Hope this helps...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 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     WF Maintain -- Anyone know how to override the App Path in Maintain?

Copyright © 1996-2020 Information Builders