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 am looking to get WebFOCUS Serve name in fex files other than changing edasprof.prfThis message has been edited. Last edited by: Kerry,
Env Prod:WebFOCUS 7702 ,Windows xp on 64, SQL Server 2008, IRF Tool Env 1 Local: DevStudio 7702 - MS Windows XP SP2 - Apache Tomcat 5.0.28 Output: HTML, Excel and PDF
Posts: 52 | Location: NJ,USA | Registered: May 26, 2004
Hi, If I understand your question, then perhaps you can do this by passing the HTTP variables to WebFOCUS by using site.wfs e.g. HTTP Header Variables Available for Script Processing HTTP header variables are moved into the WebFOCUS variable table and become WebFOCUS variables, at which point you can use them in WebFOCUS scripts to further customize processing and control of the WebFOCUS Client. You can use standard HTTP header variables in addition to your WebFOCUS Client settings to further customize processing and control of the WebFOCUS Client. You can place the variables that are placed in the WebFOCUS variable table by the Servlet in site.wfs or in the node profile of a specified server. As an example, the following statement checks whether or not constant .ibi.com is contained in the WebFOCUS Client variable HTTP_HOST. HTTP_HOST contains ".ibi.com" # INSERT YOUR CODE HERE....
These are some of the variables: SERVER_NAME SERVER_PORT SERVER_PROTOCOL SERVER_SOFTWARE
WebFOCUS 8.2.06 mostly Windows Server
Posts: 195 | Location: Johannesburg, South Africa | Registered: September 13, 2008
You can also use the follwing -SET &COMPNAME = FGETENV(12,COMPUTERNAME,12,'A12');
This will give you the name of the machine/server that the webfocus reporting server is running on. We use it to determine if a report is in development, test or prod and set variables accordingly.
Crystal
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006