Solution ID: prim30063 |
Event Code PPUSP-1644-B error when copying and pasting a project |
Status: Reviewed |
Version(s): 4.0, 4.1, 5.0 |
From Primavera OCP
Fact: | This is an Oracle database installation. |
Problem: | When copying and pasting a project, on an Oracle database, Event Code PPUSP-1644-B appears. Image may be NSFW. |
Cause: | The TASKACTV table resides within the database’s tablespace. The tablespace was not large enough to paste more data into it; it ran out of space. |
Fix: | To resolve this, an Oracle DBA is required to extend the tablespace size in order to write more data into it. The following command can be used to extend the tablespace size. alter tablespace name autoextend on next <size>M; for example, alter tablespace pmdb_ndx1 autoextend on next 500M; |