Friday, March 30, 2012
Installing MSDE 2000 Rel A
I am unable to install MSDE on Window XP pro, SP2. Setup rolls back every
time without any indication of why. I had an earlier installation of MSDE
which I removed manually following the instructions in the Knowledge Base
article. I installed MSDE on a Windows 2000 Pro machine using the same
procedure without any problems.
The command line syntax I'm using is: setup sapwd="[mypassword]"
SECURITYMODE=SQL
Can anyone help?
Thanks.
When you manually uninstalled MSDE did you also remove the "MSSQLServer" key
under HKEY_LOCAL_MACHINE\Software\Microsoft ? That key and the "Microsoft
SQL Server" key needs to be removed. Also remove the entire directory tree
under c:\program files\Microsoft SQL Server. Also, reboot the machine after
doing the manual uninstall.
Jim
"Stephen Bishop" <Stephen Bishop@.discussions.microsoft.com> wrote in message
news:1E567705-A87F-4B8D-8DF5-202D934D5263@.microsoft.com...
> Hi all,
> I am unable to install MSDE on Window XP pro, SP2. Setup rolls back every
> time without any indication of why. I had an earlier installation of MSDE
> which I removed manually following the instructions in the Knowledge Base
> article. I installed MSDE on a Windows 2000 Pro machine using the same
> procedure without any problems.
> The command line syntax I'm using is: setup sapwd="[mypassword]"
> SECURITYMODE=SQL
> Can anyone help?
> Thanks.
|||Hi Jim,
I did delete those keys from the registry with no luck.
In a separate post, I uploaded part of the install log what appears to point
to the problem . Searching for "return value 3" I found the following:
"Starting custom action InstallPerfMon
Registering performance counters from sqlctr.ini
PerfmonLoad routine returned error code 6
Action ended 11:32:55: InstallFinalize. Return value 3."
According to a Knowledge Base article, the only solution to this involves
some advanced level tinkering with the registry, which I don't feel
comfortable undertaking. Is there any other way?
Thanks for your reply.
sb
"Jim Young" wrote:
> When you manually uninstalled MSDE did you also remove the "MSSQLServer" key
> under HKEY_LOCAL_MACHINE\Software\Microsoft ? That key and the "Microsoft
> SQL Server" key needs to be removed. Also remove the entire directory tree
> under c:\program files\Microsoft SQL Server. Also, reboot the machine after
> doing the manual uninstall.
> Jim
> "Stephen Bishop" <Stephen Bishop@.discussions.microsoft.com> wrote in message
> news:1E567705-A87F-4B8D-8DF5-202D934D5263@.microsoft.com...
>
>
sql
Monday, March 26, 2012
installing apache, php5 and mysql 4
unfortunately even though php5 and apache seems to work ok I am unable to
utilise mysql with php and apache, I have yet to see a guide that has a
problem free installation, if there is such a guide or a fix on how to get
php5, apache and mysql all working on winxp sp2, after having moved
libmysql.dll to the c:\php directory as well as the c:\windows\system
directory,. and amended php.ini to show the path to c:\php\ext (although
this version of php didn't automatically create an ext directory) and having
amended pathn the system environments to point to c:\php, as well as
numerous other recommendations, I am stuck as to how to proceed. Any help
will be greatly appreciated."Nospam" <nospam@.home.com> wrote in message
news:33uIf.41170$494.5977@.newsfe2-gui.ntli.net...
> I am trying to get mysql 4, php5, and apache to work on my winxp sp2 comp,
> unfortunately even though php5 and apache seems to work ok I am unable to
> utilise mysql with php and apache, I have yet to see a guide that has a
> problem free installation, if there is such a guide or a fix on how to get
> php5, apache and mysql all working on winxp sp2, after having moved
> libmysql.dll to the c:\php directory as well as the c:\windows\system
> directory,. and amended php.ini to show the path to c:\php\ext (although
> this version of php didn't automatically create an ext directory) and
having
> amended pathn the system environments to point to c:\php, as well as
> numerous other recommendations, I am stuck as to how to proceed. Any help
> will be greatly appreciated.
Well, not to be rude, but best help I can give is to take this to another
newsgroup. This is for Microsoft SQL Server specifically, so the amount of
MySQL knowledge here is pretty slim.
Monday, March 12, 2012
Installation Problems with Win2K3
Server.
I have tried several times.
I have given ASPNET administration privileges.
I have tried the install via remote desktop and VNC.
I have tried various systems and local accounts all of which work on
other servers.
After the install I get a warning: Setup could not initialize error,
which said to
manually initialize
When I navigate to
http://localhost/Reports/Pages/Folder.aspx
or http://localhost/Reportserver
I get this error:
An internal error occurred on the report server. See the error log for
more details. (rsInternalError) Get Online Help The system cannot find
the file specified.
I get this warning from the Application Event Log
Event Id: 5603
A provider, ReportingServicesWMI, has been registered in the WMI
namespace, root\Microsoft\SqlServer\ReportingServices\v8, but did not
specify the HostingModel property. This provider will be run using the
LocalSystem account. This account is privileged and the provider may
cause a security violation if it does not correctly impersonate user
requests. Ensure that provider has been reviewed for security behavior
and update the HostingModel property of the provider registration to an
account with the least privileges possible for the required
functionality.
For more information, see Help and Support Center at
Please HelpFixed
It was related to security.
I edited the machine.config file
Updated username under "processmodel" to system. It was originally
machine. I am not sure if this step was necessary.
I also updated the security of the application pool
Go to IIS, Application Pools, DefaultAppPool, Properties, Identity Tab,
Select Predefined = Network Service.
I also updated the windows services to use NT Authority\NetworkService.
I restarted IIS. Then I ran the rsconfig.exe tool because I changed
the account of the windows services.
I also ran the rsactivate with the -r switch.
Everything works now; hope this post helps if someone else has a
similar problem.
daveg.01@.gmail.com wrote:
> I am unable to install Reporting Services on our new Windows 2003
> Server.
> I have tried several times.
> I have given ASPNET administration privileges.
> I have tried the install via remote desktop and VNC.
> I have tried various systems and local accounts all of which work on
> other servers.
> After the install I get a warning: Setup could not initialize error,
> which said to
> manually initialize
> When I navigate to
> http://localhost/Reports/Pages/Folder.aspx
> or http://localhost/Reportserver
>
> I get this error:
> An internal error occurred on the report server. See the error log for
> more details. (rsInternalError) Get Online Help The system cannot find
> the file specified.
>
> I get this warning from the Application Event Log
> Event Id: 5603
> A provider, ReportingServicesWMI, has been registered in the WMI
> namespace, root\Microsoft\SqlServer\ReportingServices\v8, but did not
> specify the HostingModel property. This provider will be run using the
> LocalSystem account. This account is privileged and the provider may
> cause a security violation if it does not correctly impersonate user
> requests. Ensure that provider has been reviewed for security behavior
> and update the HostingModel property of the provider registration to an
> account with the least privileges possible for the required
> functionality.
> For more information, see Help and Support Center at
>
> Please Help
Installation problem: Unable to start service (3) - Error Code: 0x80070003
Hello,
I have Vista x64 and I had been fighting SQL Server for a few days and yesterday I decided for reinstallation. Unfortunately now I am not able to instal the server back!
Each time I got the following error (it refers to SQL Server service):
Code Snippet
<Func Name='LaunchFunction'>
Function=Do_sqlShutDownRANUInstance
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='203'>
Doing Action: Do_sqlShutDownRANUInstance
PerfTime Start: Do_sqlShutDownRANUInstance : Tue Sep 04 23:32:16 2007
<Func Name='Do_sqlShutDownRANUInstance'>
Service SQLEXPRESS with parameters '' is being started at Tue Sep 04 23:32:16 2007
Unable to start service (3)
Error Code: 0x80070003 (3)
Windows Error Text: System nie mo?e odnale?? okre?lonej ?cie?ki.
Source File Name: sqlsetuplib\service.cpp
Compiler Timestamp: Wed Jun 14 16:29:04 2006
Function Name: sqls::Service::Start
Source Line Number: 316
- Context --
Setting status of unmanaged components and removing unmanaged resources
Error Code: 3
MSI (s) (F4:E4) [23:32:24:490]: I/O on thread 3716 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:493]: I/O on thread 788 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:493]: I/O on thread 2948 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:493]: I/O on thread 4392 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:493]: I/O on thread 5048 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:495]: I/O on thread 4464 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:495]: I/O on thread 4992 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:495]: I/O on thread 4768 could not be cancelled. Error: 1168
MSI (s) (F4:E4) [23:32:24:497]: I/O on thread 3004 could not be cancelled. Error: 1168
MSI (s) (F4!4C) [23:32:24:497]: Product: Microsoft SQL Server 2005 -- Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (3) System nie mo?e odnale?? okre?lonej ?cie?ki.
.
Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (3) System nie mo?e odnale?? okre?lonej ?cie?ki.
.
<Failure Type='Fatal' Error='3'>
<EndFunc Name='LaunchFunction' Return='3' GetLastError='203'>
MSI (s) (F4:80) [23:32:24:507]: User policy value 'DisableRollback' is 0
MSI (s) (F4:80) [23:32:24:507]: Machine policy value 'DisableRollback' is 0
Action ended 23:32:24: InstallFinalize. Return value 3.
MSI (s) (F4:80) [23:32:24:512]: Executing op: Header(Signature=1397708873,Version=400,Timestamp=925154312,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (F4:80) [23:32:24:512]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (F4:80) [23:32:24:513]: Executing op: DialogInfo(Type=1,Argument=Microsoft SQL Server 2005)
MSI (s) (F4:80) [23:32:24:514]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (F4:80) [23:32:24:516]: Executing op: ActionStart(Name=Do_sqlShutDownRANUInstance.D20239D7_E87C_40C9_9837_E70B8D4882C2,Description=Running action to shutdown instance(Run As Normal User),)
MSI (s) (F4:80) [23:32:24:517]: Executing op: ProductInfo(ProductKey={C3F5DBA5-ABFC-443E-AA60-928223AADF53},ProductName=Microsoft SQL Server 2005,PackageName=sqlrun_sql.msi,Language=1033,Version=151129058,Assignment=1,ObsoleteArg=0,ProductIcon=ARPIcon.ico,PackageMediaPath=\Setup\,PackageCode={08AD0897-0300-4F7D-A3CC-A0CCEDD42E0D},,,InstanceType=1,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (F4:80) [23:32:24:518]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (F4:80) [23:32:24:519]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,)
MSI (s) (F4:80) [23:32:24:520]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,,BinaryType=0,)
MSI (s) (F4:80) [23:32:24:520]: Executing op: ComponentUnregister(ComponentId={68C6D258-77E0-11D5-8528-00C04F68155C},ProductKey={C3F5DBA5-ABFC-443E-AA60-928223AADF53},BinaryType=0,)
MSI (s) (F4:80) [23:32:24:520]: Executing op: ComponentUnregister(ComponentId={68C6D257-77E0-11D5-8528-00C04F68155C},ProductKey={C3F5DBA5-ABFC-443E-AA60-928223AADF53},BinaryType=0,)
What can I do solve the problem?
I would run through a manual uninstall procedure:
http://support.microsoft.com/kb/909967
and then try and re-install it.
INstallation Problem
I try to install MS SQL SERVER 2000 Entreprise Edition (free for 90 days) to initiate myself with SQL. I got error 1069 and I am unable to register. (Sql Server Registration Failure) .
I am using Microsoft XP.
I change my IIS to port 8080.
Any other idea ... ?
Thanks,
MarcFrom what I know.. Sql Server 2000 Enterprise can only run on Windows 2000 Server or Advanced Server.
Windows XP is making a Server program, but I forgot the actual name of it, but it'll be something to run SQL Server 2000 too.
Developer Edition will run fine on it.
The only main differences betwen developer and enterprise is that developer doesn't allow clustering, and i don't believe you can use dts to export data only.
As long as you don't want to run a server, you can install the sql server 2000 tools to access and manipulate data on the sql servers. Thats what I have done. I just have a windows 2000 server running it, and i use xp to connect and manipulate its data.
Friday, February 24, 2012
installation issues~
I am unable to download security updates for Outlook 2003- the message I got is: Error Code: 0x80070641...
when I tried installing any of the service packs (1,2, & 3) I am unable to as well. The message I get when doing this is:
The expected version of your product was not found on your system.
How can I fix this?
Thank you,
Ramzer
This is the SQL Server forum. My suggestion would be to locate an Outlook (or security update) forum and post the question there. I tried looking for one, but couldn't find it quickly. You could also post in the "Where's the forum for?" to see what they suggest.
Thanks,
Sam Lester (MSFT)
Installation Issue of reporting services 2005
successful except i am unable to deploy reports from microsoft Visual Studio
2005.
It is giving following error
A connection could not be made to report server http://localhost/reportserver.
Additional Information
â'Unable to connect to Remote server (Microsoft.reporting
services.designer)â'.
The configuration of computer is
Dell NoteBook 16000,
Intel® Pentium 9(R) M Processor 1.60 GHz,
512 MB RAM
Operating System: XP with SP2
--
asharmaHi Asharma,
Welcome to use MSDN Managed Newsgroup!
From your descriptions, I understood you have installed SQL Server 2005
Reporting Services successfully but you are not able to deploy the reports.
If I have misunderstood your concern, please feel free to point it out.
Would you please help me narrow down this with the questions below?
1. Could you connect SQL Server 2005 Reporting Services via link
http://<machine name>/Reports
http://<machine name>/ReportServer
2. Is it possible for you to upload the rdl file via Report Manager?
(http://<machine name>/Reports)
Also, please make sure your have configured your Windows XP SP2 correctly
How to configure Windows XP Service Pack 2 (SP2) for use with SQL Server
http://support.microsoft.com/kb/841249/en-us
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================This posting is provided "AS IS" with no warranties, and confers no rights.
Sunday, February 19, 2012
Installation Error
Here are a couple of things to try:
1. Check the installation log files, located at %Program
Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files for more
details on the error. (Search for the text string "value 3" to get to the failed log)
2. Try to add the service manually to the local groups using the Computer Management Admin tool. Then re-run setup.
Thanks,
Sam Lester (MSFT)
Installation Error
Here are a couple of things to try:
1. Check the installation log files, located at %Program
Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files for more
details on the error. (Search for the text string "value 3" to get to the failed log)
2. Try to add the service manually to the local groups using the Computer Management Admin tool. Then re-run setup.
Thanks,
Sam Lester (MSFT)