Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-03 Thread shashi gowda
Hi,

Thank you all for your valuable inputs.

Regards,
Shashi


On Wed, Apr 3, 2013 at 1:55 PM, Theo Fondse  wrote:

> **
>
> Hi Sashi,
>
> This could be that the last date is in the format mm/dd/yy and your server
> o/s has a different date format setting, or that there was invalid
> whitespace text in the field?
>
> Best regards,
> Theo
> On Apr 2, 2013 10:50 AM, "shashidhar M S" 
> wrote:
>
>> Hi,
>>
>> Require your expertise again.
>>
>> The arerror.log file shows the below warning.
>>
>> Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid
>> (ARWARN 625)
>> Thu Mar 28 06:31:32 2013 SGP0009
>>
>> On checking the support group specified, we found some holiday list
>> configured as below
>>
>> 01/01/08
>> 07/04/08
>> 11/11/08
>> 12/25/08
>>
>> Time zone: (GMT-05:00) Eastern Time (US & Canada)
>>
>> I have removed these holiday list and there is no more warning, but want
>> to know what was the cause for that warning. Is that due to the date
>> specified has already expired? I mean, current year is 2013 where as
>> holiday list refers to 2008.
>>
>> Thanks in Advance,
>>
>> Shashi
>>
>>
>> ___
>> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
>> "Where the Answers Are, and have been for 20 years"
>>
> _ARSlist: "Where the Answers Are" and have been for 20 years_




-- 
Jst gimmee a Break..
-9964607234

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-03 Thread Schryver, Curt
We've seen errors when there was a blank line at the end of the list.  Make 
sure the last date doesn't have a line feed/carriage return after it.

Curt A. Schryver 
Action Request System Administrator
TE Connectivity
717-810-2109 tel
717-810-2124 fax
cschry...@te.com


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W
Sent: Wednesday, April 03, 2013 10:18 AM
To: arslist@ARSLIST.ORG
Subject: Re: Date in the holiday list is invalid (ARWARN 625)

Old Dates will not cause any warnings (My Business Time Holidays form goes back 
to 2003 with no issues).

The problem is that the format of the data was not followed correctly.   If you 
check the help for the field it will tell you that each line needs to end with 
a ;   

From the Field help   
   Use one of the following formats to enter dates without timestamps:   
  1) No Start Time. The format here is: date,,end time;  For example 
7/26/04,,6:00:00 PM;   
  In this case the start time is taken as 12:00:00 AM.   
  2) No End Time. The format here is: date, start time;  For example 
7/26/04,2:00:00 PM;   
  In this case the end time is taken as 11:59:59 PM.   
  3) No Start and No End Time. The format here is: date;.  For example 
7/26/04;   
  In this case the start time is taken as 12:00:00 AM and end time is 
taken as 11:59:59 PM.   

So the data should have been
   01/01/08;
   07/04/08;
   11/11/08;
   12/25/08;

Fred

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of itsm.support
Sent: Wednesday, April 03, 2013 12:24 AM
To: arslist@ARSLIST.ORG
Subject: Re: Date in the holiday list is invalid (ARWARN 625)

Hi,

It isn't an error but warning. This warning code means the date in the holiday 
list of the Business Time Holiday form is not a legal date.
In your case it is an old/expired date. Illegal dates are ignored and 
processing continues. 

Regards,
Atul
 
Vyom Labs Pvt. Ltd.
BSM Solutions & Services || ITIL Consulting & Training
Email: [hidden email]  || Web Site: www.vyomlabs.com Follow Vyom Labs 
http://twitter.com/#!/vyomlabs || http://www.linkedin.com/company/vyom-labs

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of shashidhar M S
Sent: Tuesday, April 02, 2013 2:20 PM
To: arslist@ARSLIST.ORG
Subject: Date in the holiday list is invalid (ARWARN 625)

Hi,

Require your expertise again.

The arerror.log file shows the below warning.

Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid (ARWARN 
625)
Thu Mar 28 06:31:32 2013 SGP0009

On checking the support group specified, we found some holiday list configured 
as below

01/01/08
07/04/08
11/11/08
12/25/08

Time zone: (GMT-05:00) Eastern Time (US & Canada)

I have removed these holiday list and there is no more warning, but want to 
know what was the cause for that warning. Is that due to the date specified has 
already expired? I mean, current year is 2013 where as holiday list refers to 
2008.

Thanks in Advance,

Shashi



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-03 Thread Grooms, Frederick W
Old Dates will not cause any warnings (My Business Time Holidays form goes back 
to 2003 with no issues).

The problem is that the format of the data was not followed correctly.   If you 
check the help for the field it will tell you that each line needs to end with 
a ;   

From the Field help   
   Use one of the following formats to enter dates without timestamps:   
  1) No Start Time. The format here is: date,,end time;  For example 
7/26/04,,6:00:00 PM;   
  In this case the start time is taken as 12:00:00 AM.   
  2) No End Time. The format here is: date, start time;  For example 
