Ticket #803 (closed bug: fixed)

Opened 6 months ago

Last modified 6 months ago

Batch Processes Fails

Reported by: egouge Assigned to: egouge
Priority: major Milestone:
Component: BatchProcessor Version:
Keywords: Cc:
Estimate:

Description

Batchprocessor fails for LC query: mgtdes.landscape.lu_prov.1425 OR vri09.age.ageclass

(this query is not being converted into the correct sql query).

Change History

11/24/11 09:28:41 changed by egouge

  • status changed from new to closed.
  • resolution set to fixed.

This is a problem with the way vri09.age.ageclass is interpreted (the parser treats it as a value not a category). It also effects saved lc queries that include this class. When you select the saved query and try to re-run it errors tiles are returned.

This has been fixed by updating the code that parses lc query strings into lc queries.