Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 7846

[ASE Error SQL1105]Can't allocate space for object 'syslogs' in database

$
0
0

Hi Experts,

 

We are currently performing a stack upgrade on SAP ECC 6.0 EHP6 to SP11 and got struck in pre-processing phase because DB is not available :

 

When checked understood from trans.log that log segment is full:

 

***LOG BY0=>[ASE Error SQL1105]Can't allocate space for object 'syslogs' in database 'ECD' because 'logsegment' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE to increase the size of the segment.

 

So tried dumping the transaction log and increasing the log file by 8MB and restarted but same error ::

 

isql -Usa Password:<SA_PASSWORD> 1> use master 2> go 1> dump transaction master with no_log 2> go

 

1> alter database master 2> log on master = 8 3> with override 4> go

 

 

 

Then we tried increasing the size of the segment'logsegment' as mentioned in the errorlog with :

 

1> sp_extendsegment logsegment, master, master

2> go

 

But it returned:

 

Msg 17793, Level 16, State 1:

Server 'ECD', Procedure 'sp_extendsegment', Line 349:

System Administrator (SA) must set database 'master' to single-user mode with

sp_dboption before using 'sp_extendsegment'.

(return status = 1)

Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRAN is

missing. Previous count = 0, Current count = 1.

 

 

I tried logging in with sa user and put master to single user mode it returned as below :

 

1> use master

2> go

1> EXEC sp_dboption master, 'Single User', True

2> go

Msg 17422, Level 16, State 1:

Server 'ECD', Procedure 'sp_dboption', Line 387:

The 'master' database's options cannot be changed.

(return status = 1)

 

 

Iam clueless now. could you please advice ?

 

Regards,

Srikanth


Viewing all articles
Browse latest Browse all 7846

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>