mb2k01 Posted January 29, 2019 Posted January 29, 2019 Hi All, As our current support providers (I better not mention them... yet!) aren't being very helpful, I thought I would ask here. Has anyone got a set of instructions or rough guidance on steps required to build a brand new SIMS server? Essentially our current server, while virtualised, is probably the oldest VM we have still running. We would like to commission a brand new server for SIMS, do a clean install and copy the database across etc. We've actually got as far as I've just described - but when we try and log in with a known user it says their password is incorrect... We're assuming we're missing something in terms of having to tweak a setting / change a server name somewhere, but as no one (support co or Capita) appear to be able to help, I'm hoping someone on here knows! Cheers
LTurner3692 Posted January 29, 2019 Posted January 29, 2019 May sound silly but out of interest have you reset said persons password?
FishCustard Posted January 29, 2019 Posted January 29, 2019 (edited) You need to run the following command on the old system, then re-do the transfer: [color=#333333]osql -S%COMPUTERNAME%\SIMS2008 -Usa -Psa_password_here -n -Q"exec sims.sims.db_p_transfer_login"[/color] if you have FMS, you'll also want to run osql –S[color=#333333]%COMPUTERNAME%[/color]\sims2008 [color=#333333]-Usa -Psa_password_here -n [/color]-Q"exec ccsfms.sims.db_p_transfer_login" Edited January 29, 2019 by FishCustard 1
Atomic_Zombie Posted January 29, 2019 Posted January 29, 2019 (edited) How did you take the backup of the current server? If not done properly it will lose all the Passwords for users. Edit: as FishCustard mentioned above. Edited January 29, 2019 by Atomic_Zombie 1
mb2k01 Posted January 29, 2019 Author Posted January 29, 2019 You need to run the following command on the old system, then re-do the transfer: [color=#333333]osql -S%COMPUTERNAME%\SIMS2008 -Usa -Psa_password_here -n -Q"exec sims.sims.db_p_transfer_login"[/color] if you have FMS, you'll also want to run osql –S[color=#333333]%COMPUTERNAME%[/color]\sims2008 [color=#333333]-Usa -Psa_password_here -n [/color]-Q"exec ccsfms.sims.db_p_transfer_login" At the moment we're wanting to keep the old system operational to test the theory that we can move - i.e want the move to the new server to be largely unnoticed by end users. Will running that command on the existing/old server cause the existing system to stop working in anyway?
TwistedHelixis Posted January 29, 2019 Posted January 29, 2019 Will running that command on the existing/old server cause the existing system to stop working in anyway? You should be fine on a live system. I run one similar as a task. All it does is copy the passwords from the SQL database an into the Sims database. We also do one for FMS 2
mb2k01 Posted January 29, 2019 Author Posted January 29, 2019 You should be fine on a live system. I run one similar as a task. All it does is copy the passwords from the SQL database an into the Sims database. We also do one for FMS Perfect, thanks. We'll give it a go!
FishCustard Posted January 29, 2019 Posted January 29, 2019 You should be fine on a live system. I run one similar as a task. All it does is copy the passwords from the SQL database an into the Sims database. We also do one for FMS ^this^ 1
mb2k01 Posted January 31, 2019 Author Posted January 31, 2019 Thanks guys. The above has worked! The power of EduGeek strikes again... 10mins after asking here I get the answer.... compared to several days of asking current support provider (and being told it probably needed to be additionally chargable advice!!) and historical asking of Capita Support too! 1
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