I am trying to register a SQL DB with my server, but getting the following error:
The connection property set was missing a required property or the property value was unrecognized. Connection was attempted with an older version of SQL Server client communications software that is not compatible with the SQL Server database server.
This is similar to Connection was attempted with an older version of SQL Server client communications, but I am pretty sure I have the same versions. Here are the SQL Server applications installed:
Installations:
ArcGIS for Desktop 10.3
ArcGIS for Server 10.3
SQL Server 2012
Solved! Go to Solution.
The SQL Server Native Client bit level doesn't depend on the Application, but rather the OS bit level. So, that may not be the issue here.
What kind of Authentication are you using to register the database (Windows Authentication or Database Authentication)?
Try using a Database Authenticated login and check if you still face this issue.
Make sure the native client is the SQLServer2012_NativeClient_64 version for the 64-bit ArcGIS Server client. ArcGIS Desktop will need the 32-bit version. The programs and features list won't indicate 64 or 32 bit. You have to find the .msi file used to install the client to see which version is installed.
hope that helps.
The SQL Server Native Client bit level doesn't depend on the Application, but rather the OS bit level. So, that may not be the issue here.
What kind of Authentication are you using to register the database (Windows Authentication or Database Authentication)?
Try using a Database Authenticated login and check if you still face this issue.
Using Database Authentication got me past this error, but now I am getting a new error:
Machine: <machine name> [<databasename>: (null)]
I have created a new discussion for this error - Register data store error - Machine: [: (null)]
Are you installing software on different servers or is everything on one machine?
This is all on one machine.
This error can occur if your ArcGIS Server Service Account doesn't have access to your Geodatabase.
Hey there
Had the same issue and adding the arcgis server account to the database did allow me to generate or register a database successfully.
Woohoo
Cheers
Peter
Yep this was my issue too.
More than eight years later and this tip is still saving people's bacon (e.g. mine).