Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Wednesday, March 28, 2012

Installing Microsoft MS SQL Server with Microsoft Framework .NET

Hello,
i need help to following Question :
Can i install a Microsoft MS SQL Server 2k with a
Microsoft .NET Framework on one Server ?
Are there known Performance Problems ?
What are the Main Points i must look for ?
Can i install this in a MS Cluster 2k ?
Thanks for help ....Joern,
Yes they can be installed on the same server - just like you can install Excel
and Word on the same pc and run them concurrently.
But what are you trying to achieve? Do you want to call SQL Server from
VB.NET? Do you want to call .NET framework code/assemblies from inside SQL
Server?
> i need help to following Question :
> Can i install a Microsoft MS SQL Server 2k with a
> Microsoft .NET Framework on one Server ?
> Are there known Performance Problems ?
> What are the Main Points i must look for ?
> Can i install this in a MS Cluster 2k ?
> Thanks for help ....
>
Neil Pike MVP/MCSE. Protech Computing Ltd
Reply here - no email
SQL FAQ (484 entries) see
http://forumsb.compuserve.com/gvforums/UK/default.asp?SRV=MSDevApps
(faqxxx.zip in lib 7)
or www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
or www.sqlserverfaq.com
or www.mssqlserver.com/faq

Friday, March 23, 2012

Installing .NET Framework on a sql server

We have a DTS package which use .NET Exe as 'Execute Process Task'.
As this is a .NET application, it requires .NET Framework. Can we
install .NET Framework on a Production SQL Server.
What are other options?
Thanks a lot for the help.
PalsIf you want to run a .NET application, you have to install the framework. I
have had no problems having the framework on an SQL server. Be aware that
the ADO.NET components require that you update MDAC to at least 2.7 so that
may affect you.
Christian Smith
"DoNotReply" <palmskumar@.yahoo.com> wrote in message
news:31f15ba6.0402201342.13afff7@.posting.google.com...
> We have a DTS package which use .NET Exe as 'Execute Process Task'.
> As this is a .NET application, it requires .NET Framework. Can we
> install .NET Framework on a Production SQL Server.
> What are other options?
> Thanks a lot for the help.
> Pals

Installing .NET Framework on a sql server

We have a DTS package which use .NET Exe as 'Execute Process Task'.
As this is a .NET application, it requires .NET Framework. Can we
install .NET Framework on a Production SQL Server.
What are other options?
Thanks a lot for the help.
PalsIf you want to run a .NET application, you have to install the framework. I
have had no problems having the framework on an SQL server. Be aware that
the ADO.NET components require that you update MDAC to at least 2.7 so that
may affect you.
Christian Smith
"DoNotReply" <palmskumar@.yahoo.com> wrote in message
news:31f15ba6.0402201342.13afff7@.posting.google.com...
> We have a DTS package which use .NET Exe as 'Execute Process Task'.
> As this is a .NET application, it requires .NET Framework. Can we
> install .NET Framework on a Production SQL Server.
> What are other options?
> Thanks a lot for the help.
> Pals

installing .Net framework and sql server issues

I have downloaded .net,visual basic and sql server components (2005 beta 2)
- I had .net 1.0 and no other vb or sql server versions on my machine.
- i uninstalled the 1.0 framework and installed the 2.0 beta 2 version
- when i tried to install sql server it told me that i either had previous versions of sql server or .net on my machine.
- i therefore uninstalled .net beta 2 and tried installing sql server again
-- this time i got a message saying "please install .net 2.0 before proceeding"
-- i have no clues as how to proceed
-- i used the clean up tools--sqlbuw.exe and vs2005_beta_cleanup_tool.exe

Thank you

There's a full uninstall here:

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

installing .Net framework and sql server issues

I have downloaded .net,visual basic and sql server components (2005 beta 2)
- I had .net 1.0 and no other vb or sql server versions on my machine.
- i uninstalled the 1.0 framework and installed the 2.0 beta 2 version
- when i tried to install sql server it told me that i either had previous versions of sql server or .net on my machine.
- i therefore uninstalled .net beta 2 and tried installing sql server again
-- this time i got a message saying "please install .net 2.0 before proceeding"
-- i have no clues as how to proceed
-- i used the clean up tools--sqlbuw.exe and vs2005_beta_cleanup_tool.exe

