DreddMetal Posted December 5, 2008 Posted December 5, 2008 Hi all, I know there is a way to reset the SIMS .Net sysman password, using osql if i remember rightly, sadly thats all i can remember, could someone please post the command required to reset the sysman account password? Thanks in advance
ravens Posted April 24, 2009 Posted April 24, 2009 Hi, try this: osql -Sserver\sims2005 -E -n -Q"exec sims.sims.db_p_reset_sysman_password" Dont know what it resets the password to though. Maybe you could tell me if you find out. Thanks
Steve_T Posted April 27, 2009 Posted April 27, 2009 To reset the SYSMAN password from the command prompt: Login via OSQL as above: OSQL -E -S 127.0.0.1\SIMS Then, do the following: 1> use sims 2> go 1> exec sims.db_p_reset_sysman_password 2> go (1 row affected) 1> exit 2
Oops_my_bad Posted April 27, 2009 Posted April 27, 2009 Here's a utility I came across when doing a server move a few weeks back. As long as you know the SA password for your SQL instance, this tool will let you reset the sysman passwords for both sims and FMS I don't think there's any issue with posting it here, it's freely available if you know where to look. Don't forget to do a full backup before you use it, caveat emptor.. etc.. etc..ESSUpgrade.zip 2
lukepollard Posted May 21, 2020 Posted May 21, 2020 Having moved out Hosted SIMS to Arbor MIS now, I have never had to install any of the SIMS database/FMS client before as it was entirely hosted. Unfortunately our finance team needed to fire up the backup of FMS for a incorrect VAT claim and good grief how hideous it was trying to work out how to install FMS with no instructions. Finally after trawling many forums, bashing my head against every error message, manually finding and installing BDE, FMS, Messing with ini configs, Installing 2005 SQL native.. we have ourselves a working FMS on one of our VMs. Certainly a blast from the hideous past! I just wanted to say thanks to Oops_my_bad (some 11 years later) for the tools that allowed us to reset the password and finally get into this hunk of junk software.
mavhc Posted May 21, 2020 Posted May 21, 2020 Keep a few VM backups around of stuff for times like those
Koldov Posted June 30, 2023 Posted June 30, 2023 (edited) I can confirm that in 2023 this still works. Why wouldn't it? SIMS doesn't look or feel like it's had any major update since about 1994 (and it probably hasn't), so it will possibly still work in another 15 years... Edited June 30, 2023 by Koldov
richmackie Posted June 30, 2023 Posted June 30, 2023 I know one headteacher who definitely sees that as a good thing...
mavhc Posted June 30, 2023 Posted June 30, 2023 As long as you don't connect the computer it's running on to any network
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now