dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

SYS_BACKUP server - sybase

This is a discussion on SYS_BACKUP server - sybase ; Hi, new on sybase. I try to update the sysservers: update sysservers set srvnetname='xxx_BS' where srvid=1 and it returns: Ad-hoc updates to systems catalogs not enabled. A user with SSO role must reconfigure system to allow this. Any help would ...


Home > Database Forum > Other Databases > sybase > SYS_BACKUP server

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 11-28-2008, 05:00 AM
Database Newbie
 
Join Date: Nov 2008
Posts: 1
solrosfroet is on a distinguished road
Default SYS_BACKUP server

Hi,
new on sybase. I try to update the sysservers:
update sysservers set srvnetname='xxx_BS' where srvid=1 and it returns:

Ad-hoc updates to systems catalogs not enabled. A user with SSO role must reconfigure system to allow this.

Any help would be appreciated! Thanks.
gemma
Reply With Quote
  #2  
Old 04-03-2009, 12:11 PM
Database Newbie
 
Join Date: Apr 2009
Posts: 1
dshakey21 is on a distinguished road
Default Re: SYS_BACKUP server

you need to be an sa of the database with so role

then you need to enable config

sp_configure "allow updates",1

then run youe update

make sure to disable the config

sp_configure "allow updates",0
Reply With Quote
  #3  
Old 07-23-2009, 08:37 AM
Database Newbie
 
Join Date: Jun 2009
Posts: 2
Sneevarp is on a distinguished road
Default Re: SYS_BACKUP server

this can be done by user having role "sso_role". You can check your roles by SP:

sp_helpuser
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 08:10 AM.