All the users were getting an error where the incorrect date was in the calendar popup until 11:00am, funny thing was, this is when GMT would click over to the next day. We found that in the user profile P0092 we had to give them a UTC of 16, then all of the popups worked. Crazy hey. Users had been dealing with this for about 8 months, but enough it enough... Fair enough!
I used the following SQL to make things quicker:
update sy812.f00921 set ULUTCTIME = '16' where ULUTCTIME = ' '
That's it for now.
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
Showing posts with label UTC F00921 JDE wrong time calendar. Show all posts
Showing posts with label UTC F00921 JDE wrong time calendar. Show all posts
Thursday, 13 November 2008
Subscribe to:
Posts (Atom)
-
I’ve enabled auditing many times before. Everytime has been a nightmare. You need lots of space for big tables, this could be done MUCH bet...
-
I’m running windows 7 virtual on OVM with office 2010. Have E1 fat boy and oracle 11G client. I’m using this machine for some BIP prototyp...
-
There are a heap of instructions of what you need to change if you change the IP address of your weblogic server, but I find they are not co...