Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Error creating Database View modes: 
User avatar
Member
Member
dmullins-laet - 10/28/2010 8:30:14 AM
   
Error creating Database
During Step 2 of the create new database I get the following error.
"An error occurred when creating database: [DataConnection.ExecuteQuery]: Query: CREATE DATABASE [KenticoCMS] COLLATE SQL_Latin1_General_CP1_CI_AS: caused exception: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
Creating a new database KenticoCMS"

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/1/2010 3:22:59 AM
   
RE:Error creating Database
Hello.

This issue seems to be related to SQL Server. Could you please see following articles?

http://forum.dotnetpanel.com/forums/t/1897.aspx
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/aa9f90e8-534d-4e74-b656-99187eb3f281/

In general, I would recommend you to google this error message, since it is general SQL error message. If you will not find help of proper forums,

1. Could you please restart your SQL server?

2. For the first time please do not use Windows Authentication but the mixed mode (sql login and password).

3. It this still not helps please try to set TCP/IP instead of shared memory and Named Pipes. It could be done in SQL Server Configuration Manager (SQL Native Client Configuration – Client Protocols).

Best Regards,
Radek Macalik