7/26/04,2:00:00 PM;   
  In this case the end time is taken as 11:59:59 PM.   
  3) No Start and No End Time. The format here is: date;.  For example 
7/26/04;   
  In this case the start time is taken as 12:00:00 AM and end time is 
taken as 11:59:59 PM.   

So the data should have been
   01/01/08;
   07/04/08;
   11/11/08;
   12/25/08;

Fred

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of itsm.support
Sent: Wednesday, April 03, 2013 12:24 AM
To: arslist@ARSLIST.ORG
Subject: Re: Date in the holiday list is invalid (ARWARN 625)

Hi,

It isn't an error but warning. This warning code means the date in the holiday 
list of the Business Time Holiday form is not a legal date.
In your case it is an old/expired date. Illegal dates are ignored and 
processing continues. 

Regards,
Atul
 
Vyom Labs Pvt. Ltd.
BSM Solutions & Services || ITIL Consulting & Training
Email: [hidden email]  || Web Site: www.vyomlabs.com Follow Vyom Labs 
http://twitter.com/#!/vyomlabs || http://www.linkedin.com/company/vyom-labs

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of shashidhar M S
Sent: Tuesday, April 02, 2013 2:20 PM
To: arslist@ARSLIST.ORG
Subject: Date in the holiday list is invalid (ARWARN 625)

Hi,

Require your expertise again.

The arerror.log file shows the below warning.

Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid (ARWARN 
625)
Thu Mar 28 06:31:32 2013 SGP0009

On checking the support group specified, we found some holiday list configured 
as below

01/01/08
07/04/08
11/11/08
12/25/08

Time zone: (GMT-05:00) Eastern Time (US & Canada)

I have removed these holiday list and there is no more warning, but want to 
know what was the cause for that warning. Is that due to the date specified has 
already expired? I mean, current year is 2013 where as holiday list refers to 
2008.

Thanks in Advance,

Shashi



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-03 Thread Theo Fondse
Hi Sashi,

This could be that the last date is in the format mm/dd/yy and your server
o/s has a different date format setting, or that there was invalid
whitespace text in the field?

Best regards,
Theo
On Apr 2, 2013 10:50 AM, "shashidhar M S"  wrote:

> Hi,
>
> Require your expertise again.
>
> The arerror.log file shows the below warning.
>
> Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid
> (ARWARN 625)
> Thu Mar 28 06:31:32 2013 SGP0009
>
> On checking the support group specified, we found some holiday list
> configured as below
>
> 01/01/08
> 07/04/08
> 11/11/08
> 12/25/08
>
> Time zone: (GMT-05:00) Eastern Time (US & Canada)
>
> I have removed these holiday list and there is no more warning, but want
> to know what was the cause for that warning. Is that due to the date
> specified has already expired? I mean, current year is 2013 where as
> holiday list refers to 2008.
>
> Thanks in Advance,
>
> Shashi
>
>
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-02 Thread itsm.support
Hi,

It isn't an error but warning. This warning code means the date in the holiday 
list of the Business Time Holiday form is not a legal date.
In your case it is an old/expired date. Illegal dates are ignored and 
processing continues. 

Regards,
Atul
 
Vyom Labs Pvt. Ltd.
BSM Solutions & Services || ITIL Consulting & Training
Email: [hidden email]  || Web Site: www.vyomlabs.com Follow Vyom Labs 
http://twitter.com/#!/vyomlabs || http://www.linkedin.com/company/vyom-labs

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of shashidhar M S
Sent: Tuesday, April 02, 2013 2:20 PM
To: arslist@ARSLIST.ORG
Subject: Date in the holiday list is invalid (ARWARN 625)

Hi,

Require your expertise again.

The arerror.log file shows the below warning.

Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid (ARWARN 
625)
Thu Mar 28 06:31:32 2013 SGP0009

On checking the support group specified, we found some holiday list configured 
as below

01/01/08
07/04/08
11/11/08
12/25/08

Time zone: (GMT-05:00) Eastern Time (US & Canada)

I have removed these holiday list and there is no more warning, but want to 
know what was the cause for that warning. Is that due to the date specified has 
already expired? I mean, current year is 2013 where as holiday list refers to 
2008.

Thanks in Advance,

Shashi

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Date in the holiday list is invalid (ARWARN 625)

2013-04-02 Thread shashidhar M S
Hi,

Require your expertise again.

The arerror.log file shows the below warning.

Thu Mar 28 06:31:32 2013 390620 : Date in the holiday list is invalid (ARWARN 
625)
Thu Mar 28 06:31:32 2013 SGP0009

On checking the support group specified, we found some holiday list configured 
as below

01/01/08
07/04/08
11/11/08
12/25/08

Time zone: (GMT-05:00) Eastern Time (US & Canada)

I have removed these holiday list and there is no more warning, but want to 
know what was the cause for that warning. Is that due to the date specified has 
already expired? I mean, current year is 2013 where as holiday list refers to 
2008.

Thanks in Advance,

Shashi

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"