Jump to content

Hi, We have a fex file(pdf_output.fex) in Webfocus repositor...


Manoj Chaurasia

Recommended Posts

Good one MartinY.

Thiru, another alternative would be a fex that could submit an HTML form, for example:

-HTMLFORM BEGIN

<!DOCTYPE html>

<body onload="document.f1.submit();">

<form name="f1" action="/ibi_apps/run.bip" method="get">

<input type="hidden" name="BIP_REQUEST_TYPE" value="BIP_LAUNCH">

<input type="hidden" name="BIP_folder" value="IBFS:/WFC/Repository/Public">

<input type="hidden" name="BIP_item" value="cardetail.fex">

<input type="hidden" name="COUNTRY" value="ENGLAND">

<input type="hidden" name="BODYTYPE" value="_FOC_NULL">

</form>

</body>

</html>

-HTMLFORM END

Link to comment
Share on other sites

-MRNOEDIT must only be used (and be recognized) by a fex in the Content that call a fex in EDASERVE

A EDASERVE fex that -INCLUDE another EDASERVE fex dont need the -MRNOEDIT

If you ETL fex reside in repository (Content), I think so

MRNOEDIT come from the old WF 7 (and prior) where the domains (Content / Repository) was named : Managed Reporting

So the command -MRNOEDIT tells to WF ManagedReporting (MR) to Not Edit (NOEDIT) and only execute the following -INCLUDE fex

Link to comment
Share on other sites

Hi,

We have a fex file(pdf_output.fex) in Webfocus repository which will genrate the PDF outputs.

We need to pass the parameters and execute that fex file from the ETL process.

Can anyone help me on this

EDASERV & IDM are in the same clound environment and we are accessing the IDM server through WebFOCUS Environments in DMC.

We cant move the pdf_output.fex to EDASERV app folder since the same file used in potal to generate the PDF output for the selectded fileters.

We are using version 8207.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...