Unable to connect to SQL Server in Hydro GeoAnalyst - sql-server

I have installed Hydro GeoAnalyst 2014.2 and i have started trial and wanted to install demo project. Firstly, i must select data source type, available server and database name. I select data soruce type, then i write sql server instance name and then related combobox filled my databases. Finally, i select my database.
I use Microsoft SQL Server 2012 Express but Hydro GeoAnalyst return an error when i want to connect my database on MS SQL. Then i have installed Microsoft SQL Server 2014 Express and Hydro GeoAnalyst returned the same error:
Unable to Connect 'AYSE/SWS'. Ensure that the SQL Server exists and is running.
I have controlled my MS SQL Server 2012 and 2014 on SQL Server Management Studio and they works with no problems. I have controlled SQL Server Configuration Manager but no solution. Why do i take this error ? Is this because of express edition of SQL Server ?
Please help. Thanks in advance.
I send error picture:

If you are using SQL Server Express installed on another machine (not your local machine) make sure you have it configured for remote connections (http://blog.citrix24.com/configure-sql-express-to-accept-remote-connections/).
Also Please be aware that the vendor support email for Hydro GeoAnalyst has changed to support#waterloohydrogeologic.com. If you continue to experience difficulties contact them and they will be happy to look into the issue further.

Related

Report Services (SSRS) 2005 connect database in Microsoft SQL Server 2014

Currently I am working on a project it is request us to connect their database (Server A with Microsoft SQL Server 2014) via SSRS (Server B with Microsoft SQL Server 2005).
I keep facing the problem with this message :
The version of the report server database is either in a format that
is not valid, or it cannot be read. The found version is '162'. The
expected version is 'C.0.8.54'. To continue, update the version of the
report server database and verify access rights.
(rsInvalidReportServerDatabase) (rsRPCError) Get Online Help
Can anyone help me? Thanks a lot.
I think the problem is likely to be that the ReportServer database has been created using SQL Server 2014. Trying to connection a SQL Server 2005 Report Server installation to that database will not work because they are not compatible. If it is possible to run Reporting Services with a configuration like this at all, and I'm not sure that it is, you will need to have a ReportServer database that was created using SQL Server 2005 Reporting Services Configuration Manager.

Microsoft SQL Server Management Studio unable to connect to Server

I freshly installed Microsoft SQL Server on my machine and started it. When I try to connect to a server I use a . for the server name (which should point to the local machine from what I read?). However I get the following error:
So I went to the SQL Server Configuration Manager and checked under SQL Server Services, which seems to be empty.
How can I establish a connection?
Your services are not running.
Make sure you installed this.
The above answer was correct, however, you only installed the SQL Server Management Studio.
If you installed Express, downloaded from the Microsoft website you might want to download and create the server instance with the management studio. You will need to select if you want Windows authentication or SQL Server authentication using a username and password. Remember to add the current windows user for using either.
Here is SQL Server 2014 Express: http://msdn.microsoft.com/en-us/evalcenter/dn434042.aspx.
This will download everything you need to connect to a server.
Please let me know if you need more information.

Unable to login to sql server

I dont know much about sql server.
I have just re-installed windows 7 on my laptop. After that I installed Visual Studio 2012 Express Edition. I also Installed SQL Server Management Studio 2008 R2.
Now when I try to log in to sql server management studio by using server name as . or (local) or .\SQLEXPRESS or PC-Name\SQLEXPRESS and using Windows Authentication I get the error as below.
Please dont mark this question as negative as I have searched on google for last 4 hours but did not understand the problem.
Update:
There are many reasons that may cautioning the problem:
SQL Server is not running
SQL Server is not properly configured
You try to connect with a worng instance Name
You can try the following:
Go to Mycomputer->Rigt Click->Manage->Application and Services
And from there check that SQL Server Express is running
2.From there also, gCheck the Instance name of your SQL Express and be sure when you log on to Management Studio you Provide the same Instance name
Confirm that the service is installed and running. Under Computer Management, drill-down into Services and Applications -> Services.
There should be a service named "SQL Server (SQLEXPRESS)". Try a restart or start of the service.
If any other instance of SQL Server is installed it will be listed - try connecting to LOCALHOST(whatever the instance is listed as) to verify the installation is functional.
UPDATED following further information from comments:
You may have only installed the client tools (management studio), and have not installed the database service. Ensure you have the correct installer which includes the database services engine.
First check that the SQL Server parameters are set accordingly.
Go to Start -
All Programs — Microsoft SQL Server 2008 R2 — Configuration tools —
SQL Server Configuration Manager
Under SQL Server Services, make sure that the instance is running :
SQL Server ()
SQL Server Browser
Under SQL Server Network Configuration - Protocols for (), these are enabled:
TCP/IP
Named Pipes
Do the same under SQL Native Client 10.0 under Client Protocols

SQL Server Profiler Error while login

It's an fresh install of SQL Server 2008 R2 trial on my local development machine and I'm able to connect the server through SQL Server Management Studio. But when I tried to connect the server through SQL Server Profiler I got the following error:
TITLE: Connect to Server
Cannot connect to myserver.
ADDITIONAL INFORMATION:
The initialization string specified does not conform to specificiation
(pfutil)
BUTTONS:
OK
Edit
Results of SELECT SERVERPROPERTY('edition') is as following:
Enterprise Evaluation Edition
I had tried with both Authentications (Windows Authentication and SQL Authentication) and got the same error for both modes.
When I had changed the server type to Analysis Services it got connected, but the requirement is to connect the Database Engine.
Edit after Format:
Finally I decide to re-format the computer and to install a fresh copy of SQL Server 2008 R2 and now the problem is gone. Now I'm able to connect the profiler with no time. :)
But I really wanna know what was the cause of that error?
it might have something to do with the connection string you're using to connect to the profiler.
Could you post the connection string you're using to connect to the profiler?

How to connect to SQL Server provided by AppHarbour

I am new to AppHarbour and I am trying to deploy an ASP.NET MVC 3 Web application here. I have successfully deployed the web application.
Now I want to run some sql scripts on the database provided.
For which I have followed the following steps...
Step 1 :
Step 2 :
Step 3 :
Now here I get the server name, username and password as well as the database name, but !
When I try connecting to this database using SQL Server Management Studio I just cannot connect to it.
I always get the following error message
TITLE: Connect to Server
Cannot connect to e2f7c78d*********b9.sqlserver.sequelizer.com.
ADDITIONAL INFORMATION:
This version of Microsoft SQL Server Management Studio can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (ConnectionDlg)
Please can some one help me on this. Thanks
Appharbor uses Sql Server 2008 R2 (Microsoft SQL Server Express Edition with Advanced Services, version 10.50.1600.1). Use Microsoft SQL Server Management Studio 2008 R2 version or newer and it should work.

Resources