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     [SOLVED] Access is denied when copying files to a backup server

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Access is denied when copying files to a backup server
 Login/Join
 
Gold member
posted
When I run a backup job from local host, it copies files from the production server (focsrvr) to the backup server (srv01) using the following format:

CMD COPY \\focsrvr\ibi\apps\ajmaster\actarc11.foc \\srv01\ajl\ajmaster\

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:

APP MAP DDPROD \\focsrvr\ibi\apps\ajmaster
APP MAP DDBKUP \\srv01\ibi\apps\ajmaster
APP PREPENDPATH DDPROD
APP PREPENDPATH DDBKUP
APP SHOWPATH
APP COPYF DDPROD ACTARC11 FOC DDBKUP ACTARC11 FOC

I get the message "SYNTAX ERROR" on the "APP COPYF" command. Is something wrong with this code.

I am on release 7.6.0.

Kent

This message has been edited. Last edited by: Kerry,


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
 
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007Report This Post
<JG>
posted
quote:
APP COPYF DDPROD ACTARC11 FOC DDBKUP ACTARC11 FOC

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.
 
Report This Post
Gold member
posted Hide Post
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.


WF 7703M, XP/Win7, MRE, RC, BID, PMF, HTML, PDF, Excel 2000/7/10
 
Posts: 73 | Location: NY | Registered: February 06, 2007Report This Post
Gold member
posted Hide Post
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, 2007Report This Post
Platinum Member
posted Hide Post
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, 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     [SOLVED] Access is denied when copying files to a backup server

Copyright © 1996-2020 Information Builders