cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DB error SQL error 1105 occurred

Former Member
0 Likes
8,621

Dears,

I have working on SAP ERP 6 EHP5 NW 7.02 on Sybase, and get the following error" DB error: SQL error 1105 occurred "also when try to open TCode: dbacockpit to extend the table space, the SAP GUI terminated and show the following error also <SID>: SAP System Message: Work process restated; session terminated.

so please advice how I can solve this issue, thanks in advance.

View Entire Topic
Former Member
0 Likes

The issue have been solved, Thanks God,

   the solution is: adding new device through

"

use master

go

disk init name ='(Device Name)' ,

physname='/sybase/(SID)/sybsystem/(device name).dat', size='60G'

than alter db to add more space through this device

alter database (database name)

on (device name) = "10240M"

all related information about 1105 error you can find it on the following link

http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc00729.1500/html/errMessageAdvRes/X10...