I try to use Between
predicate to compare the current datetime with a range of date time.
I reference mscorlib
assembly and use get_Now()
within DateTime
class in the assembly to get DateTimeNow. I have problem to compare this current datetime with the range.
my condition is like:
DateTimeNow is between 2012-08-03 07:00:00 and 2012-08-04 07:00:00
DateTimeNow at my region should be
2012-08-03 16:33:20
for this moment. It should between the range I specified. But it seems does not work. If I replaceDateTimeNow
with2012-08-03 16:33:20
, it works.
It seems for some reason my DateTimeNow
does not work. Anyone has any idea?
I found to use Get_Date() function in .net mscorlib assembly, you have to modify your machine registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BusinessRules\3.0\StaticSupport (DWORD), give value 1
Details in:
http://blogs.msdn.com/b/richardbpi/archive/2005/11/14/492489.aspx
http://kinnaribhute.blogspot.co.nz/2008/04/some-interesting-stuff-about-biztalk.html
I am not sure how this will affect the production server, if the production server environment is not clustered with multiple node, there will be an outage for reboot the server.