cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal error during backup in DB13

former_member183044
Active Participant
0 Kudos

Hello Experts,

When we are trying to take backup using DB13, we got the following error. We are in a critical condition.

Please help.

Regards

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Praveen,

Try this.

1) Login to sybase and goto command prompt

isql -Usapsa -P<Password> -S<SID>

2)Run below command from sybmgmtdb

1>sybmgmtdb

2>go

3) Change sp_sjobcreate and sp_sjobcmd to anymode

1> sp_procxmode "sp_sjobcreate" , "anymode"

2> go

1> sp_procxmode "sp_sjobcmd" , "anymode"

2>go


Regards,

V Srinivasan

former_member183044
Active Participant
0 Kudos

Hi Srini,

Thanks Srini for the reply. My issue got solved.

Regards

Praveen

Answers (2)

Answers (2)

former_member182034
Active Contributor
0 Kudos

hi Praveen,

Please follow the instruction of this SAP Note. It might be resolved the issue.

2009633 - SYB: Arithmetic overflow error occurs to a datetime field during schedule an action

Regards,

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Praveen,

Check this Note also.

1602547 - SYB: Current syb_update_db script versions

2001299 - ASE Job Scheduler failed to start

Regards,

V Srinivasan