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 have created a reporting object in MRE but when I try to run it, it's not giving me output instead that it keeps running.
Steps ----- 1. Click New reporting object 2. Join --> Table A with Table B *Left Outer Join *Multiple Table B with Table C *Left Outer Join *Multiple 3. Where --> FieldA EQ &FLD 4. Report --> Added 3 fields to show in the report.
When I try run the report, I am getting the parameter screen. After I entered the parameter value, it's not giving me the report.
Note: The similar code runs quick when I run as a standard report.
Thanks for your help
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
Not really enough information to help with your first question. If you put in a value instead of a parameter, does it run? What does "not giving me the report" mean?
As for the second-- When you add readlimits it is just that - only read this many records. If there are no records that match your selection criteria in that many records, you get no data. Maybe try recordlimit instead of readlimit.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Kamesh before you write/run a report with your Reporting Object, just run it, by itself. You do that from domain builder. That will tell you if you have any whacky errors in the setup of your Reporting Object. I usually put a ? USE in my OTHER section, and maybe a ? JOIN at the end of my JOIN paragraph, and who knows, maybe even a ? DEFINE at the end of my DEFINEs, if i've built some for that RO. Be sure to put a -SET &ECHO = ALL in that OTHER section. When you click right and RUn that RO, you'll see your errors. That's the first thing to do, before you try to do any clicking and dragging...
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I believe it's the issue with the JOIN. Because yesterday I ran this several times and after I didn't get the report, I killed the agent in server but it kept filling the FOCSORT.FOC in the server. By end of day, our server was filled up with 12GB of space.
So, I am going to check the JOIN and let you guys know my findings.
Thanks for the thought,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005