Jump to content

Recommended Posts

Posted

Hello Guys,

 

I am planning my summer holiday project of moving our existing SIMS server to a completely new fresh install on Windows Server 2016 and onto a new piece of hardware. The SIMS server is currently joined to our old ADMIN DOMAIN and I will be putting the new server on our curriculum domain, with a different server name.

 

So, today I have being playing in a test environment. I got the installable version of SIMS for Capita, and I installed it on Server 2016, and upgraded SQL from the express to our licenced edition due to the size of our SIMS DB.

 

As I was installing SIMS, I told the installer I didn't want to create a DB, and that I would mount one later. After the SIMS 2013 Installable version installed, I ran the 2018 Spring Upgrade to updates the file server to the new files, and our current live SIMS DB is on Spring 2018.

 

I used DBAttach to restore a SIMS DB from a backup, I copied our latest backup file from our live SIMS server onto the new test one which ends in a .bak file. It restored, but error-ed regarding creating SQL User Logins for all my users. I opened SIMS, and I couldn't login, just get Wrong Username/Password.

 

I do apolagise, I am completely new to SIMS and my knowledge is limited, which is why I am experimenting now and documenting as I go along.

 

Any help or advice is greatly appreciated.

 

Many Thanks

James

Posted
Did you properly detach the database from the old server or just use a backup?

 

Thank you for your reply. Ohhh, that could be my issue. I just restored from a scheduled backup file and didn't detach anything. If that's the case though, what's the idea of the backup file, as in can it not be used to recover a server?

 

Many Thanks

James

Posted

Im not an expert in that area so I don't really know why it is like that.

 

I used trusted logins so it isn't a big deal for me.

 

You might be able to go into the SQL management studio and reset the password to your login. Although I am not 100% sure.

Posted
Im not an expert in that area so I don't really know why it is like that.

 

I used trusted logins so it isn't a big deal for me.

 

You might be able to go into the SQL management studio and reset the password to your login. Although I am not 100% sure.

 

No worries, I will look into this tomorrow.

 

Thanks for your reply anyways :)

 

James

Posted

How are your backups created, the SIMS passwords are not stored in the SIMS database by default.

 

You can transfer them into the SIMS database by running the following in SSMS

EXEC sims.sims.db_p_transfer_login

 

You can add an OSQL command to your backup script to transfer them daily to cover any changes, otherwise the passwords stay with the SQL instance - not good for DR

OSQL -S YourSIMSServerName\Uour SIMSDatabaseName -E -Q "EXEC sims.sims.db_p_transfer_login"

Posted

Sorry to change the subject but we are about to do this. We are planning to transfer the SQL licence from our previous server to our new one.

 

Where can I find an installer for the full version of SQL. Do you install the express version then upgrade? What licence information does it require?

 

Ours was previously installed via LEA, hence the lack of info, which I will need to find.

 

Cheers

Posted (edited)

You will need to download the same version as what you have installed, these are available from the microsoft website. Use the Eval version and enter you licence key. We use Standard Edition for secondary schools and (free) Express for primary. I think you will need to uninstall the old version to stay within the licencing T&Cs.

 

987055

Edited by Banjo
Posted (edited)

Hi

We are looking to install new server in holidays as well. Please can you share the link to download installer for new SIMS Server and if there is any installation guide available. Thanks

Edited by ICT_Pro
Posted
Hi

We are looking to install new server in holidays as well. Please can you share the link to download installer for new SIMS Server and if there is any installation guide available. Thanks

 

Can’t you get that from Capita support?

 

EduGeeks cannot share materials that are only available through a paid service agreement with a supplier.

  • 11 months later...
  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...