Focal Point
[SOLVED]Looking for Deferred URL in 8007 version

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

July 18, 2016, 08:06 PM
Santhu
[SOLVED]Looking for Deferred URL in 8007 version
Hi Team,

when I run a report with below URL - I am able to execute with no issues.
https://xxxserver.com/ibi_apps...y/POC_FM/Report1.fex

but when I want to run as deferred it is not executing as expected.
https://xxxserver.com/ibi_apps/WFServlet.ibfs? &IBIMR_action=MR_DEFER &IBIAPP_app=poc_fm&&IBIMR_drill=IBFS,IBIMR_defer,IBIF_ex,true&IBIF_ex=/WFC/Repository/POC_FM/Report1.fex

am I missing any other parameters

please let me know.

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


WebFOCUS 8.0.0.7 App Studio
July 19, 2016, 08:04 AM
roy
I have this issue could this be similar
My problem arises in that focus is turning some of the URL components into hex
code. for instance I want this to read
http://bcpweb.fg.rbc.com/defau...?teid=26390&te=30418 but what I get
returned is http://bcpweb.fg.rbc.com/defau...eid=26390%26te=30418 and
this will not call the webpage.. however this works in 7.6.4 this work beautifully because the URL components are just passed and not Changed


WebFOCUS 7.6
Windows, All Outputs
July 19, 2016, 02:27 PM
Santhu
Thanks roy for response.
this URL you send didn't work because you don't have fex file information and how does it get executed.
anyone have an idea?


WebFOCUS 8.0.0.7 App Studio
July 19, 2016, 08:27 PM
Santhu
It is working now with below format.

https://xxxserver.com/ibi_apps/WFServlet.ibfs? &IBIAPP_app=poc_fm&&IBIMR_defer=Defer&IBIMR_action=MR_DEFER&IBIMR_drill=IBFS,RUNFEX,IBIF_ex,true&IBIF_ex=/WFC/Repository/POC_FM/Report1.fex&CLICKED_ON=&CS_ID=22&FMT=HTML

Thanks All.


WebFOCUS 8.0.0.7 App Studio