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     [weird] Problems with file access in Dev Studio

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[weird] Problems with file access in Dev Studio
 Login/Join
 
Expert
posted
[weird]

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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
I think that there are web calls to open and save the files when editing from Dev Studio.

Do you have access to the WF servers console ?

Can you edit from there.

I guess it could be Web Server related.

It is a weird one.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Master
posted Hide Post
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.

- ABT


------------------------------------
WF Environment:
------------------------------------
Server/Client, ReportCaster, Dev Studio: 7.6.11
Resource Analyzer, Resource Governor, Library, Maintain, InfoAssist
OS: Windows Server 2003
Application/Web Server: Tomcat 5.5.25
Java: JDK 1.6.0_03
Authentication: LDAP, MRREALM Driver
Output: PDF, EXL2K, HTM

------------------------------------
Databases:
------------------------------------
Oracle 10g
DB2 (AS/400)
MSSQL Server 2005
Access/FoxPro
 
Posts: 561 | Registered: February 03, 2010Report This Post
Expert
posted Hide Post
Still weird - in an App Folder in the Web Applications area I can edit a file named "menu1.htm.bak", but I cannot edit one named "menu1.htm".


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Developer Studio v7.6.8. APPLOCK is ON. User Profiles exist on the reporting
server for Developer Studio users.

.htm, .js, .css, .xml files ARE NOT editable in the Web Applications area of Dev
Studio Explorer window. Error:

(FOC1562) EDAGET: FILE IBINCCEN/EXECUTIVE/KPIHR NOT FOUND

.html, .mas, .acx files ARE editable in the Web Applications area of Dev Studio
Explorer window.

All files in ibinccen and ibisamp are editable including .htm, .js, .css, .html,
.mas, .acx.

All files in subfolders of ibinccen are not editable. Error:

(FOC1562) EDAGET: FILE IBINCCEN/EXECUTIVE/KPIHR NOT FOUND

Cannot create new files in any App Folder in the Web Applications area of Dev
Studio Explorer window, including ibinccen and ibisamp.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
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.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
Waz,

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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
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 ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 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     [weird] Problems with file access in Dev Studio

Copyright © 1996-2020 Information Builders