Changes between Initial Version and Version 2 of Ticket #295


Ignore:
Timestamp:
Feb 1, 2013, 8:44:27 AM (11 years ago)
Author:
Dirk Daems
Comment:

The same check fails for the WMS fill_pyramid script.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #295

    • Property Owner changed from Dimitar Misev to Piero Campalani
    • Property Status newassigned
    • Property Summary WMS init script fails when collection name is not the first one returned by RASQL select queryWMS init and fill pyramid scripts fail when collection name is not the first one returned by RASQL select query
    • Property Milestone8.4
  • Ticket #295 – Description

    initial v2  
    1 The WMS init script (init_wms.sh) contains a check to validate if the collection name exists in the RASBASE database.
     1The 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.
    22The query
    33{{{
     
    1010  done <<< "$( rasql -q "select r from RAS_COLLECTIONNAMES as r" --out string | grep "Result object" | awk 'BEGIN { FS=" "}; { print $4 };' )"
    1111}}}
    12 to fail if the collection name passed to the WMS init script is not the first collection name returned by the RASQL select query.
     12to fail if the collection name passed to the script is not the first collection name returned by the RASQL select query.