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.
I`m using &DATE in the subject line of the report caster job to display the system date for the report when it got distributed, all is fine as we expected until few days back, all of sudden report caster is delivering &DATE instead of system date, wondering what this should be, Any help is appreciated. Thanks, TejuThis message has been edited. Last edited by: FP Mod Chuck,
I have an issue with report caster subject not in the report, I have &DATA In the place of the subject in the distributions , so when report get distributed, subject in the email will display the system date.
I understand. I tested &DATE in the subject of a report caster job and it works. As a test I suggested you see if &DATE has a value in a report. It's a diagnostic means to an end.
Another test might be to see if &YYMD in the subject line gives you a value. All of these will narrow down the problem and give you information that could help you figure out what's wrong.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
HI Babak, It was worked for me also till few days back, we did not change any setting at the report caster, we added 50 more jobs &DATE in the subject, that all we did and from the day we added all the jobs we are getting this issue.
Hallway, it was my typo here but not in the scheduler.
Does &DATE or &YYMD give you a value when you use it in a TABLE request as I'd suggested earlier?
If nothing has changed either in your OS or WebFOCUS and the only difference is that you've added 50 more jobs, the only other suggestion I have is for you to create a test job with the &DATE in the subject for 1 (one) report to be distributed. If that works, then somehow the number of tasks is causing an internal variable to get blanked out. Either way, I'm out of ideas. Have you opened a case with IB Tech Support? Please post here what you discover when you find a solution.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
I created some global variable at the system / environment level that can be used in the subject lines or as part of the output filename.
&&YESTERDAY : 20190423 - This can be added to a subject line or filename.
&&TODAYSDATE: 20190424 - This can be added to a subject line or filename.
&&TODAYSMDYY: 04/24/2019 - This can be added to a subject line, not for a filename.
&&TIMESTAMP : 05_07_2019_13_00_01 - This can be added to a subject line or filename.
&&ENVIRNNMENT is hard-coded for the environment in which it resides.
The dates shown are, obviously, taken from the systems date variables.
Have fun with them. ~ Doug
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005