I cannot figure out what is the problem. The Umbraco message when i try to reach the back-end (either the front-end) is the following:
"Value cannot be null.
Parameter name: sqlSyntax
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: sqlSyntax"
The inner exceptions contain the message "Keyword not supported: 'provider'", so I guess the format of your connection string is not recognized by Umbraco.
Did you try to keep the same syntax as in your local settings by just replacing the server name, database names etc.?
DB Connection: Parameter name: sqlSyntax
Hi!
My connection string is not working properly:
<add name="umbracoDbDSN" connectionString="Provider=SqlOLEDB;Data Source=hostingmssql03;Initial Catalog=hypnoise_simply__winspace_it_hypnoise;User Id=hypnoise_simply__winspace_it_filippo;Password=******;" />
I cannot figure out what is the problem. The Umbraco message when i try to reach the back-end (either the front-end) is the following:
"Value cannot be null. Parameter name: sqlSyntax Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: sqlSyntax"
In localhost i use
and everything works fine! But the provider told me to use the other connection string....
In the log file i found:
Hi Mattia,
The inner exceptions contain the message "Keyword not supported: 'provider'", so I guess the format of your connection string is not recognized by Umbraco.
Did you try to keep the same syntax as in your local settings by just replacing the server name, database names etc.?
Cheers,
Michael.
Yes but i cannot seem to find the right providerName="System.Data.SqlClient"
Anyone?
Hi Mattia,
What do you mean? Do you get an error on the providerName?
Did you checked this thread : https://our.umbraco.org/forum/ourumb-dev-forum/bugs/75470-new-install-help-value-cannot-be-null-parameter-name-sqlsyntax
Apparently you can see the actual SQl error in your App_Data log file.
Or you might also find some info here (things to check) : https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/74691-umbraco-install-736-install-failed
Hope this helps...
Cheers,
Michaƫl.
is working on a reply...