Page 1 of 1

Servoy Exception on Solution Import

PostPosted: Mon Nov 11, 2019 2:53 pm
by craigcornish
I have seen similar issues discussed, but none seem to match mine.

Server Information
Servoy version 8.1.2 -releaseNumber 3031
Port used by RMI Registry: 1099
Repository version 48


Here is the exception:
com.servoy.j2db.persistence.RepositoryException: java.sql.SQLException: Could not allocate space for object 'dbo.servoy_elements'.'e_oti' in database 'SERVOY_REPOSITORY_V8_test' 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.


I have been searching with no luck on this and any help would be GREATLY APPRECIATED.

Re: Servoy Exception on Solution Import

PostPosted: Fri Nov 22, 2019 2:42 pm
by rgansevles
Sounds like a disk is getting full, do the answers posted on this stackoverflow thread help?

https://stackoverflow.com/questions/191 ... -dbo-table

Rob