Re: Implement JOB

2018-04-20 Thread Mike
It's not a good idea to use an application like ofbiz to launch a database backup. It should be an external, cron driven, using best industry standards for the database you are using. On Fri, Apr 20, 2018, 1:07 AM Pritam Kute wrote: > Hello Jonathan, > > The steps

Re: Implement JOB

2018-04-20 Thread Pritam Kute
Hello Jonathan, The steps mentioned by Nicolas will solve your problem. To read more about job scheduling in OFBiz, you can refer to following links: https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-scheduling-planned-demand-services/

Re: Implement JOB

2018-04-18 Thread Nicolas Malin
Hello Jonathan, If your problematic was run a service define on the service engine each 3 hours, follow this process: Go to https://yourserver/webtools/control/scheduleJob set field as : Service: your service name to run Frequency: 3 Interval: Hourly Count: -1 Max Retry: 0 leave all other

Re: Implement JOB

2018-04-18 Thread Jonathan Javier
I currently use H2. The idea of being able to execute an automatic backup of the data was by way of example. I would really like to use scheduled tasks to run a special service every 3 hours during the day. Regards -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: Implement JOB

2018-04-18 Thread Michael Brohl
Hi Jonathan, which database do you use with OFBiz? Regards, Michael Am 18.04.18 um 17:57 schrieb Jonathan Javier: Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an

Re: Implement JOB

2018-04-18 Thread Paul Mandeltort
Backups at the database level are best. Depending on which database you use there are standard practices and lots of options. If you’re deploying fresh, you can look into something like Amazon Aurora or other hosted Postgres providers which handle backups for you. —P > On Apr 18, 2018, at

Re: Implement JOB

2018-04-18 Thread Akshat Aggarwal
OK On Apr 18, 2018 11:57 AM, "Jonathan Javier" wrote: Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an example of something similar or what

Implement JOB

2018-04-18 Thread Jonathan Javier
Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an example of something similar or what would be the paths to follow? *Jonathan Cárdenas Vargas.*