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.
Has anyone developed a CRON Schedule for recycling WebFOCUS for maintenance using a Unix Solaris system. Oracle 10g.This message has been edited. Last edited by: Kerry,
WebFOCUS Dev Stud 7.6.2
Posts: 3 | Location: North Carolina A&T State University | Registered: April 21, 2005
We use the linux account of eda to run WebFOCUS, so, in the home/eda folder create a text file (i.e. eda_schedule.txt) with the following to cycle WebFOCUS at 1 am on every Sunday. There is a system file (I think it is cron.allow) that the linux id must be in.
# There are 6 parameters separated by a space:
#
# Specific Specific Day of
# Min Hour Day Month Week Command
# * * * * * command to be executed
# | | | | |
# | | | | +----- day of week (0 - 6) (Sunday=0)
# | | | +---------- month (1 - 12)
# | | +--------- day of month (1 - 31)
# | +----------- hour (0 - 23)
# +------------- min (0 - 59)
#
# Note: Each group can have multiple values separated by a comma.
# Groups are separated by a blank
#
###############################################################################
#
# Cycle WF every Sunday at 1am
#
00 01 * * 0 /home/eda/cyclewf.sh
#
Login in as eda and from the home/eda folder just type:
crontab eda_schedule.txt
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006