Re: Date greater than 2037 in remedy

2009-02-18 Thread Axton
A patch to the OS will not change Remedy; to change Remedy, RD at BMC would be required to rebuild the entire code base for all products that use the ARLong data type (ARServer, Java api, c api, email engine, plugin server, cmdb, approval server, itsm binaries, assignment engine, etc.). I don't

Re: Date greater than 2037 in remedy

2009-02-17 Thread J.T. Shyman
] On Behalf Of Ben Chernys Sent: Tuesday, February 17, 2009 2:40 AM To: arslist@ARSLIST.ORG Subject: Re: Date greater than 2037 in remedy Not at all! A 64 bit operating system AND a recompile (at best) of your application and possibly (likely) source code changes will remove

Re: Date greater than 2037 in remedy

2009-02-17 Thread Axton
BlackBerry From: Aditya C Date: Tue, 17 Feb 2009 10:14:45 +0530 To: arslist@ARSLIST.ORG Subject: Date greater than 2037 in remedy ** Hello, Remedy cannot take date more than year 2037 anything we can do to have it more than this. Regards, Aditya __Platinum

Re: Date greater than 2037 in remedy

2009-02-17 Thread J.T. Shyman
@ARSLIST.ORG Subject: Re: Date greater than 2037 in remedy ** ar.h: 237typedef ARLong32 ARTimestamp; /* (seconds since Jan. 1, 1970) */ 238#define ARTIMESTAMP_MAX ARLONG32_MAX artypes.h: 27 * ARLong32 is a 32-bit signed integer on either 32-bit or 28 * 64-bit machines. It replaces long

Re: Date greater than 2037 in remedy

2009-02-17 Thread Hendershot,Bruce D.
Out of curiosity, why do you need to go that far out with the date? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Aditya C Sent: Monday, February 16, 2009 11:45 PM To: arslist@ARSLIST.ORG Subject: Date greater than 2037 in remedy ** Hello

Re: Date greater than 2037 in remedy

2009-02-17 Thread Axton
System discussion list(ARSList) [mailto: arsl...@arslist.org] *On Behalf Of *Axton *Sent:* Tuesday, February 17, 2009 8:53 AM *To:* arslist@ARSLIST.ORG *Subject:* Re: Date greater than 2037 in remedy ** ar.h: 237typedef ARLong32 ARTimestamp; /* (seconds since Jan. 1, 1970) */ 238

Re: Date greater than 2037 in remedy

2009-02-17 Thread Marty.Thorin
to a 64 bit timestamp. MySQL is just being 'the canary in the coal mine'. Thorin From: Rick Cook [mailto:remedyr...@gmail.com] Sent: Monday, February 16, 2009 11:02 PM Subject: Re: Date greater than 2037 in remedy I am guessing that going to a 64 bit operating

Re: Date greater than 2037 in remedy

2009-02-17 Thread Aditya C
I agree with Axton on making changes to ARLong and also updating all references to point to the new change. However the point is how to do that. Will the patch applied to OS will change the parameter and references automatically?

Date greater than 2037 in remedy

2009-02-16 Thread Aditya C
Hello, Remedy cannot take date more than year 2037 anything we can do to have it more than this. Regards, Aditya ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI Solutions ARSlist:

Re: Date greater than 2037 in remedy

2009-02-16 Thread Rick Cook
I am guessing that going to a 64 bit operating system will remove that limitation. Rick Sent from my Verizon Wireless BlackBerry -Original Message- From: Aditya C adityarem...@gmail.com Date: Tue, 17 Feb 2009 10:14:45 To: arslist@ARSLIST.ORG Subject: Date greater than

Re: Date greater than 2037 in remedy

2009-02-16 Thread Carey Matthew Black
Aditya, A Date field can go much beyond 2037. However you only store the date and no time of day portion of the value. You can use a Time field separately to do that if needed. A Date/Time field is much more limited. -- Carey Matthew Black BMC Remedy AR System Skilled Professional (BRSP) ARS =

Re: Date greater than 2037 in remedy

2009-02-16 Thread Ben Chernys
...@arslist.org] On Behalf Of Rick Cook Sent: February 17, 2009 6:02 AM To: arslist@ARSLIST.ORG Subject: Re: Date greater than 2037 in remedy I am guessing that going to a 64 bit operating system will remove that limitation. Rick Sent from my Verizon Wireless BlackBerry _ From