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.
But when I run the copy on the production server (focsrvr), I get the message "Access is denied". Why will the command run from localhost and not from the production server?
I also tried using "APP COPYF" to backup the files with the following code:
should be APP COPYF DDPROD ACTARC11 FOCUS DDBKUP ACTARC11 FOCUS
As far as the copy issue is concerned make sure the the userid that the WebFOCUS request is being run with has write access to the backup server folders.
When you run from localhost it is you id that has the write privileges to the server. Make sure that the user id used from the WebFOCUS instance has the same privileges.
Our server guy says the server privileges are okay. Is he wrong, or is there a WebFocus table that needs to be changed to allow the copy from one server to another? Thanks, Kent
Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007
The ID being passed to the server depends on the security mode that your webfocus server is running in. For Example with security opsys it passes the effective id of the user logged in so that is the id that would need permission to write to the backup server. If security is LDAP for example then it uses the service account id. (The id that the webfocus service is running under) There is a chart that I can't find right now in the admin guide that shows what id is passed depending on what security method is in effect.
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006