Problem:
When end users are not able to save new items or update existing items in Spotfire Library, the following error might be reported in the Spotfire Server's server.log file:
ws.library.LibraryService: An exception occurred in method 'saveItem'.
com.spotfire.ws.library.StorageException: ORA-01654:
unable to extend index SPOTFIRE.LIB_PROP_IX1 by 128 in tablespace SPOTFIRE
, DATABASE_ERROR
This condition indicates that Spotfire Server's Oracle database has run out of table space.
Solution:
On the Oracle database, run the following type of query. Please adjust the max size as needed:
ALTER tablespace SPOTFIRE_DATA autoextend on maxsize 500G;
This box will be hidden from the public.
Source Case 277106