Message on LogOut "The date is not correct"

andres23andres23 Member Posts: 2
I receive message on LogOut "The date is not correct", in cases when user have 'register user time' or in general ledger setup 'register user time' is on.
As I know, when we logging in, it is 1st codeunit which create c/al globals currentDate and currentTime. And when we logging out, 1st codeunit do something like that (Today - CyrrentDate)= Days user work. But in Navision 4.0 When we logging out CurrentDate is lost for some reasons.
Why is it so? How to solve this problem?

Comments

  • JedrzejTJedrzejT Member Posts: 267
    Hello

    This link doesn't work (Microsoft JET Database Engine error '80040e57' )
    How can i solve this problem with date?

    Thanks
  • jmjm Member Posts: 156
    We just got the error message too.

    When "Register Time" is selected in either User Setup or G/L Setup, Codeunit 1 does some date calculations in the procedure LogInEnd that depend on value in the global variable LogInDate -- which was supposed to have been set in the LoginInStart procedure.

    Originally posted by fbrande - 2005 Feb 23 : 17:07:38

    Disable "Register Time" or wait for SP 1.

    br
    Josef Metz
    br
    Josef Metz
  • ovicashovicash Member Posts: 141
    jm wrote:
    We just got the error message too.

    When "Register Time" is selected in either User Setup or G/L Setup, Codeunit 1 does some date calculations in the procedure LogInEnd that depend on value in the global variable LogInDate -- which was supposed to have been set in the LoginInStart procedure.

    Originally posted by fbrande - 2005 Feb 23 : 17:07:38

    Disable "Register Time" or wait for SP 1.

    br
    Josef Metz

    ok...SP1 is here

    In the Changes to sp1:
    "P6) Date is not valid - Register Time doesn't work in 4.00
    Error
    An error message “Date is not valid” appeared when using “Register Time”.
    This has been corrected
    VSA reference: 8012422"

    What's vsa reference?
    :D where can I find it?
    ovidiu

    Best Regards
  • jmjm Member Posts: 156
    Hi,

    VSA is Voice Support Application.
    This is the area in the PartnerSource, where since 2004 all support requests must be placed.
    But you can see only your requests and the requests of your company.
    There is no "Public Requests" like it was in Partneguide.
    So no chance for me, too, to access to this service request.

    I have tested this issue, for me it works fine (with SP1).

    br
    Josef Metz
    br
    Josef Metz
Sign In or Register to comment.