Hi,
We have some problems with outer joining in Impromptu
Apparently the two table left outer join is split in two
queries that are fired against a mainframe db2 database.
One is an inventory table with as column the product code
the other table is the parts table with product code as key
the join happens on product code as you can imagine,
there also has been a filter set on the product key
Now when executing the report the query that is fired for the first table contains the filter on product number but the second query does a full tablespace scan because the where clause filter was not progagated to it.
The database only processing option in Impromptu is not allowed we get a strange message saying that the
"Processing requirements exceeds the current client/server limits"
Ever heard about this one ?
any ideas ?
We have some problems with outer joining in Impromptu
Apparently the two table left outer join is split in two
queries that are fired against a mainframe db2 database.
One is an inventory table with as column the product code
the other table is the parts table with product code as key
the join happens on product code as you can imagine,
there also has been a filter set on the product key
Now when executing the report the query that is fired for the first table contains the filter on product number but the second query does a full tablespace scan because the where clause filter was not progagated to it.
The database only processing option in Impromptu is not allowed we get a strange message saying that the
"Processing requirements exceeds the current client/server limits"
Ever heard about this one ?
any ideas ?