Thank you

There's a full uninstall here:

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

sql

Wednesday, March 21, 2012

installed SP1 for .NET 1.1 and got 1st SQL Server Crash ever??

I've had SQL Server 2000 8.00.818 running flawlessly for over a year on Win2000
SP4
Installed the SP1 for .NET Framework 1.1 and within an hour SQL Server crashed
(and did not re-start)
-- system log --
Event ID 7031
Source: Service Control Manager
The MSSQLSERVER service terminated unexpectedly. It has done this 1 time(s).
The following corrective action will be taken in 0 milliseconds: No action.
-- application log --
Event ID 17055
Source: MSSQLSERVER
--The MSSQLSERVER service terminated unexpectedly. It has done this 1
time(s). The following corrective action will be taken in 0 milliseconds: No
action.
Event ID 17055
Source: MSSQLSERVER
17311 :
SQL Server is aborting. Fatal exception c0000005 caught.
should I un-ghost the box?
Thanks in advance, Les Caudle
There is a known issue with the 818 build with SQLEM passwords. The official post MS03-031 release is the 819 build.
What do your last SQL Server Error Logs indicate?
Before you do anything, take time to diagnose the situation. While SS is down, make copies of all of your system and user databases. You should have backups prior to the rollout.
Sincerely,
Anthony Thomas

"Les Caudle" <very@.tiredofspam.com> wrote in message news:qddcq058jhkdt8qnjs1njb7e9nffb56vek@.4ax.com...
I've had SQL Server 2000 8.00.818 running flawlessly for over a year on Win2000
SP4
Installed the SP1 for .NET Framework 1.1 and within an hour SQL Server crashed
(and did not re-start)
-- system log --
Event ID 7031
Source: Service Control Manager
The MSSQLSERVER service terminated unexpectedly. It has done this 1 time(s).
The following corrective action will be taken in 0 milliseconds: No action.
-- application log --
Event ID 17055
Source: MSSQLSERVER
--The MSSQLSERVER service terminated unexpectedly. It has done this 1
time(s). The following corrective action will be taken in 0 milliseconds: No
action.
--
Event ID 17055
Source: MSSQLSERVER
17311 :
SQL Server is aborting. Fatal exception c0000005 caught.
--
should I un-ghost the box?
--
Thanks in advance, Les Caudle

installed SP1 for .NET 1.1 and got 1st SQL Server Crash ever??

I've had SQL Server 2000 8.00.818 running flawlessly for over a year on Win
2000
SP4
Installed the SP1 for .NET Framework 1.1 and within an hour SQL Server crash
ed
(and did not re-start)
-- system log --
Event ID 7031
Source: Service Control Manager
The MSSQLSERVER service terminated unexpectedly. It has done this 1 time(s)
.
The following corrective action will be taken in 0 milliseconds: No action.
-- application log --
Event ID 17055
Source: MSSQLSERVER
--The MSSQLSERVER service terminated unexpectedly. It has done this
1
time(s). The following corrective action will be taken in 0 milliseconds: N
o
action.
--
Event ID 17055
Source: MSSQLSERVER
17311 :
SQL Server is aborting. Fatal exception c0000005 caught.
--
should I un-ghost the box?
--
Thanks in advance, Les CaudleThere is a known issue with the 818 build with SQLEM passwords. The officia
l post MS03-031 release is the 819 build.
What do your last SQL Server Error Logs indicate?
Before you do anything, take time to diagnose the situation. While SS is do
wn, make copies of all of your system and user databases. You should have b
ackups prior to the rollout.
Sincerely,
Anthony Thomas
--
"Les Caudle" <very@.tiredofspam.com> wrote in message news:qddcq058jhkdt8qn
js1njb7e9nffb56vek@.4ax.com...
I've had SQL Server 2000 8.00.818 running flawlessly for over a year on W
in2000
SP4
Installed the SP1 for .NET Framework 1.1 and within an hour SQL Server cra
shed
(and did not re-start)
-- system log --
Event ID 7031
Source: Service Control Manager
The MSSQLSERVER service terminated unexpectedly. It has done this 1 time(
s).
The following corrective action will be taken in 0 milliseconds: No action
.
-- application log --
Event ID 17055
Source: MSSQLSERVER
--The MSSQLSERVER service terminated unexpectedly. It has done thi
s 1
time(s). The following corrective action will be taken in 0 milliseconds:
No
action.
--
Event ID 17055
Source: MSSQLSERVER
17311 :
SQL Server is aborting. Fatal exception c0000005 caught.
--
should I un-ghost the box?
--
Thanks in advance, Les Caudle

