Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     The MORE command in Report Caster, error??

Read-Only Read-Only Topic
Go
Search
Notify
Tools
The MORE command in Report Caster, error??
 Login/Join
 
Gold member
posted
I know Report Caster has a different way to process Focus commands in a procedure than MRE.

I have a report running fine from MRE but From Report Caster, it's giving an error on a hold file created by a MORE command. Is there a problem using MORE when running thereport from Caster?? If yes, than I don't know how to change my code, I really need to use MORE...
 
Posts: 87 | Location: Montreal, QC, Canada | Registered: September 03, 2004Report This Post
Guru
posted Hide Post
There wqs a problem with MORE in Report Caster in version 4.36 - I don't know if it is fixed in later releases. What I used to do is hold the output of the MORE in a file, and TABLE FILE the hold file. (One extra unneccessary step, but it doesn't take long).
 
Posts: 391 | Location: California | Registered: April 14, 2003Report This Post
Expert
posted Hide Post
in 525, on win2k, no problem with MORE
i run them alot every day.
don't know about later versions or other opsys
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Guru
posted Hide Post
Try doing a ? HOLD holdfilename after each of the hold files you are going to append together and see if the hold files have the same field formats. Sometimes MRE is not as picky as Castor.
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Gold member
posted Hide Post
Ok. I did a ? HOLD after each hold file and they are exactly the same. About holding the output of the MORE in a file, and TABLE FILE on it: that's already what I'm doing. Here's my code:

TABLE FILE BUDGEQUA
SUM
BUDGET
BY
ZPROFCTR_KEY
ON TABLE HOLD AS MONTDAT FORMAT ALPHA
MORE
FILE BUDGEMON
END
-*
DEFINE FILE MONTDAT
TIMESORT/A1 = 'Q';
END
TABLE FILE MONTDAT
SUM
BUDGET
BY
ZPROFCTR_KEY
BY
TIMESORT
ON TABLE HOLD AS BUDGETQU FORMAT FOCUS INDEX ZPROFCTR_KEY
END

Caster says: THE DESCRIPTION CANNOT BE FOUND FOR FILE NAMED: MONTDAT

It's working fine in MRE, what is going on???

Please HELP!

We are using Web Focus 5.2.5 on a Win 2003 server
 
Posts: 87 | Location: Montreal, QC, Canada | Registered: September 03, 2004Report This Post
<Pietro De Santis>
posted
This probably won't help, but stick a -RUN after each END statment.
 
Report This Post
Virtuoso
posted Hide Post
1. Are you certain that it works in RCaster without MORE?

2. It is possible that the agent is creating the .mas file, but is parking it in a directory that it doesn't search when it encounters later references to it.

The destination for a hold file's .mas file is normally the current directory (the agent's temp dir), but that may be over-ridden by APP FOCHOLD (when app is enabeled), or by FILEDEF HOLDMAST (when disabled).

So, I'd add
-DEFAULT &ECHO=ON
at the top and
-RUN
after every END or one-line command, to correlate the messages to the commands;

and:

