• GetBussinessDay Stuck in Loop

    By James Stickley 2 decades ago

    hmmm, seem to be getting a loop error on the latest template for getting the business day.

    Error Num 1024 Error Msg Operation failedError Line 113 Language LotusScript Database DEV\Helpdesk2.nsf Agent FORM TITLE: () Stack Trace



    61B79F4,GETBUSINESSDAYS,119

    61B79F4,GETNEXTBUSINESSDAY,59

    *60B7424,QUERYSAVE,128

    Method GETBUSINESSDAYS



    Error 1024 on line 113 in function GETBUSINESSDAYS: Operation failed

    • LS.DateTime Script Library..

      By James Stickley 2 decades ago
      Me.holidays & {)})      Errors out here.  I changed my dates to US formats to make sure that there was not a EU date format issue.
      
    • -It might be this one

      By Thomas Schulte 2 decades ago

      The Problem may be solved if you change the following configuration key DTC_EXCLUDE_DATES because you need different formats:

      German Version: 01.11.2007,03.10.2007,24.12.2007,25.12.2007,26.12.2007,31.12.2007,01.01.2008

      US Version: 11/01/2007,10/03/2007,12/24/2007,12/25/2007,12/26/2007,12/31/2007,01/01/2008

      • Issue resolved

        By James Stickley 2 decades ago

        Thomas, - - Thanks for assisting with this. I made the proper adjustments and it is working well.