Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     running deferred reports in a self service app

Read-Only Read-Only Topic
Go
Search
Notify
Tools
running deferred reports in a self service app
 Login/Join
 
Member
posted
I was able to run deferred reports from the domain, where I included IBIMR_defer=defer in the HTML code:


<input type='hidden' name='IBIMR_domain' value='finapacc/finapacc.htm'>
<input type='hidden' name='IBIMR_folder' value='#rcmatchi2wmx'>
<input type='hidden' name='IBIF_ex' value='app/rcmrpts.fex'>
<input type='hidden' name='IBIMR_fex' value='app/rcmrpts.fex'>
<input type='hidden' name='IBIMR_action' value='MR_RUN_FEX'>
<input type='hidden' name='IBIMR_sub_action' value='MR_STD_REPORT'>
<input type='hidden' name='IBIMR_defer' value=''>
<input type='hidden' name='IBIMR_drill' value='RUNNID'>
<input type='hidden' name='IBIMR_random' value=''>
<input type='hidden' name='IBIMR_defer' value='Defer'>

----*
When I moved the app to the server, my HTML code was:

<!--------------------------------------------------------------servlet --- -->
<input type="hidden" name="IBIC_server" value="BIMCT01">
<input type="hidden" name="IBIAPP_app" value="aprcm">
<input type='hidden' name='IBIF_ex' value='rcmrpts.fex'>
<input type='hidden' name='IBIMR_fex' value='rcmrpts.fex'>
<input type='hidden' name='IBIMR_defer' value='Defer'>
<input type='hidden' name='IBIMR_drill' value='RUNNID'>
<input type='hidden' name='IBIMR_random' value=''>

----------------

The report does not run deferred at all. Has anyone been able to run deferred reports in a self-service app? We are running WebFocus 526.
 
Posts: 8 | Location: Minneapolis, MN | Registered: July 27, 2004Report This Post
Master
posted Hide Post
Running Report Deferred is a feature of MRE/UAS and cannot be done is self-service.
 
Posts: 865 | Registered: May 24, 2004Report This Post
Member
posted Hide Post
According to IBI's doc# 72271005 titled 'How to run Deferred Mode in Self Service Application' it is possible to do... They don't give the code that's needed so I don't know if their doc is incorrect or I don't have the correct code.

thanks.
 
Posts: 8 | Location: Minneapolis, MN | Registered: July 27, 2004Report This Post
Guru
posted Hide Post
That doc does imply that there is a way to submit the deferred outside of MRE - but not to come back later and pick up the results. I would think a complete self-serve solution would include both.
I would be interested in such a solution too- but I don't think its possible. Frowner
 
Posts: 391 | Location: California | Registered: April 14, 2003Report This Post
Expert
posted Hide Post
I cannot find document
quote:
72271005
on the IBI Tech Support website. Has anyone had better luck? Has anyone successfully run a self service report in deferred mode?


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
No one has an update on this?

Regards,


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Hi Francis,

I have been following up with internal people regarding the broken link. Will keep the topic posted. Wink

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Hi all,

FYI, the information will be updated on techsupport site shortly. Here is the solution section from the case:

DEFERRED MODE is a function of the Managed Reporting Environment (MRE), so as such it is not supported outside of MRE. There have been several new feature requests to allow this functionality outside of MRE.

One technique used by some customers is to "PUBLISH" your procedure from within MRE and then edit the HTML page and "cut & paste" the "IBIMR" information into your Self Service code. This will allow you to submit the
requests, but you will still need MRE to view the output.


Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Kerry, thank you for looking into this for us.

To bad the solution doesn't sound as amazing as I'd hoped. Smiler Frowner

Cheers.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
The deferred output gets stored on the reporting server. To retrieve it we need some record tying the output together with the person who submitted it. That's where Managed Reporting comes in. The ueserid.htm contains a record of the requests submitted by that user so that they can retrieve them at a later time.


ttfn, kp


Access to most releases from R52x, on multiple platforms.
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     running deferred reports in a self service app

Copyright © 1996-2020 Information Builders