Pending Reminder Notification
Moderator: crythias
Pending Reminder Notification
Hi all,
Please help me with the issue below:
I create a new ticket, then change the state to "Pending Reminder". As I know in the OTRS manual, when it reach the pending time, it will sent email notification. But I try to test and find out solution, I still get nothing.
Could you please give me the advice for this issue. Do I need to check and modify anything to perform that job as I mention.
Look forward to hearing from you soon.
Thanks a lot!
Please help me with the issue below:
I create a new ticket, then change the state to "Pending Reminder". As I know in the OTRS manual, when it reach the pending time, it will sent email notification. But I try to test and find out solution, I still get nothing.
Could you please give me the advice for this issue. Do I need to check and modify anything to perform that job as I mention.
Look forward to hearing from you soon.
Thanks a lot!
Re: Pending Reminder Notification
check if the otrs cronjobs are running. How long did you wait the the reminder mail?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Pending Reminder Notification
Dear Jojo,
I already test it nearly a week, but nothing happen.
I check the cronw log, it show as below.
[2014/01/07 22:23:04] starting service
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.daily' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.daily' successfuly.
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.weekly' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.weekly' successfuly.
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.monthly' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.monthly' successfuly.
[2014/01/07 22:23:05] cron service started
[2014/01/07 23:06:36] starting service
Do I need to check any thing else?
Thanks a lot!
I already test it nearly a week, but nothing happen.
I check the cronw log, it show as below.
[2014/01/07 22:23:04] starting service
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.daily' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.daily' successfuly.
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.weekly' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.weekly' successfuly.
[2014/01/07 22:23:04] cron dir 'D:\otrs\CRONw\cron.monthly' does not exist.
[2014/01/07 22:23:04] Created cron dir 'D:\otrs\CRONw\cron.monthly' successfuly.
[2014/01/07 22:23:05] cron service started
[2014/01/07 23:06:36] starting service
Do I need to check any thing else?
Thanks a lot!
Re: Pending Reminder Notification
Hello there!
Please help give me the advice for my case.
I'm in stuck right now.
Thanks a lot!
Please help give me the advice for my case.

I'm in stuck right now.
Thanks a lot!
Re: Pending Reminder Notification
does the crontab.txt file exist?
You seem to need professional support, please consider that this forum has only valuntary supporters. So if you need support, a paid support will fit better.
You seem to need professional support, please consider that this forum has only valuntary supporters. So if you need support, a paid support will fit better.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Pending Reminder Notification
which cronjobs are enabled in the crontab.txt?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Pending Reminder Notification
Hi Jojo, Yes, the crontab.txt file exist in the system.
Hi Reneeb, I actived the task:
*/15 8-17 * * * D:\otrs\OTRS\bin\otrs.PendingJobs.pl -c db
Is that OK? Did I make anything wrong here?
Hi Reneeb, I actived the task:
*/15 8-17 * * * D:\otrs\OTRS\bin\otrs.PendingJobs.pl -c db
Is that OK? Did I make anything wrong here?
Re: Pending Reminder Notification
the Pending Jobs script has no option -c
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
<SOLVED> Pending Reminder Notification
Thanks all for your support! I can done this case via your suggestion. 
