Reuters use Sybase ( Even in DACS 6) as the prefered database for storing users permissions to exchange data for RMDS5 and RMDS6.
Oftern its quicker in Sybase to run SQL queries, than wait for DACS to finish its reporting.
ASE ISQL is quite a nice tool to run from your PC ( similar to Toad)that enables you to interigate the Sybase directly ( without need for DACSUI installed)
For Example, if you want a list of the recent user permissions removed by the DACSUI from the dacs_main database ( on Reuters DACS 5.1 and above) , connect to the Sybase Database manager using the connection parameters below in your sql.ini
then run sql to see modifications
select * from user_ae where site like 'your-site' order by deactivation desc
To find who made the distribtuion changes ( assuming dacs admin user have seperate i'd that they use to make changes)
select * from load_control where site like 'your-site' order by commit_time desc
Some of these sql queries could be created into perl html scripts to display view only output in an intranet for example
Best Regards
Chris
Open Source IT Support for Business in Sussex. Technical Blog detailing LJE Ltd,. projects and common IT Support issues and experiences. Contact us if you have any Business related IT Support Queries in Sussex, Kent. Supporting Market Data Technology and Investment Banks since 1990, offer Premium Linux and Microsoft Small Business Solutions, Red Hat Linux Small Business I.T Support experts: Linux, Samba, Citadel Microsoft SBS replacement Servers, Firewall, VOIP, VPN
No comments:
Post a Comment