Topic:
How to re-add IESX 10pX format DSL's to a project
Description:
DSL's occasionally dissappear from Project Manager. When reselecting them in Project Manager the Default, Interpretation or Seismic extension is added to the path name. DSL's for projects upgraded from IESX do not always have an extension. The extensions need to be readded to the project via Oracle, using SQL.
Solution:
The DSL's are stored in Oracle in the file_storage_path_cat table. You can use the following command to update the DSL location if it becomes lost or needs to be added back to its ORIGINAL location (i.e. without the Default, Interpretation, Seismic extension on the path name). Rank is any number from 0 to n (for multiple DSL's). In a GeoFrame Xterm type: sqlplus projectname/password sql > insert into file_storage_path_cat (file_storage_code,rank,restriction_flag,storage_path) values ('Default',0,'N','/home/cs/olympus2/gf_root/PROJECTNAME/'); sql>commit;
Last Modified on: 13-JUN-00