Avatar of livegirllove
livegirllove
 asked on

Specified cast is not valid. SPS 2.0 edit or add new items

SBS2003 R2.  
Sharepoint services 2.0 on SQL2005 workgroup.
Companyweb displays general documents but clicking to add a new items brings an error page with
Specified cast is not valid.
at the same time an event 5586 is logged
I get the same error when accessing a certain calendar as well.
named pipes is enabled.
Unknown SQL Exception 2 occured. Additional error information from SQL Server is included below.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Open in new window

Microsoft SharePointMicrosoft SQL ServerSBS

Avatar of undefined
Last Comment
livegirllove

8/22/2022 - Mon
Raja Jegan R

>> A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.

Make sure Remote connections are enabled in SQL Server 2005 as per:

http://support.microsoft.com/kb/914277

And the below configurations are set correctly as per

http://www.sqlmusings.com/2009/03/11/resolving-a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server/
http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/
livegirllove

ASKER
looks like the problem is a bit deeper.
I get errors when trying to connect with SSME and surface area configuration
This logged into the server and using ssme or configuration.

TITLE: Surface Area Configuration
------------------------------

Computer localhost does not exist on the network, or the computer cannot be configured remotely. Verify that the remote computer has the required Windows Management Instrumentation components and then try again. (SQLSAC)

------------------------------
ADDITIONAL INFORMATION:

An exception occurred in SMO while trying to manage a service. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.4035.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.InnerWmiException&LinkId=20476

------------------------------

Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------

Could not load file or assembly 'Microsoft.SqlServer.SqlEnum, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The module was expected to contain an assembly manifest. (mscorlib)

------------------------------
BUTTONS:

OK
------------------------------
Raja Jegan R

>> looks like the problem is a bit deeper.
I get errors when trying to connect with SSME and surface area configuration

Yes, seems like either your .Net framework installation is corrupted or uninstalled by some other..
Try installing .Net Framework 2.0 with SP2 and .Net Framework 4.0

Also try installing SP3 for SQL Server 2005 which might help fix some of these common issues.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
livegirllove

ASKER
ill try the .net
SQL sp3 is installed.
livegirllove

ASKER
.net 2 sp2 says its already installed and to use add/remove to change it.
.net 4 installed no problem but didnt fix access to surface area config etc.  Rebooting the server now.
verified sp3 for sql is installed and it says cannot be removed so I cant reinstall it either.

bleh.  server hung on reboot.  I cant reconnect. Ill check it in the am and let you know.
Raja Jegan R

>> .net 2 sp2 says its already installed and to use add/remove to change it.

Uninstall and install .Net Framework 2.0 along with SP2.

>> verified sp3 for sql is installed and it says cannot be removed so I cant reinstall it either.

SP3 can't be removed and that way won't work either.

>> bleh.  server hung on reboot.  I cant reconnect.

Do you have any resource contention on that server.
Or is your server suffering for resources.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
livegirllove

ASKER
server is not overloaded.
.Net2 wont uninstall via add/remove because it will affect other applications.  Im thinking of using the .net cleanup tool.
livegirllove

ASKER
oh the resource comment was re the server hangin.  I actually found out that it didnt hang completely.  RDP locked up but all the other services were clicking along fine.  I re... rebooted it and it took this time.
Raja Jegan R

>> .Net2 wont uninstall via add/remove because it will affect other applications.  Im thinking of using the .net cleanup tool.

If SQL Server services are shut down, you should be able to uninstall and reinstall without any issues.
Because .Net is a framework, if the dependent applications are closed it should be able to do.

>> RDP locked up but all the other services were clicking along fine

Make sure that both SQL Server and OS are applied the latest Service packs or patches..
Your help has saved me hundreds of hours of internet surfing.
fblack61
livegirllove

ASKER
i havent forgotten the question.  just havent had a chance to get to it.  will work on it tomorrow and post back.
ASKER CERTIFIED SOLUTION
Raja Jegan R

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
livegirllove

ASKER
The resolution is to reinstall windows.  Core windows .net DLLs are corrupt.  repair install didnt repair them.
Thanks for the help.
Raja Jegan R

Welcome..
And kindly close the question accordingly.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
livegirllove

ASKER
tx