Bonjour,
I am currently trying to upgrade a Sybase ASE CE15.7 from SP122 to SP136. SP136 include new SCC-3_3 that replace SCC-3_2. I am using SYBCLUSTER to manage the cluster, start, stop, etc.
I have created my instance using sccinstance and copied over the metadata for my cluster from SCC32 to SCC33 :
/opt/sybase/SCC-3_2/instances/myinstance/plugins/syb_cluster
I also had to copy over the libraries found under the cluster template in SCC33 to fix what seems to be a java issue.
Now, when I try to start the instance, I get this message :
ERROR - com.sybase.ua.AuthorizationException: Access EXECUTE denied for resource objectName=AgentPlugin:name=com.sybase.ase.cluster_15.0.1_1&type=METHOD&path=startInstance/java.lang.String,java.lang.String,java.lang.Boolean,com.sybase.ua.util.MessageListener,java.lang.Integer,java.lang.Boolean
Any idea what this error is and how to fix it?