Installed .NET 1.1 Framework and MSDE stopped working

I just upgraded the .NET 1.0 to 1.1 today and now when I launch the Web Data Administrator for MSDE it hangs up as soon as I hit the login button.

I reinstalled MSDE and the Web Data Administrator and that didn't correct the problem.

Help!

Try this:

Cause

This problem occurs if the following registry subkey is missing:
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
This issue may also occur if this registry subkey does not have valid registry entries. If this registry subkey is missing, you cannot use the ODBC tool in Control Panel to add or to create a new data source.

Resolution

To resolve this issue, copy the missing registry subkey from a computer that does not experience this problem.

Important When you copy a registry subkey from one computer to a computer that is experiencing this issue, you must verify that the system folder is the same on both computers. For example, the system folder must be C:\Windows on the source computer and on the destination computer. If the system folder is different on these computers, Setup will continue to fail.

If the issue is not resolved after you copy the registry subkey, you can reinstall the MDAC drivers on the affected computer. To do this, follow these steps.

Important To perform this procedure, you must have the Windows XP installation CD. Or, you must have access to the Windows XP source files. 1. Configure Windows to show the hidden files: a. Click Start, and then click My Computer.
b. On the Tools menu, click Folder Options.
c. Click the View tab, and then click to select the check box that is next to Show hidden files and folders in the Advanced settings list.
d. In the Advanced settings list, click to clear the check box that is next to Hide extensions for known file types, and then click OK.

2. Reinstall MDAC.

Note You may not have to perform all the following steps. a. Click Start, click Run, type %windir%\inf, and then click OK.
b. Right-click the Mdac.inf file, and then click Install.
c. If you are running Microsoft Windows XP Service Pack 2 (SP2), insert the Windows XP SP2 CD when you are prompted, and then open the following location:
Drive name:\Windows\ServicePackFiles\i386
If you are running Windows XP, insert the Windows XP CD when you are prompted, and then open the following location:
Drive name:\I386
Note In both paths, Drive name is the name of the CD drive.
d. When the installation is completed, restart the computer.

Buck Woody

Installed .NET 1.1 Framework and MSDE stopped working

I just upgraded the .NET 1.0 to 1.1 today and now when I launch the Web Data Administrator for MSDE it hangs up as soon as I hit the login button.

I reinstalled MSDE and the Web Data Administrator and that didn't correct the problem.

Help!

Try this:

Cause

This problem occurs if the following registry subkey is missing:
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
This issue may also occur if this registry subkey does not have valid registry entries. If this registry subkey is missing, you cannot use the ODBC tool in Control Panel to add or to create a new data source.

Resolution

To resolve this issue, copy the missing registry subkey from a computer that does not experience this problem.

Important When you copy a registry subkey from one computer to a computer that is experiencing this issue, you must verify that the system folder is the same on both computers. For example, the system folder must be C:\Windows on the source computer and on the destination computer. If the system folder is different on these computers, Setup will continue to fail.

If the issue is not resolved after you copy the registry subkey, you can reinstall the MDAC drivers on the affected computer. To do this, follow these steps.

Important To perform this procedure, you must have the Windows XP installation CD. Or, you must have access to the Windows XP source files. 1. Configure Windows to show the hidden files: a. Click Start, and then click My Computer.
b. On the Tools menu, click Folder Options.
c. Click the View tab, and then click to select the check box that is next to Show hidden files and folders in the Advanced settings list.
d. In the Advanced settings list, click to clear the check box that is next to Hide extensions for known file types, and then click OK.

