Focal Point
[CLOSED] URL to an HTML in EDASERVE?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/490100414

April 07, 2010, 02:53 PM
Jason K.
[CLOSED] URL to an HTML in EDASERVE?
We use URL's all the time to link to report FEX files in the EDASERVE "Self-Serve" environment, such as this one...

http://svr99wfrs/ibi_apps/WFSe...apacity&CLICKED_ON=&

Is there any way to reference an HTML form in the self-serve environment like we do with Fex's?

This message has been edited. Last edited by: Kerry,


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
April 07, 2010, 03:15 PM
GinnyJakes
Certainly:
http://web_server_name/approot/dirname/htmlfile.htm


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
April 07, 2010, 04:57 PM
njsden
Ginny's suggestion allows you to access HTML files sitting in the Web Server; if your Reporting Server is running in the same box chances are both services are "seeing" the same files as APPROOT may be pointing to the exact physical location.

However, if the Reporting Server (EDASERVE) is running in a different box to that where the Web Server is, you'll probably need to do something like the following in order to access HTML files sitting in that box:

http://edaserve_host:8121/approot/dirname/htmlfile.htm


8121 is the "default" port used by the Reporting Server unless a different one has been configured.

- Neftali.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
April 07, 2010, 06:24 PM
Waz
The other way, if the Web server is on a different box, is to have a FEX that returns the HTML file.

-HTMLFORM {app}/{htmlfile}

Just pass in the app folder and file name.


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!

April 07, 2010, 09:18 PM
Ram Prasad E
If its possible to get URL for FEX files, then create a fex with just
 -INCLUDE homepage.html 
or as Waz said -HTMLFORM.


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
April 07, 2010, 09:37 PM
Waz
The URL to execute a FEX file is http{s}://server{: port}/ibi_apps/WFServlet?IBIF_ex={fexname} ....

There are many options to the servlet call.


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!