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.
In the Web Applications area of Dev Studio, I cannot edit certain files - any file with a file-type other than "html". I can rename any file to have "html" as file type and then edit it, but I cannot edit htm, txt, js ,css files - I get this error:
FOC1562 EDAGET: FILE FMARIAN/file-name NOT FOUND error
We have APPLOCK set to ON (I'm not sure what this does, specially since I haven't authenticated anywhere).This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Sounds like a WebDAV issue. Not sure if WebFOCUS even uses it, but it is a way to edit files on a remote server via another facility. Seems like it kinda fits with the MRE/Web Server paradigm.
If an EDAGET has a problem, then I guess the issue is with the WebFOCUS server and the machine its running on.
I have seem similar issues here many years ago, when the Webserver was running under another user, adn all the files created were owned by "nobody". although we could read the files, we could not do anything else.
Perhaps you could check to see who owns the files and what are the privileges, including the subfolders.
Just issue a ! ls -al against the directory and see.
This is a three tier environment, with the web server on Windows Server and the reporting server on AIX. So, the "Web Applications" are on the Windows server and the "Data Servers" are on AIX. The only way to access these environments is via Dev Studio - we do not have FTP or shell access.
Thanks,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I guess that it is related to the web server on windows. As its a three tier env, only the web components are on the web server.
I'm probably off the mark, but I would check out the privileges on the files of the web server, and what user the web server is running under, if its taking your privileges, What the WebFOCUS web app is running under, etc.
I guess you don't have access to the windows machine the webserver is running on, a share.
Although I don't think that it will test this specific issue, have you logged into the WebFOCUS Administration Console and done a verification test under Diagnostics ?