2. Reinstall MDAC.

Note You may not have to perform all the following steps. a. Click Start, click Run, type %windir%\inf, and then click OK.
b. Right-click the Mdac.inf file, and then click Install.
c. If you are running Microsoft Windows XP Service Pack 2 (SP2), insert the Windows XP SP2 CD when you are prompted, and then open the following location:
Drive name:\Windows\ServicePackFiles\i386
If you are running Windows XP, insert the Windows XP CD when you are prompted, and then open the following location:
Drive name:\I386
Note In both paths, Drive name is the name of the CD drive.
d. When the installation is completed, restart the computer.

Buck Woody

sql

Monday, March 12, 2012

installation problems with W2003/WSS

I have not been able to install SRS onto a W2003 server that hosts Windows
Sharepoint, and (briefly) had the .NET 2.0 beta framework installed. I
believe this is due to the "unclean" removal of 2.0 (the aspnet_admin and
aspnet_state services still seem to point at the 2.0 directory, which has no
remaining executables).
The "ReportingService" is not installed / instantiated, although according
to BOL it should be. I have attempted to use the command-line tool as
suggested in the readme.htm file with the installation, but again, no luck.
I haven't been able to ascertain where the install log might be parked.
Funny, this installation went pretty smoothly on my XP box. I guess I may
have to rebaseline this puppy at some point, due to mistakenly attempting to
run the 2.0 fx with WSS.
ANY help at all appreciated.Should pass along the following log snippet as well, apparently playing with
the "Default" IIS instance ain't cricket:
<EndFunc Name='PerformDetections' Return='0' GetLastError='0'>
<Prerequisite Name="IsIISInstalled" Checked="Metabase"
Item="/LM/W3SVC/1/1016" Found="Can not read value" Expected="No error"
Result="Fail" />
Machine = ALMO, Article = IIS, Result = 60350 (0xebbe)
Machine = ALMO, Article = VSNET, Result = 0 (0x0)
Machine = ALMO, Article = ASPNET, Result = 0 (0x0)
Machine = ALMO, Article = MDAC, Result = 0 (0x0)
Machine = ALMO, Article = DTC, Result = 0 (0x0)
Machine = ALMO, Article = SERVEROS, Result = 0 (0x0)
<Prerequisite Name="IsSharePointNotInstalled" Checked="Registry"
Item="HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\6.0"
Found="Key" Expected="No Key" Result="Fail" />
Machine = ALMO, Article = SHAREPOINT, Result = 60356 (0xebc4)
Machine = ALMO, Article = AUTHZ, Result = 0 (0x0)
Machine = ALMO, Article = RSACCOUNTS, Result = 0 (0x0)
"AlexM" <amondale@.nopsam.yahoo.nopsam.com> wrote in message
news:OqaGegs0EHA.1860@.TK2MSFTNGP15.phx.gbl...
> I have not been able to install SRS onto a W2003 server that hosts Windows
> Sharepoint, and (briefly) had the .NET 2.0 beta framework installed. I
> believe this is due to the "unclean" removal of 2.0 (the aspnet_admin and
> aspnet_state services still seem to point at the 2.0 directory, which has
no
> remaining executables).
> The "ReportingService" is not installed / instantiated, although according
> to BOL it should be. I have attempted to use the command-line tool as
> suggested in the readme.htm file with the installation, but again, no
luck.
> I haven't been able to ascertain where the install log might be parked.
> Funny, this installation went pretty smoothly on my XP box. I guess I may
> have to rebaseline this puppy at some point, due to mistakenly attempting
to
> run the 2.0 fx with WSS.
> ANY help at all appreciated.
>|||I had a similar problem with FX2. I had to re-register ASP.NET 1.1 with IIS
by running :
<windows>\Microsoft.NET\Framework\<your 1.1 dir>\aspnet_regiis -i
RS installed fine afterwards.
hth
"AlexM" <amondale@.nopsam.yahoo.nopsam.com> wrote in message
news:OqaGegs0EHA.1860@.TK2MSFTNGP15.phx.gbl...
>I have not been able to install SRS onto a W2003 server that hosts Windows
> Sharepoint, and (briefly) had the .NET 2.0 beta framework installed. I
> believe this is due to the "unclean" removal of 2.0 (the aspnet_admin and
> aspnet_state services still seem to point at the 2.0 directory, which has
> no
> remaining executables).
> The "ReportingService" is not installed / instantiated, although according
> to BOL it should be. I have attempted to use the command-line tool as
> suggested in the readme.htm file with the installation, but again, no
> luck.
> I haven't been able to ascertain where the install log might be parked.
> Funny, this installation went pretty smoothly on my XP box. I guess I may
> have to rebaseline this puppy at some point, due to mistakenly attempting
> to
> run the 2.0 fx with WSS.
> ANY help at all appreciated.
>|||Thanks, Chris!
I have managed to get by this hurdle, basically by finding (%TEMP%) the
logs, the location of which isn't relly well documented, and discovering
that the script is hardcoded to look for LMSVC3/1 specifically. This meant
removing and then re-adding the role for "Application Server" in 2003
Server.
Having gotten past this, however, I have now discovered that the NT
AUTHORITY\NETWORK SERVICE won't start the "Report Server" service up during
installation, again causing the setup to fail. I believe this problem may be
documented somewhere, but I haven't yet found it. It is not logged in any
way I can figure out.
Anybody have any ideas on this issue? All help greatly appreciated.
Alex
"Chris Ashworth" <cashworth@.gmail.com> wrote in message
news:O#JD50u0EHA.1392@.tk2msftngp13.phx.gbl...
> I had a similar problem with FX2. I had to re-register ASP.NET 1.1 with
IIS
> by running :
> <windows>\Microsoft.NET\Framework\<your 1.1 dir>\aspnet_regiis -i
> RS installed fine afterwards.
> hth
> "AlexM" <amondale@.nopsam.yahoo.nopsam.com> wrote in message
> news:OqaGegs0EHA.1860@.TK2MSFTNGP15.phx.gbl...
> >I have not been able to install SRS onto a W2003 server that hosts
Windows
> > Sharepoint, and (briefly) had the .NET 2.0 beta framework installed. I
> > believe this is due to the "unclean" removal of 2.0 (the aspnet_admin
and
> > aspnet_state services still seem to point at the 2.0 directory, which
has
> > no
> > remaining executables).
> >
> > The "ReportingService" is not installed / instantiated, although
according
> > to BOL it should be. I have attempted to use the command-line tool as
> > suggested in the readme.htm file with the installation, but again, no
> > luck.
> > I haven't been able to ascertain where the install log might be parked.
> >
> > Funny, this installation went pretty smoothly on my XP box. I guess I
may
> > have to rebaseline this puppy at some point, due to mistakenly
attempting
> > to
> > run the 2.0 fx with WSS.
> >
> > ANY help at all appreciated.
> >
> >
>|||Still unable to install on Win2003 server. When the setup program attempts
to start the windows service, the following is looged to the app event log:
The encrypted value for Dsn in the RSReportServer.config file cannot be
decrypted.
and
Service cannot be started.
Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInfor
mationException: The encrypted value for configuration setting Dsn cannot be
decrypted. -->
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details.
at
Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(By
te[] data, Int32 dwFlags)
at
Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectDa
ta(Byte[] data)
at
Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectDa
ta(String data)
at
Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(S
tring encryptedData, String element)
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(S
tring encryptedData, String element)
at
Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString
()
at
Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServe
r()
at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start()
at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[]
args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
"AlexM" <amondale@.nopsam.yahoo.nopsam.com> wrote in message
news:#56qdxw0EHA.1564@.TK2MSFTNGP09.phx.gbl...
> Thanks, Chris!
> I have managed to get by this hurdle, basically by finding (%TEMP%) the
> logs, the location of which isn't relly well documented, and discovering
> that the script is hardcoded to look for LMSVC3/1 specifically. This meant
> removing and then re-adding the role for "Application Server" in 2003
> Server.
> Having gotten past this, however, I have now discovered that the NT
> AUTHORITY\NETWORK SERVICE won't start the "Report Server" service up
during
> installation, again causing the setup to fail. I believe this problem may
be
> documented somewhere, but I haven't yet found it. It is not logged in any
> way I can figure out.
> Anybody have any ideas on this issue? All help greatly appreciated.
> Alex
>
> "Chris Ashworth" <cashworth@.gmail.com> wrote in message
> news:O#JD50u0EHA.1392@.tk2msftngp13.phx.gbl...
> > I had a similar problem with FX2. I had to re-register ASP.NET 1.1 with
> IIS
> > by running :
> >
> > <windows>\Microsoft.NET\Framework\<your 1.1 dir>\aspnet_regiis -i
> >
> > RS installed fine afterwards.
> >
> > hth
> >
> > "AlexM" <amondale@.nopsam.yahoo.nopsam.com> wrote in message
> > news:OqaGegs0EHA.1860@.TK2MSFTNGP15.phx.gbl...
> > >I have not been able to install SRS onto a W2003 server that hosts
> Windows
> > > Sharepoint, and (briefly) had the .NET 2.0 beta framework installed. I
> > > believe this is due to the "unclean" removal of 2.0 (the aspnet_admin
> and
> > > aspnet_state services still seem to point at the 2.0 directory, which
> has
> > > no
> > > remaining executables).
> > >
> > > The "ReportingService" is not installed / instantiated, although
> according
> > > to BOL it should be. I have attempted to use the command-line tool as
> > > suggested in the readme.htm file with the installation, but again, no
> > > luck.
> > > I haven't been able to ascertain where the install log might be
parked.
> > >
> > > Funny, this installation went pretty smoothly on my XP box. I guess I
> may
> > > have to rebaseline this puppy at some point, due to mistakenly
> attempting
> > > to
> > > run the 2.0 fx with WSS.
> > >
> > > ANY help at all appreciated.
> > >
> > >
> >
> >
>

