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'm in a Unix shop and whenever I see that message, it is because
a. the file now belongs to someone else and the person who is trying to write it is not allowed. b. the person trying to write it in Dev Studio is not who he thinks he is, i.e. the cookie got messed up.
You were right to look at permissions. The only other thing I can think of is space issues.
Well, the system's admin and I are having a hard time of all this.
Does anyone know where we can find the user the IBI is using to create a file listed in a filedef so we can grant that user the appropriate permissions?
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
say Jason does your file get written if you TABLE FILE CAR PRINT * ON TABLE.... END ? If so, its not the filedeffing and writing, its something whacky in your phone number data, perhaps. Check that sort of thing first.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Or just do a -WRITE to the filedef after the filedef has been registered. So: FILEDEF JK DISK ..... -RUN -WRITE JK Something
Maybe you'll find what's wrong in this way. By the way, if you're running non-secure, the user the server runs under is the local system account. And that account only has full rights on the local machine and will not be allowed to write on other servers, regardless of the security level of that other server. If that's the case it may be advisable to run the server as a secure (EDAEXTSEC=ON) or pass through (EDAEXTSEC=PTH) server.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
GamP: I think you're on to something with your suggestion. I think we are running non-secure. Is there any way to make this work with the non-secure setup that we have?
All: we are able to create the file on local drives, c: for example, but not on any other server, either through the UNC path or through mapping the drive on the reporting server first.
Thanks!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.