Product: IESX
Version: GeoFrame 3.1
Application: Project Management
Search Type: Error
Topic:
IESX: Can't execvp iesx_gn_control11p1.csh
Description:
IESX: Can't execvp /iesx_gn_control11P1.csh error in 10_to_11 upgrader even
though all other application appear to work from Geonet.
Solution:
This error is seen when $GN_DIR/bin is not in the search path, sometimes due to
the user's environment resetting that path with a new one every time a C shell
script is executed.
In the $GN_DIR/bin/iesx_util11P1.csh, variables are set up with commands to
start the upgrader, clear IESX project, IESX patch and IESX utils.
These commands assume that $GN_DIR/bin is in the path.
By editing each occourance of 'iesx_gn_control11P1.csh' in the file
$GN_DIR/bin/iesx_util11P1.csh to be '$GN_DIR/bin/iesx_gn_control11P1.csh'
everything should work ok without having to change the user's environment.
Example, change :
set UPGRD_COM = (iesx_gn_control11P1.csh upgrade_10_to_11 $UPROJ $UPASSWD
-tmpdir $TMPDIR $BAD $UNHOOK $GOAHEAD $NEWPROJ $ELLIP )
to:
set UPGRD_COM = ($GN_DIR/bin/iesx_gn_control11P1.csh upgrade_10_to_11 $UPROJ
$UPASSWD -tmpdir $TMPDIR $BAD $UNHOOK $GOAHEAD $NEWPROJ $ELLIP )
Last Modified on: 04-JAN-99