473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Encryption not supported on SQL Server

I am facing this error after making changes to client configuration utility
of SQL Server 2000:

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.Data.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54
Nov 22 '05 #1
4 1583
try here:

http://support.microsoft.com/default.aspx?kbid=318605
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.
"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
I am facing this error after making changes to client configuration utility of SQL Server 2000:

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.Data.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnec tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String
connectionString, CommandType commandType, String commandText, SqlParameter [] commandParameters) +54

Nov 22 '05 #2
Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server
Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it
came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" <i-******@online.microsoft.com> wrote in message
news:uh*************@TK2MSFTNGP14.phx.gbl...
try here:

http://support.microsoft.com/default.aspx?kbid=318605
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.
"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
I am facing this error after making changes to client configuration

utility
of SQL Server 2000:

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.Data.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String
connectionString, CommandType commandType, String commandText,

SqlParameter
[] commandParameters) +54


Nov 22 '05 #3
SO you're saying you followed the steps outlined in the article and still
the same issue?
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.

"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:ub**************@TK2MSFTNGP14.phx.gbl...
Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" <i-******@online.microsoft.com> wrote in message
news:uh*************@TK2MSFTNGP14.phx.gbl...
try here:

http://support.microsoft.com/default.aspx?kbid=318605
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.


"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
I am facing this error after making changes to client configuration

utility
of SQL Server 2000:

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.Data.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String
connectionString, CommandType commandType, String commandText,

SqlParameter
[] commandParameters) +54



Nov 22 '05 #4
Hi Nithi,

The article explains that if your client is set up to use the Force Protocol
Encryption option with any SQL Server, it must use it with All SQL Servers.
If WebMatrixHosting provides a SQL Server where this option is on, your
client will have to use it.

I guess I don't understand how your situation is different from that
described in the KB article. Please tell me what the environment looks
like.

--- Nick

"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:ub**************@TK2MSFTNGP14.phx.gbl...
Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" <i-******@online.microsoft.com> wrote in message
news:uh*************@TK2MSFTNGP14.phx.gbl...
try here:

http://support.microsoft.com/default.aspx?kbid=318605
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.


"Nithi Gurusamy" <ni****@yahoo.com> wrote in message
news:#g*************@tk2msftngp13.phx.gbl...
I am facing this error after making changes to client configuration

utility
of SQL Server 2000:

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.Data.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String
connectionString, CommandType commandType, String commandText,

SqlParameter
[] commandParameters) +54



Nov 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: D. Alvarado | last post by:
On my Fedora Core 2 Linux dev box, I have installed mcrypt and compiled PHP with the --with-mcrypt option. I am concerned that when I move to another hosting enviornment mcrypt will not be...
4
by: Harold Crump | last post by:
Greetings, I have a requirement of storing some .xml files on a web server. The files will contain financial information like credit card numbers, so I would like to encrypt them. The files...
4
by: Nithi Gurusamy | last post by:
I am facing this error after making changes to client configuration utility of SQL Server 2000: Description: An unhandled exception occurred during the execution of the current web request....
14
by: Ray Cassick \(Home\) | last post by:
Ok, time to ask the question here.. I have been battling over this one for sometime now and just have to ask it. I have created a few classes that I use to act a security keys. These classes get...
4
by: pintu | last post by:
Hello everybody.. I hav some confusion regarding asymmetric encryption.As asymmetric encryption it there is one private key and one public key.So any data is encrypted using private key and the...
1
by: =?Utf-8?B?bWljcm9ob2Y=?= | last post by:
Short version: Is there a way to configure (preferably programmatically) the max encryption strength that will be used by the framework when connecting to a particular SSL-protected web service? ...
22
by: Wilson | last post by:
i am learning to program using c++ and was set a task of making a simple encryption algorithim. I choose to start with one where simply each letter is replaced with its equivilent in the alphabet...
19
by: klenwell | last post by:
Another request for comments here. I'd like to accomplish something like the scheme outlined at this page here: http://tinyurl.com/3dtcdr In a nutshell, the form uses javascript to hash...
2
by: thiyagu | last post by:
In our company for internal security compliance we need to encrypt the data to/from DB server; What is the encryption algorithm used by DB2 & what key lengths are supported in DB2 LUW v8 & v9 when...
1
by: Robert Blass | last post by:
I am looking to get my feet wet with encryption. When I say encryption program I am talking about something to get me off to a quick start. Something very simple, far less than the 40+ bit...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.