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 have recently set up WF8105 where the code is being migrated from 8008 which is not working. Question is directed to Francis since this piece was written by him
Below is an Echo of the piece of code, -DEFAULTH &P_APPLICATION_ID = 'FOC_NONE'; -DEFAULTH &P_PAGE_ID = 'performance'; -SET &P_PAGE_ID = TRUNCATE(custom2); -SET &OUTAPP = '\\' || dviappvmwebf001 || '\ibi\apps\DD'; -*-SET &P_TRACE = 'SQL_ON'; -*-SET &P_TRACE = 'OFF'; -*-SET &I_DEF_BUS_DTE = 'N'; -*-SET &I_DEF_FUNC = 'N'; -*-INCLUDE common/common_settings.fex SET HOLDLIST=PRINTONLY -RUN APP MAP outapp \\dviappvmwebf001\ibi\apps\DD -RUN FILEDEF HFILE DISK outapp/portal_links_custom2.htm -RUN -* Set up HTML header area ------------------------------------------------------------------------- -WRITE HFILE < !DOCTYPE html> 0 ERROR AT OR NEAR LINE 100 IN PROCEDURE util_rpt_herbi_links_create_page (FOC340) DIALOGUE MANAGER -WRITE FILE NOT ALLOCATED OR FILEDEF'ED: -WRITE HFILE < !DOCTYPE html>
It seems like the Filedef is not working and not letting me -WRITE to the .htm file i am trying to write to.
I checked the folder permissions and even the anonymous user has full control over the folder 'DD' under ibi\apps.
Can you please advise what permissions should i check or is it a result of 'Code Tightening'.
Any ideas to use here, i tried fildef'ing a text file and write to it, gives the same error.This message has been edited. Last edited by: iBeny,
Webfocus 8105,8808,7703,7611, EXL2K,HTML,PDF,COMT,AHTML Info Assist+ , Reportcaster
FILEDEF HFILE DISK \\dviappvmwebf001\ibi\apps\DD\custom2.htm
If I remember correctly DD was a share and dviappvmwebf001 was changed to dviappvmwebf02. My suggestion would be to try writing to an area that you absolutely know exists and have permissions to.
It seems like the Webfocus server was running using local system account which was not letting the program write the allocated FILEDEF'ed html. I was able to write it when i restarted the server with Admin Service accounts.
Webfocus 8105,8808,7703,7611, EXL2K,HTML,PDF,COMT,AHTML Info Assist+ , Reportcaster