Jump to content

Recommended Posts

Posted

An odd one. Recently, I upgraded a school's server which just worked, everything went as expected other than a few issues with de-duplication (which is now resolved and that is disabled - possibly not related to this issue). SIMS and it's relevant databases appear to restore correctly, however the school is experiencing intermittent cases of workstations being unable to log in to SIMS with the ever-helpful Reason 0. Everything else appears OK on the station, network, internet, DNS etc. Other workstations often appear fine at the same time yet might later exhibit the same issue.

Any hints or tips as to what I should be looking at?

Posted
Did you build the new server with the same name as the old, or did you build it and then rename it to the old name or is it completely different name ?
Posted
Server was built with a different name and then renamed when the old server was decomissioned. Can't see anything from the logs on affected clients to see issues with DNS as that was indeed my first suspicion. Connect.ini in these cases is pointing to the database via the DNS name.
Posted

I immediately thought dns also. Did you use the same IP address also as your old server

 

Is your connect.ini on the affected workstation redirected to the s:\sims\connect.ini

 

If so rename c:\program files\sims\sims .net\connect.ini to connect.iniold

 

Copy and paste server version of connect.ini in to same place

 

Edit the connect.ini replacing your server name with the servers IP address.

  • Thanks 1
Posted (edited)

Also check dns on your dc as changing the name of a server will give 2 forward entries and 2 reverse entries

 

Eg forward

192.168.0.1 serveroldname

192.168.0.1 servernewname

 

Eg reverse

Serveroldname 192.168.0.1

Servernewname 192.168.0.1

Edited by dapaulio
  • Thanks 1
Posted

DNS is all correct with no missing entries or references to the old server. Same IP address.

I'll push out a new connect ini for the IP address today and see if that helps. Cheers

Posted (edited)
Server was built with a different name and then renamed when the old server was decomissioned. Can't see anything from the logs on affected clients to see issues with DNS as that was indeed my first suspicion. Connect.ini in these cases is pointing to the database via the DNS name.

 

Was the SIMS db attached to SQL when you renamed the server? I've seen this cause problems in that past and I've had to hack host files to get all the workstations to connect.

Edited by Banjo
  • Thanks 1
Posted
Not sure, but certainly possible. Will take a look at that as well, cheers.

 

Renaming the server with the db attached can break quite a few things in the background.

You can try changing your connect.ini to an ip address rather than the server name. That might fix it?. You could also do a backup of SIMS, detach the Db and then restore again to see if that fixes the issue.

Posted
On a workstation where SIMS generates reason 0, you could install SQL management studio express and try connecting to your SIMS SQL instance. That way if it fails you get more data in event viewer about what it failed on and the SQL error messages tend to be a little more helpful than 'Reason 0'

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...