Thursday, June 11, 2009

How to add more connections to Sybase for MicroMD

How to add more connections to Sybase for MicroMD

a) LicencesView
i) cmd
ii) cd .. (twice) -> cd p (tab to Program Files) -> cd s (tab to Sybase) -> cd s (tab to SQL Anywhere) -> cd w (tab to win 32)
iii) dblic dbsrv9.exe
(1) If newer version of Sybase is installed, command is dblic dbsrv9.lic
b) Adding Additional Licences
i) Stop Medical service
(1) Sybase Central --OR--
(2) Open Sybase icon in toolbar and click exit --OR--
(3) cmd -> net stop asanys_medical (Note: net start will start database)
ii) cmd
iii) cd .. (twice) -> cd p (tab to Program Files) -> cd s (tab to Sybase) -> cd s (tab to SQL Anywhere) -> cd w (tab to win 32)
iv) dblic -l perseat -u # dbsrv9.exe “user” “company”
(1) #: grand total of licenses; ex: if already have 5 & are adding 5, #=10.
(2) If newer version of Sybase is installed, command changes from dbsrv9.exe to dbsrv9.lic
v) Restart Medical service