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.
How can I -SET something based on a system variable which is not passed in from RC and is needed for proper execution of a fex which is submitted via RC?
What I’m doing is as follows:
-SET &CNCT = IF &IBIMR_domain EQ 'X' THEN 'Y' ELSE 'Z' ;
Where 'X' is a valid value FOR &IBIMR_domain and &IBIMR_domain is a WebFOCUS / system variable.
This is WebFOCUS 536 / AIX,
Thanks,
Doug
hey Doug, nice to see you on the Point. If you put your -SET &CNT into a pre-processing fex for the caster task, the question i have is would the task fex itself run in the same agent as the preprocessing fex? I dont know that it does... Even if you set it as a &&CNT, would it die between pre-processing and task-processing? John? Frank?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Thanks everyone for the input (Hi Susannah. Nice to be on the point - aka: Leading Bleeding Edge).
The problem is: I need to set a variable for "ENGINE SQLORA ... [connection]" based on the folder [abcdefgh/abcdefgh.htm]. However, that System Variable, &IBIMR_domain, is not available in my procedure and needs to be set in Report Caster. This defeats the idea of a procedure setting a variable dynamically.