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.
You might be able to use a DEFAULT set up using dialog manager code in the include that if it isn't there set it to some set value. Of course syntax is not my area of expertise in dialog manager.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
Since Report Caster runs under a completely different servlet than MRE and the WF client, many variables are not available. Maybe someone with more MRE experience can tell you whether you can get the MR variable in RC.
With that said, here is something you can do. We have a situation in our shop where certain secure data bases require an include for the connect string. This include can be run from WF and uses user credentials in the connect string. If it is run from RC, it looks up credentials in a data base. The include program knows what its environment is based on the setting of a flag, in our case RC_app. The person setting up the schedule must code a value for the RC_app parameter in the Advanced section of the Task tab. There is a -DEFAULT in the include program.
I think I understand. You put if/then logic in the fex that requires mr_user variable and set a variable in reportcaster pre-process to say that "this is a reportcaster job, so goto end of my INCLUDE app"
so simple.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.