Is it possible to install and use Genesys 8.1 with SQL Server 2012 - sql-server-2012

I tried to install Genesys 8.1 with SQL Server 2012. I have made the configuration but when I tried to start CME it says
Configuration server cannot be found. Please check the host and port
In documentation I could see that for SQL Server 2008 and newer, it needs Genesys DB Server 8.1.2 or newer. But I only have a Genesys DB Server which is older than that.
Anything we can do to make Genesys work with the already existing resources with me?

Yes, you can with last 8.1 CfgServer and last DBServer.
For your issue you had to check DBServer logs and CfgServer logs

Yes you can do that. But for Ver 8.1 you need config server and DB server before building the rest framework. And also read logs for any issue

Related

SQL Server 2014 services are not visible

I've installed the SQL Server MgmtStudio 64BIT\SQLManagementStudio_x64_ENU.exe . I tried to login in the SSMS but it throws an error specifying "Network Path Not Found.". After googling I found to start the services.
But, in my services I couldn't even find the list of SQL services as show in the below image.
I even checked the sql server configuration and everything is enabled.
This is my first time installation in Windows 10 64 bit.
Please provide if this might be a duplicate.
I think you installed only the management studio client. Please install the Server version of SQL Server
https://www.microsoft.com/en-us/download/details.aspx?id=42299

POWERBUILDER 11.1 Database Profile Does Contain SNC SQL Native client

I have POWERBUILDER 11.1 installed on my workstation, however I dont see the SNC SQL Native client in the Database Profile window. I have reinstalled the IDE multiple times without succesfuly having the SNC SQL Native Client dipslaying. My OS is Windows XP 32 bit.
How do I resolve this issue so I can connect to my SQL DB?
Do you have the SQL Server Native Client runtime installed on your machine? It's a package from Microsoft that is needed to access SQL Server. You can get the SQL Server 2008 version here: http://www.microsoft.com/en-us/download/details.aspx?id=16978 (Scroll down until you find sqlncli.msi). It needs to be installed on all the client machines that will be accessing SQL Server.
It sounds like you need to do a Full install or a Custom install and select SNC. I don't recall if SNC is part of the default installation, but it sounds like not.
Good luck,
Terry.
I think that you can not connect to SQL Server 2008 using PB 11.1, but I am not sure. Maybe you can but I can't remember if it is possible to use all the new features of 2008 version.
I am sure that you can connect to SQL Server 2005 cause I'm doing it every day, but you must first install SQL SNC driver as slapout answered.

sql server agent start disabled (grayed out)

I've just built a new dev machine and I can't get SQL Server Agent working. What I've done so far:
Install VS 2010 (I think this installed an express version of SQL Server)
Install SQL Server 2008 R2 Developer edition.
I'm not sure if I did something wrong in step 2. All I want is a fully working version of SQL Server with SQL Server Agent running and no limitation on the amount of data I can store (I will need more than 10GB).
Currently, in SSMS I have the following instance: ./SQLEXPRESS. I thought that during step 2, this would have been upgraded, but it doesn't seem so.
Can anyone help?
Note: I ended up resolving this by uninstalling everything that had "SQL Server" in it in Control Panel > Programs and Features. I then reinstalled from scratch.
Note: I ended up resolving this by uninstalling everything that had "SQL Server" in it in Control Panel > Programs and Features. I then reinstalled from scratch.
The agent account is disabled. If you aren't able to enable it through configuration manager, try enabling it through services. After its enabled, try starting the serivce. If you still have issues starting the agent, try changing the account the service is running under. There may also be an issue with the account that the SQL Server service is running under. Trying changing the SQL Server service account and restarting it. The agent should then start up successfully.
You have two installations, with two named instances. The Express named SQLEXPRESS and the developer edition named MSSQLSERVER (unless you changed this during install). connect to .\MSSQLSERVER and see, it should be there available to be started.
SQL Server Express does not ship with the SQL Server Agent.

How to install Bug Tracker .Net tool software in my System?

I have installed ASP .NET 2.0 MVC3, SQL server express 2005 and SQL server Management studio express 2005 and IIS 7 in my system. If I am opening the install_btnet file, and providing the SQL server details also it is not getting connect. It is giving error as Service unavailable. Any one suggest me how to install Bug tracker .NET tool in my system with examples.
Thank you.
First thing to check it that your SQL 2005 express instance is running and allowing remote connections. Open the Administrative Tools >> Services and look for the service called "MSSQLSERVER$SQLEXPRESS" and ensure it is started.
Next, open the SqlServer Configuration Utility (on the server or PC where SQL 2005 Express is Installed) Look for the Client Configuration Option and Select "Client Protocols".
Set TCP/IP to "Enabled" and you should now be able to connect to your SQL server.
Note that even if your BugTracker.NET install is on the same machine, it may still be using the network to connect to your SQL Instance.
Hope this helps,
Dave

SQL Server 2005 Installation on Windows 2000 Server

We want to install sql server 2005 on Windo
ws 2000 Server. We are able to install database service engine, analysis services engine and integration services.
But we are unable to install workstation components like SSMS.
Does anybody faced this problem?
What is the fix for this?
Thanks,
Raghu
Make sure to have SP4 installed on the server, that's a prerequisite.
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-6102265.html
follow the link instruction given