Focal Point
[SOLVED]Deferred report submission through URL

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

July 22, 2016, 08:27 AM
kumarhema
[SOLVED]Deferred report submission through URL
I am submitting a report through URL in deferred mode, which was getting sumitted and ran perfectly.
URL:https://abc.com/ibi_apps/views.bip?BIP_REQUEST_TYPE=BIP_RUN&BIP_folder=IBFS:/aaa/ddd/ccc&BIP_item=def_test.fex&IBIMR_defer=defer

But, when I try to pass variables it was not submitting in deferred mode instead it is running on browser (normal mode) and giving the output on the browser.
URL:https://abc.com/ibi_apps/views.bip?BIP_REQUEST_TYPE=BIP_RUN&BIP_folder=IBFS:/aaa/ddd/ccc&BIP_item=def_test.fex&IBIMR_defer=defer&name=kumar

I am using 8.0.9 version and the variable "&IBIMR_defer=defer" need to be replaced with version 8 variable or any other additions to the URL?

This message has been edited. Last edited by: <Emily McAllister>,


8.0.9,windows XP,HTML,EXCEL,PDF
July 22, 2016, 10:57 AM
MartinY
Should not make any differences but... we never know

Try:
URL:https://abc.com/ibi_apps/views.bip?BIP_REQUEST_TYPE=BIP_RUN&BIP_folder=IBFS:/aaa/ddd/ccc&BIP_item=def_test.fex&name=kumar&IBIMR_defer=defer

where defer is the last parm


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
July 25, 2016, 02:35 AM
kumarhema
No luck tried putting the defer as last param. Any more suggestions.


8.0.9,windows XP,HTML,EXCEL,PDF
July 26, 2016, 08:44 AM
kumarhema
Stuck with this. Can anyone help me out with this.


8.0.9,windows XP,HTML,EXCEL,PDF
July 26, 2016, 09:00 AM
Squatch
Try capital "D":

&IBIMR_defer=Defer



App Studio
WebFOCUS 8.1.05M
Windows, All Outputs
July 26, 2016, 09:21 AM
Francis Mariani
This works:

http://my.dev.server/ibi_apps/views.bip?BIP_REQUEST_TYPE=BIP_RUN&BIP_folder=IBFS:/WFC/Repository/Test/FrancisMariani&BIP_item=def_test.fex&IBIMR_defer=defer&APPLE=ORANGE&DUMMY=YES


So does this:

http://my.dev.server/ibi_apps/views.bip?BIP_REQUEST_TYPE=BIP_RUN&BIP_folder=IBFS:/WFC/Repository/Test/FrancisMariani&BIP_item=def_test.fex&APPLE=ORANGEs&DUMMY=YESsss&IBIMR_defer=defer



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
July 27, 2016, 10:02 AM
kumarhema
Tried changing it to capital D. But no luck.

@Fracis: Not able to figure out the change I need to make in the URL. Both the URL's are not getting submitted in deferred mode.


8.0.9,windows XP,HTML,EXCEL,PDF
July 27, 2016, 10:53 AM
Tony A
You could try
http://[your server here][:port number if required]/ibi_apps/WFServlet?IBIWF_defer=defer&IBIWF_defer_action=runItemDeferred&IBFS_path=IBFS:/WFC/Repository/etc./etc./yourfexname.fex&variable1=value&variable2=somevalue


T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
August 03, 2016, 02:07 AM
kumarhema
Thanks Tony. The URL worked by removing the defer_action variable. But wondering how the "WFServlet?" instead of "views.bip?" works in 8.XXX version?


8.0.9,windows XP,HTML,EXCEL,PDF