Hi All,
I have created a Jobqueue. And try to run this through NAS.
But if I am trying this I got the below warning in Event viewer log as
Event Id : 20010. The date is not valid.
Can you please help me to resolve this issue.
Thanks in advance,
Jacob.A
0
Answers
A shortcut can be: login in as the NAS user on the server where the NAS runs and change the regional settings to the correct settings for the date. then logout and restart the NAS.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Can you please tell me how to change the regional settings?
guide me,,,
Please Look into this below link for regional settings
https://saurav-nav.blogspot.com/search?q=regional+settings
I have set the regional settings properly.
But still facing the same error.
Is there anything depends on navtimer?
Guide me,,,
Can you please provide me some idea in this issue.I got stucked here for last two days
Somebody guide me,,
I am not importing a file. I am exporting customers from a customer table through dataport and run that dataport from codeunit.
Now I am trying to create a jobqueue for that codeunit to automate the process.
I have set the NAS configuration properly but i am trying to run a Jobqueue and i got the error .
"The date is not valid"
Regards,
Jacob.A
i got the error only in client environment.
but it just shows the same the error.
please explain this why its not running.
This error happens when you’re doing a CALCDATE with an empty date variable. Please turn on the debug and check on that. Post a screenshot from the debug window in the line where you’re getting the error.
Check the screenshot...
Try running another task, to see if the same error occurs.
Start your solution without the job queue, see if the error occurs
If both run fine.. try replacing your dataport.
Sooner or later you'll stumble into this, so why not fix it now.
If i am running the codeunit without single instance,no error is populated. at the same time nothing happened in the jobqueue also.
Ex: i am changing 448(Jobqueue dispacher)'s property Single Instance to No and created the Jobqueue.then run the Job queue dispacher ,it doesn't throw any error at the same time Jobqueue also doesn't run.
Suggest me some idea to fix this.