error in routine open_file (error code 2) – in #10: INT2LM

in #10: INT2LM

<p> This can normally not happen. <br/> In the int2lm.job.tmpl after the line <br/> <pre> HSTOP=$(<code>{UTILS_BINDIR}/cfu get_hours </code>{CURRENT_DATE} <code>{NEXT_DATE} </code>{ITYPE_CALENDAR}) </pre> <br/> you may put an echo: <br/> <pre><br/> echo <code>{CURRENT_DATE} </code>{NEXT_DATE} <code>{ITYPE_CALENDAR} $HSTOP &lt;/pre&gt; run the command &lt;pre&gt; subchain int2lm 2003060100 &lt;/pre&gt; and check whether </code>@{CURRENT_DATE}@, <code></code>{NEXT_DATE}@ and <code>$HSTOP</code> have the right values. <br/> In your case <code></code>{NEXT_DATE}@ must have the value 2003070100.</pre> </p>

  @burkhardtrockel in #3445dc2

<p> This can normally not happen. <br/> In the int2lm.job.tmpl after the line <br/> <pre> HSTOP=$(<code>{UTILS_BINDIR}/cfu get_hours </code>{CURRENT_DATE} <code>{NEXT_DATE} </code>{ITYPE_CALENDAR}) </pre> <br/> you may put an echo: <br/> <pre><br/> echo <code>{CURRENT_DATE} </code>{NEXT_DATE} <code>{ITYPE_CALENDAR} $HSTOP &lt;/pre&gt; run the command &lt;pre&gt; subchain int2lm 2003060100 &lt;/pre&gt; and check whether </code>@{CURRENT_DATE}@, <code></code>{NEXT_DATE}@ and <code>$HSTOP</code> have the right values. <br/> In your case <code></code>{NEXT_DATE}@ must have the value 2003070100.</pre> </p>

This can normally not happen.
In the int2lm.job.tmpl after the line

HSTOP=$({UTILS_BINDIR}/cfu get_hours {CURRENT_DATE} {NEXT_DATE} {ITYPE_CALENDAR})

you may put an echo:

echo {CURRENT_DATE} {NEXT_DATE} {ITYPE_CALENDAR} $HSTOP </pre> run the command <pre> subchain int2lm 2003060100 </pre> and check whether @{CURRENT_DATE}@, {NEXT_DATE}@ and $HSTOP have the right values.
In your case {NEXT_DATE}@ must have the value 2003070100.