On Sunday, February 3, 2013 at 3:12:55 PM UTC+5:30,
allenzh...@gmail.com wrote:
> [ServletException in:/nav.do?nav=header&external=false] Can't allocate space for object 'syslogs' in database 'tempdb' 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. '
>
> That's interesting to see.
HI
You have two options for this
1. either you can dump tempdb with no logs
dump database tempdb with no_logs
2. or you can add DB space to tempdb in log device
alter database tempdb log on logdevice with size
Hope you will resolve this issue using above two menthods