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 need a way to restart the application server everyday at a specific time. I want to do the same thing as going into the webconsole and under Workspace clicking on Restart. This is done to reset the Statistics. I was looking for something to put into a fex in which I could then schedule in Report Caster…maybe a setting or a UNIX command?
Any help would be appreciated!This message has been edited. Last edited by: Kerry,
As you are on UNIX you should have a job in init.d and links in the appropriate rcn.d directories.
If you just want the statistics resetting you can but I would go for the server restart approach as this will also clear up any memory and orphan edatemp work directories created by agent crashes etc.
As Waz says a simple cron job will do the task and can be scheduled for any convienient time such as 3:00am.
Your UNIX admin should be able to do this standing on his head
but basically
edit the cron schedule by entering the following at a unix console prompt
crontab -e
to simply reset the statistics add the following to the file