Description:
When trying to create a new project from a template with at least 1 task, the error message "PRJ-10002: Copy project WBS failed" will be shown if temporal folder "Tablespace" is missing on Oracle Database.
<Please see attached file for image>
Solution:
Create the temporary Tablespace in Oracle. See example below:
create temporary tablespace temp_mtr tempfile '/dbf1/mtr_temp01.dbf' size 32m autoextend on next 32m maxsize 2048m extent management local;
Keywords: CLARITYKB, configuration, schema