Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Error when trying to save an analysis to the Spotfire library.
Solution:
You may see the following error in the Spotfire server.log file:
ERROR 2017-06-01T17:00:52,842-0500 [user, #24, #375] ws.library.LibraryService: An exception occurred in method 'saveItem'.
com.spotfire.ws.library.StorageException: com.microsoft.sqlserver.jdbc.SQLServerException: Could not allocate space for object 'dbo.LIB_DATA'.'PK__LIB_DATA__ADFD89A0D26BFA88' in database 'spotfire_server' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup., DATABASE_ERROR
at com.spotfire.ws.library.MSSQLPersisterGeneric.insertContent(MSSQLPersisterGeneric.java:316)
at com.spotfire.ws.library.LibraryManagerImpl.saveItem(LibraryManagerImpl.java:1745)
at com.spotfire.ws.library.LibraryManagerImpl.saveItem(LibraryManagerImpl.java:1638)You will need to contact your DBA for the Spotfire Server database given that the error is due to insufficient space on the Database file system.
http://stackoverflow.com/questions/1951647/primary-filegroup-is-full-in-sql-server-2008-standard-for-no-apparent-reason
Comments
0 comments
Article is closed for comments.