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     How to include maintain procedure in the portal

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to include maintain procedure in the portal
 Login/Join
 
Platinum Member
posted
hi All

i create DashBoard that access webFocus Report i Create the Procedure easily At Managed Reporting,and i include it with in block inside the DashBoard, but now am stuck at this point: how to Create Maintain procedure that update the Data Source at the MR to include it inside the DashBoard?
any idea Confused


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Platinum Member
posted Hide Post
Hi,

I'm a bit confused....

Is your question : how to add a maintain module to your dashboard?

if so...

you can create a HTML page , which starts your maintain module, you can this html-page to your dashboard

for example

<html>
<head>
<title>Launch SearchTool Application</title>
<script language="javascript" type="text/javascript">
  function enterMntApp()
  {
    start.IBIF_cmd.value=
      "MNTCON CLOSEMSH;MNTCON APPPATH iam;MNTCON EX IAMMAIN";
    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=""/>
  </form>
</body>
</html>




Is this what your are looking for?


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
Platinum Member
posted Hide Post
ThanX for reply
Yes my quistion is how to add maintain module to the DashBoard;
but i have some difficulty to understand your Code
[Cuz am beginner with WF 7.1]:-

start.IBIF_cmd.value="MNTCON CLOSEMSH;MNTCON APPPATH iam;MNTCON EX IAMMAIN";

can you explain please Roll Eyes


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Platinum Member
posted Hide Post
start.IBIF_cmd.value="MNTCON CLOSEMSH;MNTCON APPPATH iam;MNTCON EX IAMMAIN";


It is the commandline to start a maintain proc.



iam : being the projectfolder of your application
iammain : being the main procedure of your module

so replace these two by your own data

just copy the rest.


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
Platinum Member
posted Hide Post
it begin asking me about user name and password
my WebFocus is starting in start security OFF

any suggest;


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Platinum Member
posted Hide Post
i got it

what i am doing ? just i set the value to "" at the hidden parameter

and it is run

but correct me if i am in wrong way


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Platinum Member
posted Hide Post
just remove the connect line


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
Platinum Member
posted Hide Post
is working fine now

thanX a lot Pete


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report 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     How to include maintain procedure in the portal

Copyright © 1996-2020 Information Builders