Friday, February 24, 2012

Installation issues

G'day,

I've been having trouble installing SQL Server Express on my XP Pro laptop. I have uninstalled and reinstalled .NET Framework 2.0 and successfully installed VB 2005 Express without error and I am a local Admin. The destination folder is not compressed or encrypted so it is a real mystery to me.

Below is the log file generated during the install attempt. Any assistance would be greatly appreciated. Cheers.

Microsoft SQL Server 2005 Setup beginning at Tue Mar 06 13:19:48 2007
Process ID : 672
c:\64cea4b40b1285ab4684d4b3f9\setup.exe Version: 2005.90.3042.0
Running: LoadResourcesAction at: 2007/2/6 13:19:48
Complete: LoadResourcesAction at: 2007/2/6 13:19:48, returned true
Running: ParseBootstrapOptionsAction at: 2007/2/6 13:19:48
Loaded DLL:c:\64cea4b40b1285ab4684d4b3f9\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2007/2/6 13:19:48, returned false
Error: Action "ParseBootstrapOptionsAction" failed during execution. Error information reported during run:
Could not parse command line due to datastore exception.
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 124
-
writeEncryptedString() failed
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 123
-
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: cryptohelper\cryptsameusersamemachine.cpp
Compiler Timestamp: Wed Jun 14 16:28:04 2006
Function Name: sqls::CryptSameUserSameMachine::ProtectData
Source Line Number: 50

