Unable to revise objects in Windchill PDMLink due to full Database tablespace
Unable to revise objects in Windchill PDMLink, getting error message in event manager:
A nested transaction cannot be started when a rollback is in progress. The following is the rollback stacktrace.
Database table space is full: (Oracle):
Tablespace full and cannot autoextend, BLOBS or USER for example.
When the tablefiles reach (approx) 32GB they cannot grow more and therefor cannot autoextend
Make sure there is tablespace available, PDSVISION recommends at least 10% free space.
Either reduce the amount of data in the tablefiles or add a new databasefile.
To add a tablefile example for Oracle database:
alter tablespace USERS add datafile 'F:\PTC\OCU\ORADATA\WINDUSERS02.DBF' SIZE 10240M AUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITED;
Unable to revise objects in Windchill PDMLink, getting error message in event manager:
A nested transaction cannot be started when a rollback is in progress. The following is the rollback stacktrace.
Database table space is full: (Oracle):
Tablespace full and cannot autoextend, BLOBS or USER for example.
When the tablefiles reach (approx) 32GB they cannot grow more and therefor cannot autoextend
Make sure there is tablespace available, PDSVISION recommends at least 10% free space.
Either reduce the amount of data in the tablefiles or add a new databasefile.
To add a tablefile example for Oracle database:
alter tablespace USERS add datafile 'F:\PTC\OCU\ORADATA\WINDUSERS02.DBF' SIZE 10240M AUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITED;