AFAIK - I'm relatively new to OTRS:

   - withOUT "-c db"
      - causes execution of jobs defined directly in Perl code and called
      from %OTRS_HOME%/Kernel/Config/GenericAgent.pm. Next to this file you'll
      also see a GenericAgent.pm.example file containing demo code for jobs of
      this type.
      - the cron schedule for this entry dictates the schedule for this
      kind of jobs
      - with "-c db"
      - causes execution of jobs stored in OTRS database and configured via
      GUI (ADMIN >> GenericAgent)
      - the cron schedule for this entry doesn't directly dictate the
      execution schedule of Generic Agent jobs configured in GUI. The GUI
      configured schedule does that and this cron schedule entry provides just
      the opportunity to evaluate the GUI configured schedule.


/bogdan

On Thu, Oct 18, 2012 at 1:38 PM, Frans Stekelenburg <
[email protected]> wrote:

> One for the FAQ maybe, what is functional the difference between:****
>
> ** **
>
>    $HOME/bin/otrs.GenericAgent.pl   ****
>
> ** **
>
> and****
>
> ** **
>
>    $HOME/bin/otrs.GenericAgent.pl -c db****
>
> ** **
>
> ** **
>
> to me the scripting part appears poorly documented..****
>
> ** **
>
> ** **
>
> kr****
>
> Frans****
>
> ---------------------------------------------------------------------
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to