2
Could not skip Component update due to datastore exception.
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
-
Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "672"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
-
No collector registered for scope: "SetupBootstrapOptionsScope"
Running: ValidateWinNTAction at: 2007/2/6 13:19:48
Complete: ValidateWinNTAction at: 2007/2/6 13:19:48, returned true
Running: ValidateMinOSAction at: 2007/2/6 13:19:48
Complete: ValidateMinOSAction at: 2007/2/6 13:19:48, returned true
Running: PerformSCCAction at: 2007/2/6 13:19:48
Complete: PerformSCCAction at: 2007/2/6 13:19:48, returned true
Running: ActivateLoggingAction at: 2007/2/6 13:19:48
Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
-
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
-
No collector registered for scope: "SetupStateScope"
00E2CFC0Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44

Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
-
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "672"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
-
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2

Check out the answer in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=136496&SiteID=1, which seems to be addressing a similar problem.

Mike

|||

Hi Mike,

thanks for that. Unfortunately none of the fixes worked. Any other ideas?

Cheers.

|||

No other ideas here. I'm moving this to the setup forum.

Mike

Sunday, February 19, 2012

Installation Error

Hi guys,
I was trying to install the Sql Server 2005 Enterprise Edition when I get the following error:

error 193 installing .net framework 2

Any idea wat's tat about and how to solve it?

