Hi Experts,
I have just updated our Sybase ASE from 15.7.042 to 15.7.110 as per SAP note 1599814 and performed the post upgrade steps.
Next, I was able to execute sp_config from OS level and was able to dump database and transaction using isql
However, the DBA planning calendar jobs are not being executed automatically. I tried adding a new job and used the same script which used to work fine before upgrade, but get the following error.
FATAL ERROR: Exception CX_DB6_CALENDAR_ACTION in class CL_DB6_CALENDAR_ACTION method EXEC_ACTION line 88 / RC=Job error
Exception CX_DB6_CALENDAR_ACTION in class CL_DB6_CALENDAR_ACTION method EXEC_ACTION line 88
Kernel Error ID:
WP ID: 7
WP PID: 15204536
SYSID: KEP
SY-SUBRC: 1059
SY-TABIX: 0
Message: Job error
Messages from Scheduler Back-End:
Job creation failed
[ASE Error SQL7713]Stored procedure 'sybmgmtdb..sp_sjobcreate' may be run only in unchained transaction mode. The 'SET CHAINED OFF' command will cause the current session to use unchained transaction mode.
Followed SAP note 2001299, but that didn't help.
- The backup server is running fine.
- I had updated the DB client post upgrade, and executed the script syb_update_db as well.
The database connection is active in DBACOCKIT and the test connection is successful with user sapsa.
Would appreciate your advise on what could be the issue with job scheduler? I am able to execute the dump same scripts from isql on AIX.
Thanks.
Regards,
Varun