Internet Explorer 7
Internet Explorer 7
(OP)
Just wanted to let people know that I just installed IE7 and afterwards NX4 wouldn't run. Got a 'Fatal Error' message. As soon as I uninstalled IE7, NX worked again fine. Anyone else had this problem?





RE: Internet Explorer 7
thread561-163769
RE: Internet Explorer 7
RE: Internet Explorer 7
John R. Baker, P.E.
Product "Evangelist"
NX Product Line
UGS Corp
Cypress, CA
http://www.ugs.com
RE: Internet Explorer 7
They should have at least used a platform independent render engine, such as gecko that they can package with the product and have it work the same on all platforms.
Just my two cents.
PLM Exchange
http://plmexchange.net
http://groups-beta.google.com/group/NX_CAX/
RE: Internet Explorer 7
RE: Internet Explorer 7
Is the Tips page really using the browser or just display an html page?
UGS cannot be expected to address outside changes immediately. NX4 was released before IE7 Beta.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
Sr IS Technologist
L-3 Communications
RE: Internet Explorer 7
IE7 will not be automatically installed on your machine. If you have your updates set to download and install they are overriding this behavior and just downloading it and some day in the future when they do this, you will get a message asking if you want to install IE7. It is defaulted on "No" in case you accidentally accept everything. So you will need to explicitly say "Yes" install IE7.
-Dave
PLM Exchange
http://plmexchange.net
http://groups-beta.google.com/group/NX_CAX/
RE: Internet Explorer 7
RE: Internet Explorer 7
RE: Internet Explorer 7
PROBLEM:
Attempting to start NX 4 or NX 3 with IE V7.0 installed will display an
error:
Fatal Error
Fatal error detected unable to continue
The syslog file will have the entry:
......
......
Daylight Time
+++ Unhandled operating system exception: e06d7363
[ 1 ] 7C812A5B
(kernel32)
[ 2] 202B908A
(libsyss)
[ 3 ] (libsyss)
[ 4] 202B7AD8
......
......
REMEDY:
There are two two known workaround options:
1. Remove IE V7.0
To uninstall Internet Explorer 7 and restore Internet Explorer 6 when
using Windows XP or Windows Server 2003
1. Click Start, and then click Control Panel.
2. Click Add or Remove Programs.
3. Scroll down to Windows Internet Explorer 7, click it, and then
click Change/Remove.
If you cannot find Internet Explorer 7 in Add or Remove Programs,
click Start, click Run, type %windir%\ie7\spuninst\spuninst.exe, and
then press ENTER.
Note: %windir% is the location of your Windows directory, which can
usually be found at C:\Windows. To do this, you need to
have "view hidden folders" enabled.
2. The workaround for this problem is to disable the background page by
commenting out UGII_BACKGROUND_URL in NX 4 or the NX 3
%UGII_BASE_DIR%\ugii\ugii_env.dat
FROM:
#
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
# UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#else
# UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\background.html
#endif
#
TO:
#
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
## UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#else
## UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\background.html
#endif
#
_____________________________________
Complex problems have simple, easy-to-understand, wrong answers.
_________________
PI Penkov
CAM Programmer
Non-standard Equipment Designer
RE: Internet Explorer 7
-Dave
PLM Exchange
http://plmexchange.net
http://groups-beta.google.com/group/NX_CAX/
RE: Internet Explorer 7
[ UGS ]
S O F T W A R E SFB-NX-2627
F I E L D Page 1 of 1
B U L L E T I N Issue Date: October 20, 2006
Revision Date: October 24, 2006
Supersedes: N/A
Submitted By: Lynn Watts
Responsible Group: Systems
GTAC 800 # Options(s): 2.1.1.3
PRODUCT: NX
SUBJECT: NX 4 and NX 3 will not start after Internet Explorer V7.0 is
installed.
----------------------------------------------------------------------------
Affected Software: NX 4.0 and NX 4.0
Associated PR Number(s): PR 5620394, PR 5620700
Scope: Windows XP Service Pack 2 (SP2)
: Windows XP Professional x64 Edition
: Windows Server 2003 Service Pack 1 (SP1)
Revision: A new solution has been provided from Development
----------------------------------------------------------------------------
PROBLEM:
Attempting to start NX 4 or NX 3 with IE V7.0 installed will display an
error:
Fatal Error
Fatal error detected unable to continue
The syslog file will have the entry:
......
......
Daylight Time
+++ Unhandled operating system exception: e06d7363
[ 1 ] 7C812A5B
(kernel32)
[ 2] 202B908A
(libsyss)
[ 3 ] (libsyss)
[ 4] 202B7AD8
......
......
REMEDY:
Simply delete the psapi.dll file from the %UGII_BASE_DIR%/ugii for NX 4
and NX 3:
%UGII_BASE_DIR%/ugii/psapi.dll
----------------------------------------------------------------------------
If any questions arise regarding this field bulletin, the
Global Technical Access Center may be contacted at:
All USA & Canada (800) 955-0000
If you are outside the United States and Canada, any questions
regarding this or any other SFB should be directed to your local
support office, quoting the SFB number.
Tim Flater
Senior Designer
Enkei America, Inc.
www.enkei.com
RE: Internet Explorer 7