Changes between Initial Version and Version 2 of Ticket #295
- Timestamp:
- Feb 1, 2013, 8:44:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #295
- Property Owner changed from to
- Property Status new → assigned
- Property Summary WMS init script fails when collection name is not the first one returned by RASQL select query → WMS init and fill pyramid scripts fail when collection name is not the first one returned by RASQL select query
- Property Milestone → 8.4
-
Ticket #295 – Description
initial v2 1 The WMS init script (init_wms.sh) containsa check to validate if the collection name exists in the RASBASE database.1 The WMS init script (init_wms.sh) and fill pyramid script (fill_pyramid.sh) contain a check to validate if the collection name exists in the RASBASE database. 2 2 The query 3 3 {{{ … … 10 10 done <<< "$( rasql -q "select r from RAS_COLLECTIONNAMES as r" --out string | grep "Result object" | awk 'BEGIN { FS=" "}; { print $4 };' )" 11 11 }}} 12 to fail if the collection name passed to the WMS initscript is not the first collection name returned by the RASQL select query.12 to fail if the collection name passed to the script is not the first collection name returned by the RASQL select query.