1105 - ASE has run out of space (data or log). Click more to access the full version on SAP ONE Support launchpad (Login required). If the transaction log occupies significantly fewer pages, continue with step 4.

It has been closed. Visit SAP Support Portal's SAP Notes and KBA Search. If, however, there are still a large number of pages in the syslogs table, an outstanding transaction is probably preventing the log from being cleared.

To repeat issue query "SET sql_mode='STRICT_TRANS_TABLES';" before running test. Repeat step 1. About this page This is a preview of a SAP Knowledge Base Article.
Resources are accessed in conflicting order on separate transactions, causing a deadlock. I think this is the key piece of information here: CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database The issue when using this version is the size restriction which is 4Gb only.

The KB provided by Pete will help, but I believe the issue is with the SQL version you are using which is most likely the Express 2005 Edition that comes "embedded" with the SCSP installation (for evaluation purposes only)..

If this is the case, choose one of these options: For example: Transaction1 updates Table1.Row1, while Transaction2 updates Table2.Row2.. Transaction1 tries to update Table2.Row2 but is blocked because Transaction2 has not yet committed.. Transaction2 now tries to update Table1.Row1 but is blocked because Transaction1 has not committed. Sorry, you can't reply to this topic. Search for additional results. As I said "The latest edition of SQL Server is SQL Server 2019 which is current at version 15.0.4023.6 (if you have the latest CU installed)." Explanation.

SQL server Version 15.0.18206.0 would be something like SQL Server 2019 CU 29 (and I … It's possible that dbacockpit is failing because it's running some SQL (to complete the extend) that uses space in tempdb - and it's tempdb that full. [3 Jul 2007 8:20] Sveta Smirnova Bug is not exists in version 5.0.37 Content reproduced on this site is the property of the respective copyright holders. Error: 1105, Severity: 17, State: 2 – Learn more on the SQLServerCentral forums "SQL Server: 15.0.18206.0" That's definately not your version either.