Topic:
Data area does not exist - Data area 'project_name' does not exist.
Description:
IESX 10.1 project upgraded to GF 3.1 with no problems. Error occours when selecting IESX from the Seismic Catalog. Data area not exist Workarea callback failed Additional information Data area 'project_name' does not exist Record not found Can access the GeoFrame portion of the project but not IESX.
Solution:
IESX 10p1 software has been deleted after upgrade, hence iesx_config directory that IESX 10p1 projects were contained in was also deleted. Either (1) restore the /home/gqs/iesx_config directory from backup or (2) patch projects in GeoFrame. To restore the iesx_config from backup : 1.) Either restore the /home/gqs/iesx_config to its original place or restore it to $GF_HOME/iesx/config. 2.) Make sure that both IESX and GeoFrame are pointing to the same $IESX_CONFIG area. IESX and GeoFrame must use the same $IESX_CONFIG. To check this: in an IESX xterm launched from GeoNet type: echo $IESX_CONFIG in a GeoFrame xterm launched from GeoNet type: echo $IESX_CONFIG If they are different edit the following GeoFrame file: $GF_HOME/iesx/iesx_setup_site.csh Look for the following line and edit the config path. => setenv $IESX_CONFIG /home/gqs/iesx_config/ Edit to the complete pathname for the GeoFrame config directory which is GF_HOME/iesx/config. Or if you restored to /home/gqs/iesx_config, then no need to edit. To repatch projects into GeoFrame : 1.) To find the projects, use the following command in an x-term: find / -name "*.da" -print This will find all files available with a .da extension.Each project has one of these files, which is a record of all the files within the project. Patch in each missing project.da file using IESX_patch under Geonet > GeoFrame 2.) Make sure that both IESX and GeoFrame are pointing to the same $IESX_CONFIG area. IESX and GeoFrame must use the same $IESX_CONFIG. To check this: in an IESX xterm launched from GeoNet type: echo $IESX_CONFIG in a GeoFrame xterm launched from GeoNet type: echo $IESX_CONFIG If they are different edit the following GeoFrame file: $GF_HOME/iesx/iesx_setup_site.csh Look for the following line and edit the config path. => setenv $IESX_CONFIG /home/gqs/iesx_config/ Edit to the complete pathname for the GeoFrame config directory which is GF_HOME/iesx/config. 3.) Use "IESX Patch" to add each project.da file for each project that exists within GeoFrame. This will update the IESX_CONFIG area to hold each project's IESX data.
Last Modified on: 05-JAN-99