RESOLUTION 1
Enable Performance Collection group or included collections on the agent ASP and deactivate, then activate the agent(s).
RESOLUTION 2
Manually run the rapsAdmin.sql and setup_mon_tables.sql script then deactivate, then activate the agent(s).
RESOLUTION 3
Make sure that the account used by the Sybase agent only has the "mon_role"
- Deactivate the Sybase agent
- Check that the Sybase user has valid permissions.
- Manually delete any stored procedures beginning with "sp_fgl_" and the db user if they had sa.
- Start the Sybase agent, the stored procedure script will run when the agent starts up.
- Check the agent log file, there should be a message like "Installing new stored procedures".
RESOLUTION 41- Stop the Sybase SAP ASE agent.
2- Verify Default database 'sybsystemprocs'
exec sp_displaylogin USERNAME 3- Check the default temporary database for the user, it should be tempdb
sp_tempdb 'show'
go4- Drop all the sp_fgl_% stored procs owned by dbo
5- Run attached script rapsAdmin.sql as sa user and . Do not modify this script.
6-
exec sp_fgl_adduser 'USERNAME' , 'foglightGroup' (if the user doesn't already exist)
7-
Grant mon_role to 'USERNAME'NOTE: The user should have only one role: mon_role, use
sp_displayroles USERNAME to view the roles
8- Enable the Sybase agent