-
Hi meppum,
I didn't receive your mail at info@sos-berlin.com
A possible reason might be that we wouldn't accept mail with attachments > 10MB.
Best regards,
Andreas.
2009-11-08 12:07:36 UTC in Job Scheduler
-
Hi meppum,
Your xml seems not to be valid - parameter elements should be added with a < params>< param name="..." value="..."/>< /params> sequence.
I recommend that you switch from using < process> to < script> as this allows multiple lines to be executed and is more command line like:
< job>
...
2009-11-05 07:55:51 UTC in Job Scheduler
-
Hi meppum,
Use the name of the parameter in the environment variable like this:
<job>
<params>
<param name="test_param" value="test_value"/>
</params>
<script language="shell">
<![CDATA[
echo "Parameter test_param: %SCHEDULER_PARAM_TEST_PARAM%"
]]>...
2009-11-04 19:48:51 UTC in Job Scheduler
-
Hi meppum,
The size of log files depends on the output to stdout/stderr that is created by the respective jobs.
The documentation for automatic cleanup is available in the solutions section of the web site at
http://jobscheduler.sourceforge.net/osource_scheduler_solutions_standard_jobs_en.htm
see cleanup history.
The documentation for log rotation is available in the same...
2009-11-02 22:45:17 UTC in Job Scheduler
-
Hi meppum,
A good way to move forward is
1) to send the log file to info@sos-berlin.com, use one of the task logs (./logs/task.*) that you verified to show this issue. If private data as e.g. ip addresses were contained in this log then you might want to clean up
the log file.
Add a screenshot or short description where the browser stops to display that log.
2) to answer the...
2009-11-02 22:21:39 UTC in Job Scheduler
-
Hi lyeo,
Your DBA is right, we do
set sql_mode='ANSI_QUOTES'
at session level as this could interfere with other databases when applied at server level. However, for replication this would have to be configured for the slave server.
Best regards,
Andreas.
2009-11-01 22:29:58 UTC in Job Scheduler
-
Hi lyeo,
Your DBA is right, we do set sql_mode='ANSI_QUOTES' at session level as this could interfere with other databases when applied at server level. However, for replication this would have to be configured for the slave server.
Best regards,
Andreas.
2009-11-01 22:28:41 UTC in Job Scheduler
-
Hi meppum,
When using your editor to look at the respective task log file in the ./logs directory can you confirm that the log file has been written completely and that is issue is restricted to viewing the log by the browser?
If so, is there some special character in the log file that prevents it from being displayed starting from the position where no further output is visible in the...
2009-11-01 22:22:42 UTC in Job Scheduler
-
Hi lyeo,
You can switch off this feature by commenting the following element in ./config/scheduler_mail.xsl:
<xsl:copy-of select="mail/body/* [ not( text ) ]" />
e.g. by adding
<!-- xsl:copy-of select="mail/body/* [ not( text ) ]" / -->
Best regards
Andreas.
2009-11-01 21:07:05 UTC in Job Scheduler
-
Hi lyeo,
C'mon let us know what MySQL setting fixed the issue.
Best regards
Andreas.
2009-11-01 20:01:24 UTC in Job Scheduler