Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV/Navision Classic Client
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
73
General
73
Announcements
66.7K
Microsoft Dynamics NAV
18.7K
NAV Three Tier
38.4K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
325
Dynamics CRM
110
Dynamics GP
10
Dynamics SL
1.5K
Other
994
SQL General
384
SQL Performance
34
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
260
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
Reg Job Scheduler Setup in Nav 4Sp3
dheebans
Member
Posts:
36
2011-04-27
edited 2011-05-04
in
NAV/Navision Classic Client
Dear all,
I have to run the report daily basis automatically,
For this purpose, installed Application server, but didn't run the report.
How can i run the report automatically.
Advanced Thanks
Regards
DheebanS
--
Thanks & Regards
DheebanS
0
Comments
mohana_cse06
Member
Posts:
5,506
2011-04-27
Did you setup for the object to be run in the scheduler setup?.
And is NAS running?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-04-27
Thanks for replay,
Yes i schedule the report in
Administration, -> Job Scheduler -> Job Scheduler Setup
ID
Description
Enadle - true
Like this schedule the report.
Thanks and Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-04-27
In IT Administration there is JOB scheduler Folder -> Job Scheduler Management then start the scheduler.
If this has to work with NAS u need to do customizations.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-04-27
Please tell to me , where and how can i customize .
can i Customize in report or Job scheduler.
Thanks & Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-04-27
Try by replacing this code in codeunit 1
'MAILLOG':
CODEUNIT.RUN(CODEUNIT::"E-Mail Dispatcher");
With
'MAILLOG':
Report.Run(Report::'your report').
Make sure its a process only report with no GUID's.
Then in NAS setup give the startup parameter as MAILLOG.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-04-27
i have a doubt,
Can i make separate function maillog or wrote the codeing in Run trigger.
then which start up ,upload the report.
Thanks
Regards
DheebaS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-04-28
The code which i have mentioned is in "NASHandler" function in codeunit 1.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-04-28
thanks for your help.
Maillog is what Data type.
and which one is put in the job scheduler report or code-unit.
Thanks & Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-04-28
Better to consult senior technical in your office..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-04-29
Sorry for the inconvenience replay,
me only handle the project , in before i didn't work on job scheduler.
If don't mine, if possible help me.
I wrote the your coding in code-unit , and assign the job schedule code-unit1. in day wise.
Thanks
Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-04-29
Set report in Job Scheduler..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-02
Thanks for your replay...
I am checking the job scheduler.
But still not update the values.
it means not run.
Thanks & Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-02
did you start the Job?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-02
yes,
from job scheduler, set the time.
assign the report.
Thanks & regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-02
After setting time in job Schedule Setup form, you need to start the job through Job Schedule mangement form(6094)
I hope you have set job scheduler mgt. Setup.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-02
Thanks
No i didn't set the management setup, bcs that form have only shut down date and time, so didn't not set.
Just now i start the Job from your advise.
now working fine.
Thanks for your needful help.
After that no need to start the job ah. [Please clarify this only- please]
Very very thanks.
Thanks a lot.....
Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-02
You need to open one client in server machine and the form everytime..it will consume one license..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-04
Thanks for your need full help.
First time its worked, then i stop the Job schedule management and run it again.....
now its the Job schedule assigned report not working...
which area can i check.
Please give the clarification.
Thanks & Regards
DheebanS
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-04
In Job Scheduler setup, you can check Time Between Check and Valida on (monday to sunday) and Start Time and End time..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-04
Ya everything put in Job scheduler, i put time between check 1.
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-04
then check Job Scheduler Log for error.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
dheebans
Member
Posts:
36
2011-05-04
Ya its showing,
The program has moved the job to the next date and time.
--
Thanks & Regards
DheebanS
0
mohana_cse06
Member
Posts:
5,506
2011-05-04
based on your setup the batch will run tomorrow only..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
0
Sign In
or
Register
to comment.
Comments
And is NAS running?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Yes i schedule the report in
Administration, -> Job Scheduler -> Job Scheduler Setup
ID
Description
Enadle - true
Like this schedule the report.
Thanks and Regards
DheebanS
Thanks & Regards
DheebanS
If this has to work with NAS u need to do customizations.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
can i Customize in report or Job scheduler.
Thanks & Regards
DheebanS
Thanks & Regards
DheebanS
'MAILLOG':
CODEUNIT.RUN(CODEUNIT::"E-Mail Dispatcher");
With
'MAILLOG':
Report.Run(Report::'your report').
Make sure its a process only report with no GUID's.
Then in NAS setup give the startup parameter as MAILLOG.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Can i make separate function maillog or wrote the codeing in Run trigger.
then which start up ,upload the report.
Thanks
Regards
DheebaS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Maillog is what Data type.
and which one is put in the job scheduler report or code-unit.
Thanks & Regards
DheebanS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
me only handle the project , in before i didn't work on job scheduler.
If don't mine, if possible help me.
I wrote the your coding in code-unit , and assign the job schedule code-unit1. in day wise.
Thanks
Regards
DheebanS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I am checking the job scheduler.
But still not update the values.
it means not run.
Thanks & Regards
DheebanS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
from job scheduler, set the time.
assign the report.
Thanks & regards
DheebanS
Thanks & Regards
DheebanS
I hope you have set job scheduler mgt. Setup.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No i didn't set the management setup, bcs that form have only shut down date and time, so didn't not set.
Just now i start the Job from your advise.
now working fine.
Thanks for your needful help.
After that no need to start the job ah. [Please clarify this only- please]
Very very thanks.
Thanks a lot.....
Regards
DheebanS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
First time its worked, then i stop the Job schedule management and run it again.....
now its the Job schedule assigned report not working...
which area can i check.
Please give the clarification.
Thanks & Regards
DheebanS
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The program has moved the job to the next date and time.
Thanks & Regards
DheebanS
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav