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.
When i submit the job in the reportcaster in hte run once immediately fashion , the jobs takes long time to finish. the logs are not getting updated properly .
after an hour of delay or more , i am getting the following error message .
***********************************************
SET DISTRIBUTE=OFF Task error:Server disconnected, cause 32016 Eda code -12 No report to distribute.
I once opened a case on this mysterious SET DISTRIBUTE=OFF. This is the answer I got back from IBI tech support:
quote:
From what I see this is a command issued from within a focexec or possibly internally from somewhere but it has no bearing on why your reports are not being produced. I don't think it is important to pursue this.
My symptoms were different than yours. This was a case where the job ran sometimes (all times of day when I could be available to test myself) , and sometimes not (at some inconvienient time of day, like 4am or something when someone wanted to schedule it). Even with the &ECHO on, I never saw any error message in the log when it did not run. This mysterious SET DISTRIBUTE=OFF was seen in the logs both for success and failure. I finally concluded that even though all back-end systems from which the data came were supposed to be "up" at that time of day, they must have had some process going on that crashed the job. Why no error message was seen in the Report Caster log, I never figured out.
Ginny: Right on the mark with the -12 diagnosis. Navin needs a limit on records read/retrieved and run it interactively. If it works let it run full blown and see if that works interactively. Navin may not have ability to run a dev studio fex. So url from browser is excellent idea. Navin: Keep us posted.
And I forgot two things. Make sure that the output format, just for online testing, is HTML. That way you'll be able to do a View Source and check to see if there are any error messages at the end of the html.
You can't do that with EXL2K and PDF formats.
Once you get the issue figured out, you can put the format back to what it is supposed to be.
And the second thing is that if the program fails when run online and it has a lot of steps, start putting a -EXIT after each step till you figure out the one that is failing.
Thanks for the kind words, Ira. I used to do regional EDA work for IBI in the 90's and got very familiar with the minus error codes.
An error pointing to FOCSORT indicates that the data being sorted by FOCUS is too large. See if you can limit the data being sorted. One option is to also use TABLEF if possible. I don't know what platform you are running on, but look into turning EXTSORT=ON. The options available differ based on which operating system your reporting server is on.
Diptesh WF 7.1.7 - AIX, MVS
Posts: 79 | Location: Warren, NJ, USA | Registered: October 25, 2006
You're running a job in ReportCaster that has over 2500 character/width? What kind of ouput are you expecting?
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
Navin, I would suggest the following to debug your job.
1. Run it from dev studio or mre does it work outside of RC? 2. If not then shorten, the number of PRINT columns to 5, and try that? Does it work expand to 10 etc.. until it fails... 3. Once it fails, issue SET PANEL=500 -- right before the final table that causes this error.
But what FORMAT? PDF, HTML,EXCEL, etc. I think Ira is going along the same path. If you're using RC, I'm assuming you want some kind of output (thought that does not always have to be the case). What kind of output is going to allow you to display 2500+ characters wide?
The SET PANEL may resolve your problem
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
I am getting the following error now . . . ------------------------------------------- SET DISTRIBUTE=OFF CRITICAL ERROR IN EXTERNAL SORT. RETURN CODE IS: 00000332 Task error:Server disconnected, cause 32026 Eda code -12 No report to distribute. -------------------------------------------
Running out of available sort space? Can't tell what platform as external sorts are usually more specific to an MVS environment, but your profile says Unix. Still, if you've not enough resource, you would get this error.
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