? PATH
-RUN
? APP
-RUN
? FILEDEF
-RUN
DIR (assuming it's Windows)
-RUN
before the TABLE and after its END to see what's up.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Expert
posted Hide Post
but jack, the problem is in Caster...and you won't have such an echo from a caster job, is that right? Since it works ok running live,
Flip, can you just try one stupid thing..and change the filename from MONTDAT to some other goofy name...just to see if its a java reserved word we know nothing about.
And here's another thing to try...in your caster job, stick this command in after the hold
CMD COPY MONTDAT.MAS D:\IBI\APPS\TEST\MONTDAT.MAS
and see if caster's agent actually has that master and can actually write out somewhere.
(make some goofy test area to write in that is NOT in your path, either APP or EDA)
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Gold member
posted Hide Post
The filename wasn't the problem, I've tried using other names, but thanks for the idea, it's really when I'm using MORE to concatenate many files into one.

It's a big report and I was using MORE several times in my code, Hopefully I was able to replace them one by one by using focus formats and the USE command. After each change, I tested it and Caster bombed on the next hold file with a MORE phrase. Now they are all changed and the report is finally working!!!

But I'm really disapointed by Report Caster, I just don't understand why a report runs fine in MRE but errors out when scheduled it, It's really bad and I'm p... off Mad I lost 2 days of work because of that. Next time, maybe I won't be able to replace my code with something else.

I will open a case.
 
Posts: 87 | Location: Montreal, QC, Canada | Registered: September 03, 2004Report This Post
<Pietro De Santis>
posted
Take a look at this document:

http://documentation.informationbuilders.com/masterinde...siderations52_rc.pdf

Best Practices - Considerations When Using ReportCaster Version 5 Release 2

� The following features are not supported in scheduled procedures:
� PCSEND - WebFOCUS reporting feature to store report sections in different files. This feature is only supported for immediate requests using the WebFOCUS CGI or ISAPI. It is not supported with the WebFOCUS Servlet.

� Multiple TABLE or GRAPH requests with HTML format. Internally, these are multiple HTML documents. Only the result of the first TABLE or GRAPH request (without a HOLD or SAVE command) will be distributed.

� MORE - This command is used to concatenate data sources.
 
Report This Post
Virtuoso
posted Hide Post
Quoth Susannah:
[qb] but jack, the problem is in Caster...and you won't have such an echo from a caster job, is that right? [/qb]

Depends.

"In ReportCaster 5.3 the -SET &ECHO is supported and the echo'd code will display in the ReportCaster Log and in the HTML view source." (http://techsupport.informationbuilders.com/sps/92231022.html)

Another thought: MORE didn't complain, it's the subsequent TABLE that couldn't find the hold .mas file. Suppose RCaster behaves like some of its ancestors, and won't search (for a .mas) in the temp dir unless a HOLD was performed earlier in the session. And suppose it's fooled by the absence of the word "HOLD" in the last leg of the "TABLE ... MORE ... END" construct. Sooooo ... The old MVS prescription is to add
CHECK FILE CAR HOLD (or a TABLE FILE HOLD for one record from some other data source)
to the head of the fex. That might just clear it up. (Doubtful, since you say you've put HOLD FORMAT FOCUS before the MORE request. Still worth a stab.)
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Gold member
posted Hide Post
Thank you very much Pietro, I won't open a case since they already know it's an issue...

I wish I'd see that document before. At least I now know how to use "USE" to concatenate several focus format hold files.
 
Posts: 87 | Location: Montreal, QC, Canada | Registered: September 03, 2004Report This Post
Virtuoso
posted Hide Post
Yeah, I just found the same caveat in Troubleshooting:

Case: 91901102
Product: WebFOCUS ReportCaster
Release: 5.2
Primary OS: Windows
Date: 04/07/09

Symptom:

Task error: UNRECOGNIZED COMMAND FILE CAR


Problem:

Receiving the above error in the ReportCaster Log when scheduling a FOCEXEC
with the MORE command.


Solution:

MORE is not supported in ReportCaster


(Not much of a "solution". Razzer )
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Expert
posted Hide Post
So, why does my MORE work just fine? in all my caster'd ETL jobs, in 525. and has worked fine since 435. ????
I use isapi for my webserver calls from my UI, but my mre and Caster are stricly servlet.
[And as for multiple TABLE's in an email, piece of cake. That BP could use an update.]

[I had heard that caster echo was to be a 53 feature, but Flip is a 525 programmer...nice to hear it's a reality]
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Virtuoso
posted Hide Post
Let me go out on a limb:

Note that Flip's symptomatic msg is not "what does MORE mean", as in the doc I cited, but "where's the MFD (used in step 2, created by step 1)". I am also puzzled - doesn't RC (like MR) submit the requests to WFRS for execution, which is where the execution-time error msgs would eminate. It's the same reporting server as plain old webfocus, why would it suddenly have a senior moment w/r/t universal catenation, just because RC is the submitter?

-- Ergo, this error msg really comes from the pre-processor within RC, which fails to "notice" the HOLD appearing earlier in the TABLE request, and (Pharoah-like) cannot find this name in his book of MFDs. So maybe -mrnoedit is all that's needed.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Expert
posted Hide Post
Flip, run the job in mre and watch it in the agent..watch the files being made. Then do the same from Caster. Do it at some off hours when you can easily identify the agents.
Your agents are at
ibi\srv52\wfs\edatemp\ts000nnn
where nnn is the number corresponding to the Tscomid in your server console, where you normally watch jobs.
SEE if your masters are getting made, or just see what the difference really is.
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     The MORE command in Report Caster, error??

Copyright © 1996-2020 Information Builders