Focal Point
[CLOSED] submitting report in deferred mode

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

May 13, 2014, 03:54 PM
subbu
[CLOSED] submitting report in deferred mode
Hi,

I have normal report i.e.. it is no a MRE Fex file and is residing in a applicaion folder on the Web FOCUS server.

could any one tell me how to submit a normal fex file in defrred mode is it possible?

I know if is is MRE Fex we need to set the property IBIMR_defer to defer. But, this is not MRE Fex file.

help to submit a report in deferred mode

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6.10
Windows
Output: Excel,PDF
May 13, 2014, 06:02 PM
Waz
How are you running the report, what is the front end that makes the 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!

May 14, 2014, 02:48 AM
subbu
Hi,

I have a launch page where in I have given a radio buttons 1) Online 2) Deferred so if I select Deferred option then report should be submitted in deferred mode.

Please note as I already called it is not a MRE fex its a normal Application folder server fex file.

let me know anything

Thanks!


WebFOCUS 7.6.10
Windows
Output: Excel,PDF
May 14, 2014, 05:27 PM
Waz
Without MRE, I think you will find this very difficult.

I would suggest, as a minimum, adding a MRE login to your process, even if it is just to run a report deferred.

The problem is that WFServlet doesn't (as far as I know) support passing the defer option to the reporting server without MRE.


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!

May 15, 2014, 06:55 AM
Alan B
I had this working in 7.6.11. Not sure how it works in later releases.
http(s)//servername:8121/webconsole?CGIX_cmd=PromptDflt&IBIC_user=userid&IBIC_pass=password&IBIC_svc_name=DFM_DEFAULT&IBIS_page=DFLTPROMPT&IBIF_appname=applicationpath&CGIX_deferr=y&CGIX_option=nodflt&IBIS_prcname=processname&IBIF_cmd=EX application/fexname

The processname is a js generated string and I am not sure it has any real meaning.


Alan.
WF 7.705/8.007
May 15, 2014, 05:20 PM
Waz
The issue with that call is that its to the Reporting server, and the URL may not be exposed.

On saying that, there is a way, it is WebFOCUS after all.


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!

May 15, 2014, 06:06 PM
Alan B
quote:
and the URL may not be exposed

Not sure what you mean by this. Please explain.


Alan.
WF 7.705/8.007
May 15, 2014, 06:20 PM
Waz
Being the reporting server, it may have security on it, or in some cases only port 80 is allowed to have connections from other locations.

I have worked on one site just like this. The only way to get to port 8121, or what ever the WebFOCUs servers http port is, is to log onto the machine.


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!