<br><div class="gmail_quote">On Sun, Jan 2, 2011 at 2:29 PM, Kenneth Brody <span dir="ltr"><<a href="mailto:kenbrody@spamcop.net">kenbrody@spamcop.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 1/1/2011 9:49 AM, Tyler Style wrote:<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hey folks! I have an error code coming back from rreport to fpcgi... but no<br>
clue what it means. Can anyone shed some light on it for me? I'd really<br>
appreciate it!<br>
<br>
2010-12-31 06:47:33 DEBUG PID(00018939) runcmd.c 000235 Command<br>
/appl/fp/rreport driver -fp ucn_logContact -u -n -sr 41 -rw<br>
/usr/local/apache/htdocs/ajax325 pid(18940) exited within the configured<br>
limit. Status was 256<br>
<br>
BTW, it results in no ajax325.htm file being output (in fact, I'm pretty<br>
sure rreport never actually runs at all)<br>
</blockquote>
<br></div></div>
Exit codes that a program can generate are from 0 to 255. Values outside that range typically mean the program crashed (or, as I believe the documentation calls it, "exited with a signal"). The interpretation varies between different O/Ses, as I recall, though the shell may "standardize" it for you. Perhaps "man sh" will tell you how to interpret it?<br>
<br>
-- <br><font color="#888888">
Kenneth Brody<br>
</font></blockquote></div><br>Thanks Ken. It seems to be that there weren't enough records to run off of, so fP would fail with a lockfile error (why that produces 256, I don't know). After increasing the number of records available, the error went away.<br>
<br>Tyler Style<br>