If a BPM Process is created with a Linked Object and an auto-start condition, and the process is activated even if the auto-start condition is not met, this will cause a problem in saving any task. This issue also occurs when trying to save the project back into Clarity from Open Workbench (OWB).
Partial APP-CA.LOG Error Message:
WARN 2014-03-25 11:21:55,664 [http-bio-80-exec-359] com.niku (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
For info only - SQL statement not supported by OMP:
WARN 2014-03-25 11:21:55,664 [http-bio-80-exec-359] com.niku (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
SQL message: [CA Clarity][Oracle JDBC Driver][Oracle]ORA-01747: invalid user.table.column, table.column, or column specification
WARN 2014-03-25 11:21:55,664 [http-bio-80-exec-359] com.niku (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
Statement Id: omp.dynamic.select-object.map::project:NIKU.ALL:0:preagg_resource
WARN 2014-03-25 11:21:55,664 [http-bio-80-exec-359] com.niku (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
SQL statement: SELECT s0.id odf_pk, s0.null AS preagg_resource FROM inv_investments s0 WHERE ( s0.id=? )
WARN 2014-03-25 11:21:55,664 [http-bio-80-exec-359] com.niku (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
Parameter 1: 5010001
ERROR 2014-03-25 11:21:55,664 [http-bio-80-exec-359] niku.xql2 (clarity:myuser:8274053_6EFE744B-098D-41EF-B0B2-6AAF8769B642:projmgr.taskPropertiesPost)
Internal Processing exception
com.niku.union.omp.persistence.jdbc.exception.NestedSQLException:
--- The error occurred while applying a parameter map.
--- Check the omp.dynamic.select-object.map::project:NIKU.ALL:0:preagg_resource-DynamicParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLException: [CA Clarity][Oracle JDBC Driver][Oracle]ORA-01747: invalid user.table.column, table.column, or column specification
Steps to Reproduce:
Expected Result: No Error message, save is successful.
Actual Result: System Error message, save is not successful.
Caused by CLRT-74340
Resolved in CA PPM 14.1
Place BPM Process definition 'On Hold' or 'Draft' - do not activate a process with a linked object configuration.