on ‎2018 Jun 07 4:05 PM
For any itemtype clicking on save button throwing 500 internal server error in backoffice ui
Request clarification before answering.
When your user was created your received a space quota on the users tablespace from your dba. It means that you cannot create more than that amount of space in that tablespace. you are now creating a table. Upon doing so, a number of extents of a certain size are created (reserved) for it. Seeing as you don't explicitely mention them, you get the defaults of the tablespace. Most likely the initial/next extents and the minimum number of extents on the tablespace for a new table exceed your quota. For a solution you can do the following: - ask for more quota from your dba - specify explicite low extent sizes (make sure the tablespace is not 'uniform extent size', though) ALTER USER quota unlimited on USERS; This you can run from HAC-> FlexibleSearch -> SQL Query. I hope it is not a production.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you initialized/updated backoffice ?? usually if that has not been done. it will give an error. If you have not done do it again. Otherwise please share the logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.