POSC Specifications V2.1 Errata
Sample Implementations - Fix 2
Edit the file SourceCode/proj_tool/src/ProjTool/phase_4.c
as shown below:
220,225c220,227
< "FROM %s "
< "WHERE map_target_s = '%s' "
< "AND prod_versn_s = '%s' "
< "AND ref_proj_meth = '%s' ",
< PT_PROJECTION_MAP_T, tableDefSK, prodVersnSK,
< PT_D_ENT_CONSOL_M);
---
> "FROM projection_map a, entity_def b "
> "WHERE a.map_target_s = '%s' "
> "AND a.prod_versn_s = '%s' "
> "AND b.entity_def_s = a.map_source_s "
> "AND b.is_abstract = '%c' "
> "AND a.ref_proj_meth IN ('%s','%s') ",
> tableDefSK, prodVersnSK, PT_BOOLEAN_FALSE,
> PT_D_ENT_CONSOL_M, PT_D_ENT_REPLIC_M);
Copyright © 1994, 1995, 1996 Petrotechnical Open Software
Corporation. All rights reserved.
POSC ® and the POSC logo® are registered trademarks and Epicentre (TM)
is a trademark of Petrotechnical Open Software Corporation.