Forum Replies Created
-
AuthorReplies
-
Problem solved. Apparently there was an issue with IBM’s move from POSIX timezone variables (EST5EDT) to Olson timezone variables (America/New_York).
According to Lawson: ‘IBM change timezone variables and we did not, in Cloverleaf 6.0 we did. They wont see this issue in CL6.0
I’ve narrowed the problem down a little. Something in
/quovadx/cis5.8/integrator/lib is being called that caused the time to be ahead by four hours even though the timezone is still correct. If we remove/quovadx/cis5.8/integrator/lib from$LIBPATH the time is correct. Any ideas what is adjusting the time?DIR= /lib $ echo $LIBPATH
/quovadx/cis5.8/integrator/clgui/java/bin:/quovadx/cis5.8/integrator/clgui/java/bin/classic
:/quovadx/cis5.8/integrator/lib:/quovadx/cis5.8/integrator/bin:/quovadx/cis5.8/integrator/tcl/lib:/quovadx/cis5.8/integrator/dbms/lib:/usr/lib:/lib:/shlib:/usr/shlib$TZ is set correctly…
DIR= /hci $ showroot
HCI root is /quovadx/
cis5.8/integratorHCI site is covimtest
DIR= /hci $ echo $TZAmerica/New_York
DIR= /hci $ date
Tue Jul 3
11:21:12 America/New_York 2012DIR= /hci $ setroot /quovadx/qdx5.7/integrator
DIR= /hci $ showroot
HCI root is /quovadx/
qdx5.7/integratorHCI site is development
DIR= /hci $ echo $TZAmerica/New_York
DIR= /hci $ date
Tue Jul 3
07:21:49 EDT 2012DIR= /hci $
Rob, Updating JRE fixed the problem for both IE and Firefox. Good call! Thanks much for the tip.
Attempting to view the new 5.6 documentation in Internet Explorer caused IE to crash for me. I tried Firefox and it hosed Firefox so badly that I had to reboot before I could get another Firefox session to start. Not good. Regarding the ability to search all documentation, the newer versions of Adobe Reader allow you to search all pdf documents in a directory. So, searching separate pdf docs is no longer a problem.
Fortunately, we’re upgrading to 5.5 soon and will wait a while to upgrade to 5.6. Hopefully, the viewing problems will be resolved soon.
I had this happen a couple of times in our AIX environment. Occasionally the Xlate won’t compile when it’s saved. Selecting File -> Compile from the Xlate configurator fixed the problem for me. -
AuthorReplies