Scheduled Reports in windows

Moderator: crythias

Locked
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Scheduled Reports in windows

Post by kalyana1315 »

Hi

i am run manually below code working fine

$HOME/bin/otrs.GenerateStats.pl -n 10020 -f CSV -r 123@domain.com -r 123@domain.com -m "Weekly Open Ticket Report" -F WeeklyOpen

i try to schedule this like cron job in window , following i done

above code created batch file like report.bat . after run that bat file working fine and triggering report fine

1. Task Scheduler
2. Create task
General -- report
trigger -- daily some time
Action --report.bat file used
created scheduler .

But scheduler working but not triggering emails and bat file also running but very quickly closing.

anybody know how to schedule report in windows
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Re: Scheduled Reports in windows

Post by kalyana1315 »

Hi all
Report working fine .

i done wrong batch file creating.
Locked