on 2012 Sep 22 9:47 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.