Thanks in advance.

Which OS are you installing it on? Are you installing it on a VPC? Had you had any beta bits on the box?|||

I'm using Windows XP Pro. I'm not using VPC and I have not installed any beta versions of the sql server 2005, though I may have msde and .net framework 1.1 installed before but again, I've removed them prior to my installation. Any idea what went wrong?

|||Anyone?|||

Silvertype:

Anyone?


This is the only Google hit I could find that would seem to be of relevance:http://www.dbtalk.net/microsoft-public-sqlserver-setup/sql-2005-setup-issues-265315.html

If that doesn't help, I'd try the question either over at the MSDN Forums, or on the microsoft.public.sqlserver.setup newsgroup.|||Ok, thanks.

installation error

During the installation of SQL 2005, I got this error
"The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tl b could not be
loaded. An attempt to repair this condition failed because the file could
not be found.
Please reinstall this program."
When I clicked OK, the install proceeded as if nothing happened.
Okay, so should I be worried? Thanks.
Hi David,
I'm afraid I don't have a definitive answer for you, but the only time I've
seen this error is upon trying to start SSMS after removing .NET framework
2.0 to only have 1.1 installed.
If you try to start SSMS after the install and you get the error I'd suggest
reinstalling .NET framework 2.0.
HTH
Adam J Warne, MCDBA
"David C" wrote:

> During the installation of SQL 2005, I got this error
> "The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tl b could not be
> loaded. An attempt to repair this condition failed because the file could
> not be found.
> Please reinstall this program."
> When I clicked OK, the install proceeded as if nothing happened.
> Okay, so should I be worried? Thanks.
>
>

installation error

During the installation of SQL 2005, I got this error
"The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tlb could not be
loaded. An attempt to repair this condition failed because the file could
not be found.
Please reinstall this program."
When I clicked OK, the install proceeded as if nothing happened.
Okay, so should I be worried? Thanks.Hi David,
I'm afraid I don't have a definitive answer for you, but the only time I've
seen this error is upon trying to start SSMS after removing .NET framework
2.0 to only have 1.1 installed.
If you try to start SSMS after the install and you get the error I'd suggest
reinstalling .NET framework 2.0.
HTH
--
Adam J Warne, MCDBA
"David C" wrote:

> During the installation of SQL 2005, I got this error
> "The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tlb could not be
> loaded. An attempt to repair this condition failed because the file could
> not be found.
> Please reinstall this program."
> When I clicked OK, the install proceeded as if nothing happened.
> Okay, so should I be worried? Thanks.
>
>

installation error

During the installation of SQL 2005, I got this error
"The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tlb could not be
loaded. An attempt to repair this condition failed because the file could
not be found.
Please reinstall this program."
When I clicked OK, the install proceeded as if nothing happened.
Okay, so should I be worried? Thanks.Hi David,
I'm afraid I don't have a definitive answer for you, but the only time I've
seen this error is upon trying to start SSMS after removing .NET framework
2.0 to only have 1.1 installed.
If you try to start SSMS after the install and you get the error I'd suggest
reinstalling .NET framework 2.0.
HTH
--
Adam J Warne, MCDBA
"David C" wrote:
> During the installation of SQL 2005, I got this error
> "The file C:\Windows\Microsoft.NET\Framework\...\mscorlib.tlb could not be
> loaded. An attempt to repair this condition failed because the file could
> not be found.
> Please reinstall this program."
> When I clicked OK, the install proceeded as if nothing happened.
> Okay, so should I be worried? Thanks.
>
>