I Messed Up (again) - Install Error
Feb 3, 2007
I have this #@!% installed on my machine and when it failed I made the
major error of following some telephone instructions from their
"help-less" support desk - - - well their $#@% products now runs again
(oh whoopie) -but- nothing else related to sql server will work.
This includes:
Visual Developer 2005 Express - Database Explorer
SQL Server Configuration Manager, Surface Area Configuration, etc., etc. (not found)
I tried to re-install SQL Server -but- the install fails, fails, fails...
The failures are always with a corrupt msi file that has just been downloaded / expanded - yet fails???
I have registered and sent error reports -but- I still don't have a functional sql server version running and available.
I do have "their" version of SQL Server running again - this time it is named my-machine-nameGOFIGURE
Like an idiot I deleted folders and un-installed sql server (as per 'their' instructions)
NEVER again - if I ever get things back to "normal"
WHAT should I do - I would 'like' to continue to run their software -but- NOT at the expense of everything else.
If I have to uninstall anything - please list - thanks :)
Thanks,
Paul
View 2 Replies
ADVERTISEMENT
Mar 4, 2006
I installed the evaluation version of SQL Server 2005 and now my DSL connection on Windows XP is all fouled up; I'm using Server 2003 at the moment. Will uninstalling it get rid of the problem? First Oracle eats my DSL connection, now SQL wants a piece! :eek:
View 4 Replies
View Related
Aug 31, 2007
Hey Everyone,
I have a Data-Flow task embedded in a Sequence Container (does not fail component on error) on the Control Flow panel of the SSIS designer. This data flow task contains a connection to a Flat File Source -> A Data Transformation -> Into an OLE Db Destination.
The problem is that the Flat File isn't always delimited properly -> the client cannot be relied on to do this.
My question is when the delimiters are messed up, how can I capture the offending error row(s) from the Flat File Source?
What I've tried:
1) Set every column in the source flat file on error to: Redirect Row
2) Added a Script Transformation to pull the description and the record id out of the offending row
3) Added an Error file flat file destination to the end of the flow.
The package always fails on the Flat File Source and never Redirects the offending Row to the error output - I never see my onError Script Transformation go Green, Red, or Yellow - SSIS doesn't let it get there.
I'm really new to SSIS so sorry if this is a super basic question.
Here is the Error Text:
[Source - InventTable_csv [1]] Error: The column delimiter for column "RECID" was not found.
[Source - InventTable_csv [1]] Error: An error occurred while processing file "C:------InventTable.csv" on data row 15228.
[DTS.Pipeline] Error: The PrimeOutput method on component "Source - InventTable_csv" (1) returned error code 0xC0202092. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.
[DTS.Pipeline] Error: Thread "SourceThread0" has exited with error code 0xC0047038.
I do have the MaxErrorCount set to 1 on the Data Flow Task but still think I should see my script task execute and a log entry be generated.
Any Ideas?
Matt
View 15 Replies
View Related
Nov 14, 2007
Hi,
I've tried looking for a solution in other threads but I couldn't find anything that was completely the same as my situation. I got a new pc at work and I've tried installing SQL Server 2005 on it but everytime I try to install it, regardless of services included or excluded with the install, I cannot get through the install without this error. Below is the excerpt from the Summary.txt log file.
Error Code: -2147024894
MSI (s) (74!98) [17:10:55:858]: Product: Microsoft SQL Server 2005 Tools -- Error 29549. Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2147024894
Error message: The system cannot find the file specified.
Error description: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Error 29549. Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2147024894
Error message: The system cannot find the file specified.
Error description: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='203'>
Doing Action: Do_sqlAssemblyRegSvcs
PerfTime Start: Do_sqlAssemblyRegSvcs : Mon Nov 12 17:10:55 2007
<Func Name='Do_sqlAssemblyRegSvcs'>
Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog.
Error: 2147942402
Error message: The system cannot find the file specified.
Error descrition: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Error Code: -2147024894
Windows Error Text: The system cannot find the file specified.
Source File Name: sqlcasqlassembly.cpp
Compiler Timestamp: Thu Aug 11 01:12:01 2005
Function Name: Do_sqlAssemblyRegSvcs
Source Line Number: 155
I've searched for and found similar problems that deal with the microsoft.sqlserver.notificationservices.dll not being found but I haven't found a fix that worked for me. These are the fixes I've refered to thus far.
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1651162&SiteID=17
http://support.microsoft.com/kb/940971
http://www.microsoft.com/products/ee/transform.aspx?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=29549&EvtType=sqlcasqlassembly.cpp@Do_sqlAssemblyRegSvcs@Do_sqlAssemblyRegSvcs@x80131501
The answer that seems to fix this problem for everyone is to set the MSDTC service login as the NT AUTHORITYNetworkService account. The problem for me is that this is already set to this profile and I've tried resetting the services and rebooting the machine. I did not have a problem with my old machine, which as far as I can tell, is the same configuration, so I know this install should work.
I'm running Windows XP SP2. This is not the upgrade to SQL Server 2005 SP2, this is the original disk that came with Visual Studio 2005.
Has anyone else faced this issue where changing the MSDTC login wasn't the solution? Also, this is my first post, so I apologize if I've left anything out. Just let me know if you want any other information.
Thank you in advance.
Tim
View 7 Replies
View Related
Jul 20, 2005
Hi,Consider this (light example):SELECT [template].[id], [template].[navn], [tvalues].[id]FROM template LEFT JOIN Tvalues ON [tvalues].[templateid]=[template].[id]This returns ok. But I have a clause on the Tvalues like this:WHERE [tvalues].[nr]=1;Now I dont get what I want anymore? What I mean here is:"return all records from Template and the corresponding values in TValues.If no corresponding values can be found or those where TValues.nr<>1 thenreturn NULL".Erhm...`Hope u get my meaning.../Pip
View 3 Replies
View Related
May 13, 2008
There I was merrily working away on my SSIS package, when one of our lovely network people completely wiped the drive my SQL Server database was sitting on. I was a bit miffed.
I was even more miffed when I found out after restoring the database that the package I was editing would no longer connect to it. I've removed and recreated all my datasources and connection managers and no luck.
I get a number of errors -
When trying to execute a simple task to take populate a table in my SQL Server database from a remote source I get:
[ODD - PMP10 in ORBIT STAGING [652]] Error: SSIS Error Code
Code SnippetDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "ORBIT STAGING" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
I can however, connect to the database in design mode, using the same connection parameters - I can create tables too, so access rights look ok.
When trying to run a for each container that uses an ADO Connection, I get:
Code SnippetError 1 Error loading Orbit Extract.dtsx: The connection "ORBIT_STAGING - ADO.NET" is not found. This error is thrown by Connections collection when the specific connection element is not found. D:DevORBITExtractOrbit Extract.dtsx
Well, the connection does exist, so it must be a corrupt internal pointer or something...
If I double click on the errors, It takes me to the top of the XML file, and I'm loath to mess with this directly, as I don't know what is what here...
Anyone know of a way to sort this out?
View 3 Replies
View Related
May 16, 2008
Hi,
I did something bad (I don't recall what it was) and I can no longer log into Reporting Services. I wish I could list everything I've tried but I've been at it so long I don't remember. And I've been through the ringer of error messages.
Is there a way I can completely reset and/or restart all the settings from the original install - without doing a new install? I am afraid I am going to mess up SSAS, SSMS, SSIS and something else.
Thank you for the help.
-Gumbatman
View 1 Replies
View Related
Nov 1, 2006
When I try to view my report manager from the computer that SSRS is installed on, I cannot do any administration on it. How can I get this back?
Here's some more info: I browse to http://localhost/reports on the machine and it only shows links for "Home", "My Subscriptions" and "Help". there are no options to add a new folder, set up security on the root folder or any admin functions.
I looked into the HELP and it wasn't any...
View 7 Replies
View Related
Jun 12, 2007
I'm currently receiving the following error message whilst attempting to install SQL Server 2005 Standard Edition on Windows Server 2003 (32 Bit):
Error 29528. The setup has encountered an unexpected error while Installing performance counters. The error is: The system cannot find the file specified.
This server already has an install of SQL Server 2000 as the default instance. I'm attempting to install a new named instance of SQL Server 2005.
Extract from log:
<Func Name='LaunchFunction'>
Function=Do_sqlPerfmon2
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_sqlPerfmon2
PerfTime Start: Do_sqlPerfmon2 : Tue Jun 12 10:20:02 2007
<Func Name='Do_sqlPerfmon2'>
<EndFunc Name='Do_sqlPerfmon2' Return='0' GetLastError='2'>
PerfTime Stop: Do_sqlPerfmon2 : Tue Jun 12 10:20:02 2007
MSI (s) (4C:FC) [10:20:02:833]: Executing op: ActionStart(Name=Rollback_Do_sqlPerfmon2.D20239D7_E87C_40C9_9837_E70B8D4882C2,Description=Removing performance counters,)
<EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
MSI (s) (4C:FC) [10:20:02:849]: Executing op: CustomActionSchedule(Action=Rollback_Do_sqlPerfmon2.D20239D7_E87C_40C9_9837_E70B8D4882C2,ActionType=1281,Source=BinaryData,Target=Rollback_Do_sqlPerfmon2,CustomActionData=100Removing performance counters200000DTSPipelineC:Program FilesMicrosoft SQL Server90DTSBinnDTSPERF.INI)
MSI (s) (4C:FC) [10:20:02:849]: Executing op: ActionStart(Name=Do_sqlPerfmon2.D20239D7_E87C_40C9_9837_E70B8D4882C2,Description=Installing performance counters,)
MSI (s) (4C:FC) [10:20:02:849]: Executing op: CustomActionSchedule(Action=Do_sqlPerfmon2.D20239D7_E87C_40C9_9837_E70B8D4882C2,ActionType=1025,Source=BinaryData,Target=Do_sqlPerfmon2,CustomActionData=100Installing performance counters200000C:Program FilesMicrosoft SQL Server90DTSBinnDTSPERF.INIC:Program FilesMicrosoft SQL Server90DTSBinnDTSPERF.HC:Program FilesMicrosoft SQL Server90DTSBinnDTSPipelinePerf.dllDTSPipeline0DTSPipelinePrfData_OpenPrfData_CollectPrfData_Close)
MSI (s) (4C:94) [10:20:02:864]: Invoking remote custom action. DLL: C:WINDOWSInstallerMSI1683.tmp, Entrypoint: Do_sqlPerfmon2
<Func Name='LaunchFunction'>
Function=Do_sqlPerfmon2
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_sqlPerfmon2
PerfTime Start: Do_sqlPerfmon2 : Tue Jun 12 10:20:02 2007
<Func Name='Do_sqlPerfmon2'>
<EndFunc Name='Do_sqlPerfmon2' Return='2' GetLastError='2'>
PerfTime Stop: Do_sqlPerfmon2 : Tue Jun 12 10:20:02 2007
Gathering darwin properties for failure handling.
Error Code: 2
MSI (s) (4C!F0) [10:23:46:381]: Product: Microsoft SQL Server 2005 Integration Services -- Error 29528. The setup has encountered an unexpected error while Installing performance counters. The error is: The system cannot find the file specified.Error 29528. The setup has encountered an unexpected error while Installing performance counters. The error is: The system cannot find the file specified.
You can ignore this and it will complete the installation, but subsequently trying to patch with SP2 will fail on the same sections - Hotfix.exe crashes whilst attempting to patch Database Services, Integration Services and Client Components (3 separate crashes).
I've removed SQL Server 2005 elements and tried to re-install, but it's not improved the situation.
Any ideas?
View 3 Replies
View Related
Mar 20, 2007
i changed a float data type to a decimal and have lost accurate details, is there a way of rolling back to what it was before
View 1 Replies
View Related
Sep 2, 2006
Using SQL Server 2000 and moving to a new computer. We did a full backup ofthe existing database to tape, brought up the new computer with a cleaninstall using the same server name and IP address, and did a full restore.Not only were some permissions messed up, but Crystal Reports 10 and someAccess Data Projects refused to run. I finally discovered while running anSP_WHO that the individual database names that we'd created (meaning not'master' and the other standard tables) had several dozen blanks appendedonto the end of them. Looking at dbnames in the SP_WHO made it clear thatthis had happened, and once I knew what I was looking for it was apparent inEnterprise Manager as well when I'd select a database name in the left pane.Interestingly, VB6 applications have no trouble connecting to these tableswithout modification of the connection string. Every single CR10 report sofar has had to have it's tables relinked, and this has broken some othercode that looks at dbnames.1: How could something like this happen?2: How is it best fixed?Thanks!David
View 3 Replies
View Related
Nov 17, 2006
Hello
I need to import a unicode text file with a DTS. The textfile needs to be imported width fixed column width settings as there are no field delimeters.
The data in the file is messed up (some columns are concatenated) when opened in Notepad.
The data looks fine when opened in Wordpad and also all fields are nicely delimeted but then I end up with unicode characters which are not supported in Wordpad.
Is there anyway around this?
Many thanks in advance!
Best regards,
Worf
View 1 Replies
View Related
Jan 17, 2000
Hello:
We are running an application on mssql 6.5, sp 4.
As the data for the application is growing by leaps and bounds, we were shortly going to run out of disk space on one and decided to move production to a new, larger box.
I took a full backup of the current production database nad loaded it onto the new server with no problems except one.
When users tried to log in, there were problems. Apparently the passwords for users were switched with other users or somehow the sysusers data got reversed. THe logins, or the data from msyslogins, looked fine.
I don't understand how a full backup and then a restore would have any effect on the sysusers data.
Has any one experienced this before? Other than bcp out the data from sysusers and bcp'ing the data after the restore, is there any thing else I can do?
Does any one have a script tp offload sysusers data?
Any help which can be provided would be appreciated. THanks.
David Spaisman
View 1 Replies
View Related
Jun 13, 2008
Recently moved a couple of dbs from SQL 2000 -> SQL 2005 (different machine). Just restored the dbs on the new server from a full backup of the old one. Everything is fine but...
Some queries are returning out-of-order results (for records added since the migration). I tracked this down to the indexes. I completely rebuilt and reorganized the indexes (online) through the manager interface. This helped provide correct ordering for existing records, but new records added since the re index are still out-of-order.
Looking for a way to permanently fix the indexes so I don't have to constantly rebuild them.
Thanks.
View 7 Replies
View Related
Jul 23, 2005
I am using SQL7 Query Analyzer. A simple select * from myMLSview andthen I save results as a .csv file has the commas messed up in quite afew places. The data is messed up before I save it to the .csv file. Sothere are blank spaces being added here and there causing them to readas 'add comma' when saving to .csv format. Even the column data ismessed up... example: ,photo_mod_time,photo_mo,d_date, should read,photo_mod_time,photo_mod_date,I have a view on a remote MS-SQL7 Server, the view has about 200columns and the data returned from the my querys can be from 10 to 25MBin size. Connection is via Roadrunner/cable. Should I use anothermethod, maybe command line? Any suggestions?
View 3 Replies
View Related
Feb 1, 2007
I have (had!) SQL Server 2005 Express and Visual Studio Web Express
2005 (still do) installed but need to write some Reporting Services
reports. I have now bought a Sql Server 2005 Developer license (£40 version)
and have installed it. However I couldn't find any new installation in
my program files so i uninstalled it and the express
version and tried to reinstall the Developer edition but it
kept stopping with all the options greyed out saying there's nothing
to install. So i managed to install as an instance, can't install the 2nd disc though ?? Am i doing something wrong here ? how can i satrt again ??
hopefully
steve
View 3 Replies
View Related
Sep 10, 2007
Hi,
I am using expressions for the textboxes in the Table control Header, because the header names should be displayed in both English as well as in Japanese based on the language selection.The report works fine and all the render formatts except CSV are working fine.when i export this report to CSV, the header names are not coming in the first row of CSV , but some other textbox names (eg textbox 34..) are being displayed on the first row of CSV.From second row onwards, i am getting the header names seperated by comma and the data is being displayed.This header names are being repeated for all the rows in the CSV along with the data.Please give me a solution regarding this.
I tried by setting Data Element as "NO" from "Auto".I could stop the header names being repeated from second row in CSV, but i couldnot get the names in the first row of CSV.
I need to have all the header names as first row in csv and from the second row, i need data.
View 2 Replies
View Related
Mar 9, 2007
Hello,
I'm getting this error:
=== Verbose logging started: 09-03-2007 11:22:01 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: c:2615800be9b170361adff8bc7a52ebhotfix.exe ===
MSI (c) (68:50) [11:22:01:246]: Resetting cached policy values
MSI (c) (68:50) [11:22:01:246]: Machine policy value 'Debug' is 0
MSI (c) (68:50) [11:22:01:246]: ******* RunEngine:
******* Product: C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi
******* Action:
******* CommandLine: **********
MSI (c) (68:50) [11:22:01:246]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (68:50) [11:22:01:246]: Grabbed execution mutex.
MSI (c) (68:50) [11:22:01:246]: Cloaking enabled.
MSI (c) (68:50) [11:22:01:246]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (68:50) [11:22:01:246]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (A8:D0) [11:22:01:277]: Grabbed execution mutex.
MSI (s) (A8:3C) [11:22:01:277]: Resetting cached policy values
MSI (s) (A8:3C) [11:22:01:277]: Machine policy value 'Debug' is 0
MSI (s) (A8:3C) [11:22:01:277]: ******* RunEngine:
******* Product: C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi
******* Action:
******* CommandLine: **********
MSI (s) (A8:3C) [11:22:01:402]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (A8:3C) [11:22:01:402]: File will have security applied from OpCode.
MSI (s) (A8:3C) [11:22:01:996]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi' against software restriction policy
MSI (s) (A8:3C) [11:22:01:996]: SOFTWARE RESTRICTION POLICY: C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi has a digital signature
MSI (s) (A8:3C) [11:22:02:121]: SOFTWARE RESTRICTION POLICY: C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (A8:3C) [11:22:02:121]: End dialog not enabled
MSI (s) (A8:3C) [11:22:02:121]: Original package ==> C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi
MSI (s) (A8:3C) [11:22:02:121]: Package we're running from ==> C:WINDOWSInstaller1e413d.msi
MSI (s) (A8:3C) [11:22:02:136]: APPCOMPAT: looking for appcompat database entry with ProductCode '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'.
MSI (s) (A8:3C) [11:22:02:136]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A8:3C) [11:22:02:136]: MSCOREE not loaded loading copy from system32
MSI (s) (A8:3C) [11:22:02:136]: Opening existing patch 'C:WINDOWSInstaller3d37f8c.msp'.
MSI (s) (A8:3C) [11:22:02:136]: SequencePatches starts. Product code: {53F5C3EE-05ED-4830-994B-50B2F0D50FCE}, Product version: 9.00.3042.00, Upgrade code: {3A91FA19-A197-467C-850F-0AFE90899371}, Product language 1033
MSI (s) (A8:3C) [11:22:02:136]: PATCH SEQUENCER: Setting patch {EE92F683-5F5C-4970-BB0B-9AC591B60268} to be unregistered, because the patch doesn't have any transform that targets this product.
MSI (s) (A8:3C) [11:22:02:136]: SequencePatches returns success.
MSI (s) (A8:3C) [11:22:02:136]: Final Patch Application Order:
MSI (s) (A8:3C) [11:22:02:136]: Other Patches:
MSI (s) (A8:3C) [11:22:02:136]: UnknownAbsent: {EE92F683-5F5C-4970-BB0B-9AC591B60268} -
MSI (s) (A8:3C) [11:22:02:136]: Machine policy value 'DisablePatch' is 0
MSI (s) (A8:3C) [11:22:02:136]: Machine policy value 'AllowLockdownPatch' is 1
MSI (s) (A8:3C) [11:22:02:136]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (A8:3C) [11:22:02:152]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (A8:3C) [11:22:02:152]: APPCOMPAT: looking for appcompat database entry with ProductCode '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'.
MSI (s) (A8:3C) [11:22:02:152]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (A8:3C) [11:22:02:152]: Transforms are not secure.
MSI (s) (A8:3C) [11:22:02:152]: Note: 1: 2205 2: 3: Control
MSI (s) (A8:3C) [11:22:02:152]: Command Line: REBOOT=ReallySuppress REINSTALLMODE=vomus REINSTALL=ALL CURRENTDIRECTORY=c:2615800be9b170361adff8bc7a52eb CLIENTUILEVEL=3 CLIENTPROCESSID=5736
MSI (s) (A8:3C) [11:22:02:152]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{BEFE6789-8AE1-4E45-B1F7-E3D6B30A51C8}'.
MSI (s) (A8:3C) [11:22:02:152]: Product Code passed to Engine.Initialize: ''
MSI (s) (A8:3C) [11:22:02:152]: Product Code from property table before transforms: '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'
MSI (s) (A8:3C) [11:22:02:152]: Product Code from property table after transforms: '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'
MSI (s) (A8:3C) [11:22:02:152]: Product registered: entering maintenance mode
MSI (s) (A8:3C) [11:22:02:152]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (A8:3C) [11:22:02:152]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (A8:3C) [11:22:02:152]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (A8:3C) [11:22:02:152]: Note: 1: 1402 2: UNKNOWNNet 3: 2
MSI (s) (A8:3C) [11:22:02:152]: Specifed source is not already in a list.
MSI (s) (A8:3C) [11:22:02:152]: Policy value 'SearchOrder' is 'nmu'
MSI (s) (A8:3C) [11:22:02:152]: Machine policy value 'DisableBrowse' is 1
MSI (s) (A8:3C) [11:22:02:152]: Adding new sources is not allowed.
MSI (s) (A8:3C) [11:22:02:152]: Note: 1: 1729
MSI (s) (A8:3C) [11:22:02:152]: Note: 1: 2729
MSI (s) (A8:3C) [11:22:02:199]: Note: 1: 2729
MSI (s) (A8:3C) [11:22:02:199]: Product: Microsoft SQL Server Setup Support Files (English) -- Configuration failed.
MSI (s) (A8:3C) [11:22:02:199]: MainEngineThread is returning 1625
This installation is forbidden by system policy. Contact your system administrator.
C:Program FilesMicrosoft SQL Server90Setup BootstrapCacheSQLSupportx861033SqlSupport.msi
MSI (c) (68:50) [11:22:02:308]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (68:50) [11:22:02:308]: MainEngineThread is returning 1625
=== Verbose logging stopped: 09-03-2007 11:22:02 ===
Time: 03/09/2007 11:22:35.028
KB Number: KB921896
Machine: CEPHEUS
OS Version: Microsoft Windows Server 2003 family, Enterprise Edition Service Pack 1 (Build 3790)
Package Language: 1033 (ENU)
Package Platform: x86
Package SP Level: 2
Package Version: 3042
Command-line parameters specified:
Cluster Installation: No
**********************************************************************************
Prerequisites Check & Status
SQLSupport: Failed
**********************************************************************************
Products Detected Language Level Patch Level Platform Edition
Setup Support Files ENU 9.1.2047 x86
Database Services (MSSQLSERVER) ENU SP1 2005.090.2153.00 x86 ENTERPRISE
Analysis Services (MSSQLSERVER) ENU SP1 2005.090.2153.00 x86 ENTERPRISE
Reporting Services (MSSQLSERVER) ENU SP1 9.00.2153.00 x86 ENTERPRISE
Notification Services ENU SP1 9.00.2153.00 x86 ENTERPRISE
Integration Services ENU SP1 9.00.2153.00 x86 ENTERPRISE
SQL Server Native Client ENU 9.00.2047.00 x86
Client Components ENU SP1 9.1.2153 x86 ENTERPRISE
MSXML 6.0 Parser ENU 6.00.3890.0 x86
SQLXML4 ENU 9.00.2047.00 x86
Backward Compatibility ENU 8.05.1704 x86
Microsoft SQL Server VSS Writer ENU 9.00.2047.00 x86
**********************************************************************************
Products Disqualified & Reason
Product Reason
**********************************************************************************
Processes Locking Files
Process Name Feature Type User Name PID
MSSQLSERVER SQL Server Native Client Service 1168
SQLSERVERAGENT SQL Server Native Client Service 2776
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4276
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4280
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4288
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4300
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4308
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4324
DISTRIB.exe SQL Server Native Client Application VASPservicelogon 4364
msftesql Database Services Service 296
ReportServer Database Services Service 1660
MSSQLServerOLAPService Analysis Services Service 1148
MsDtsServer Integration Services Service 352
**********************************************************************************
Product Installation Status
Product : Setup Support Files
Product Version (Previous): 2047
Product Version (Final) :
Status : Failure
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGHotfixRedist9_Hotfix_KB921896_SqlSupport.msi.log
Error Number : 1625
Error Description : Unable to install Windows Installer MSI file
----------------------------------------------------------------------------------
Product : Database Services (MSSQLSERVER)
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Analysis Services (MSSQLSERVER)
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Reporting Services (MSSQLSERVER)
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Notification Services
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Integration Services
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : SQL Server Native Client
Product Version (Previous): 2047
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Client Components
Product Version (Previous): 2153
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : MSXML 6.0 Parser
Product Version (Previous): 3890
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : SQLXML4
Product Version (Previous): 2047
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Backward Compatibility
Product Version (Previous): 1704
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
Product : Microsoft SQL Server VSS Writer
Product Version (Previous): 2047
Product Version (Final) :
Status : Not Applied
Log File :
Error Number : 0
Error Description :
----------------------------------------------------------------------------------
**********************************************************************************
Summary
One or more products failed to install, see above for details
Exit Code Returned: 1603
View 2 Replies
View Related
Mar 6, 2007
My system can not install the SQL SERVER 2003.There are some errors as follow when I install it.How can I solution this problem.Thanks very much!
09:25:23 Begin Setup09:25:23 8.00.19409:25:23 Mode = Normal09:25:23 ModeType = NORMAL09:25:23 GetDefinitionEx returned: 0, Extended: 0x009:25:23 ValueFTS returned: 109:25:23 ValuePID returned: 109:25:23 ValueLic returned: 009:25:23 System: Windows NT WorkStation09:25:23 SQL Server ProductType: Personal Edition [0x2]09:25:23 Begin Action: SetupInitialize 09:25:23 End Action SetupInitialize09:25:23 Begin Action: SetupInstall09:25:23 Reading SoftwareMicrosoftWindowsCurrentVersionCommonFilesDir ...09:25:23 CommonFilesDir=C:Program FilesCommon Files09:25:23 Windows Directory=C:WINDOWS09:25:23 Program Files=C:Program Files09:25:23 TEMPDIR=C:WINDOWSTEMP09:25:23 Begin Action: SetupInstall09:25:23 digpid size : 25609:25:24 digpid size : 16409:25:24 Begin Action: CheckFixedRequirements09:25:24 Platform ID: 0xf00000009:25:24 Version: 5.1.260009:25:24 File Version - C:WINDOWSsystem32shdocvw.dll: 6.0.2900.291909:25:24 End Action: CheckFixedRequirements09:25:24 Begin Action: ShowDialogs09:25:24 Initial Dialog Mask: 0x83000f7, Disable Back=0x109:25:24 Begin Action ShowDialogsHlpr: 0x109:25:24 Begin Action: DialogShowSdWelcome09:25:25 End Action DialogShowSdWelcome09:25:25 Dialog 0x1 returned: 109:25:25 End Action ShowDialogsHlpr09:25:25 ShowDialogsGetDialog returned: nCurrent=0x2,index=109:25:25 Begin Action ShowDialogsHlpr: 0x209:25:25 Begin Action: DialogShowSdMachineName09:25:26 ShowDlgMachine returned: 109:25:26 Name = C853FFE5CF474B3, Type = 0x109:25:26 Begin Action: CheckRequirements09:25:26 Processor Architecture: x86 (Pentium)09:25:26 Service Pack: 51209:25:26 ComputerName: C853FFE5CF474B309:25:26 User Name: Administrator09:25:26 IsAllAccessAllowed returned: 109:25:26 OS Language: 0x80409:25:26 End Action CheckRequirements09:25:26 This combination of Package and Operating System allows a full product install.09:25:26 CreateSetupTopology(C853FFE5CF474B3), Handle : 0x1743fb0, returned : 009:25:26 CreateSetupTopology returned : 0, Handle : 0x1743fb009:25:26 Topology Type : 1, Return Value : 009:25:26 ST_GetPhysicalNode returned : 0, PNHandle : 0x174400809:25:26 PN_EnumerateEx returned : 009:25:26 PN_GetSQLStates returned : 0, SqlStates : 0x009:25:26 PN_StartScan [0x1744008] returned : 009:25:26 PN_GetNext [0x1744008] returned : 18, Handle: [0x0]09:25:26 No more items in enumeration.09:25:26 ReleaseSetupTopology09:25:26 Named instance limit: 100, quota: 009:25:26 End Action DialogShowSdMachineName09:25:26 begin ShowDialogsUpdateMask09:25:26 nFullMask = 0x83000f7, nCurrent = 0x2, nDirection = 009:25:26 Updated Dialog Mask: 0xbf00037, Disable Back = 0x109:25:26 Dialog 0x2 returned: 009:25:26 End Action ShowDialogsHlpr09:25:26 ShowDialogsGetDialog returned: nCurrent=0x4,index=209:25:26 Begin Action ShowDialogsHlpr: 0x409:25:26 Begin Action: DialogShowSdInstallMode09:25:27 ShowDlgInstallMode returned: 109:25:27 InstallMode : 0x109:25:27 End Action DialogShowSdInstallMode09:25:27 begin ShowDialogsUpdateMask09:25:27 nFullMask = 0xbf00037, nCurrent = 0x4, nDirection = 109:25:27 Updated Dialog Mask: 0xbf40037, Disable Back = 0x109:25:27 Dialog 0x4 returned: 109:25:27 End Action ShowDialogsHlpr09:25:27 ShowDialogsGetDialog returned: nCurrent=0x10,index=409:25:27 Begin Action ShowDialogsHlpr: 0x1009:25:27 Begin Action: DialogShowSdRegisterUserEx09:25:28 End Action DialogShowSdRegisterUserEx09:25:28 Dialog 0x10 returned: 109:25:28 End Action ShowDialogsHlpr09:25:28 ShowDialogsGetDialog returned: nCurrent=0x20,index=509:25:28 Begin Action ShowDialogsHlpr: 0x2009:25:28 Begin Action: DialogShowSdLicense09:25:29 End Action DialogShowSdLicense09:25:29 Dialog 0x20 returned: 109:25:29 End Action ShowDialogsHlpr09:25:29 ShowDialogsGetDialog returned: nCurrent=0x40000,index=1809:25:29 Begin Action ShowDialogsHlpr: 0x4000009:25:29 Begin Action: DialogShowSdCliSvr09:25:29 DisplaySystemPreReq09:25:30 ShowDlgClientServerSelect returned: 109:25:30 Type : 0x209:25:30 End Action DialogShowSdCliSvr09:25:30 begin ShowDialogsUpdateMask09:25:30 nFullMask = 0xbf40037, nCurrent = 0x40000, nDirection = 109:25:30 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x109:25:30 Dialog 0x40000 returned: 109:25:30 End Action ShowDialogsHlpr09:25:30 ShowDialogsGetDialog returned: nCurrent=0x80000,index=1909:25:30 Begin Action ShowDialogsHlpr: 0x8000009:25:30 Begin Action: DialogShowSdInstanceName09:25:30 Begin Action: ShowDlgInstanceName09:25:32 End Action: ShowDlgInstanceName09:25:32 ShowDlgInstanceName returned : 1209:25:32 InstanceName : 09:25:32 End Action DialogShowSdInstanceName09:25:32 begin ShowDialogsUpdateMask09:25:32 nFullMask = 0xbfc0037, nCurrent = 0x80000, nDirection = 1209:25:32 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x109:25:32 Dialog 0x80000 returned: 1209:25:32 End Action ShowDialogsHlpr09:25:32 ShowDialogsGetDialog returned: nCurrent=0x40000,index=1809:25:32 Begin Action ShowDialogsHlpr: 0x4000009:25:32 Begin Action: DialogShowSdCliSvr09:25:32 DisplaySystemPreReq09:25:34 ShowDlgClientServerSelect returned: 109:25:34 Type : 0x209:25:34 End Action DialogShowSdCliSvr09:25:34 begin ShowDialogsUpdateMask09:25:34 nFullMask = 0xbfc0037, nCurrent = 0x40000, nDirection = 109:25:34 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x109:25:34 Dialog 0x40000 returned: 109:25:34 End Action ShowDialogsHlpr09:25:34 ShowDialogsGetDialog returned: nCurrent=0x80000,index=1909:25:34 Begin Action ShowDialogsHlpr: 0x8000009:25:34 Begin Action: DialogShowSdInstanceName09:25:34 Begin Action: ShowDlgInstanceName09:25:34 End Action: ShowDlgInstanceName09:25:34 ShowDlgInstanceName returned : 109:25:34 InstanceName : MSSQLSERVER09:25:34 CreateSetupTopology(C853FFE5CF474B3), Handle : 0x1743fb0, returned : 009:25:34 CreateSetupTopology returned : 0, Handle : 0x1743fb009:25:34 Topology Type : 1, Return Value : 009:25:34 ST_GetPhysicalNode returned : 0, PNHandle : 0x174400809:25:34 PN_EnumerateEx returned : 009:25:34 PN_GetSQLStates returned : 0, SqlStates : 0x009:25:34 PN_StartScan [0x1744008] returned : 009:25:34 PN_GetNext [0x1744008] returned : 18, Handle: [0x0]09:25:34 No more items in enumeration.09:25:34 ReleaseSetupTopology09:25:34 End Action DialogShowSdInstanceName09:25:34 begin ShowDialogsUpdateMask09:25:34 nFullMask = 0xbfc0037, nCurrent = 0x80000, nDirection = 109:25:34 Updated Dialog Mask: 0xbfc0037, Disable Back = 0x109:25:34 Dialog 0x80000 returned: 109:25:34 End Action ShowDialogsHlpr09:25:34 ShowDialogsGetDialog returned: nCurrent=0x100000,index=2009:25:34 Begin Action ShowDialogsHlpr: 0x10000009:25:34 Begin Action: DialogShowSdSetupType09:25:34 Begin Action: Setup Type09:25:56 SQL program folder: d:program files ool softwaresql09:25:56 SQL data folder: d:program files ool softwaresql09:25:56 Windows system folder: C:WINDOWSsystem3209:25:56 Prog req: 38073, Data req: 36544, Sys req: 16916809:25:56 Prog avail: 6388716, Data avail: 6388716, Sys avail: 272730809:25:56 Prog req vs. avail, 74617, 638871609:25:56 Data req vs. avail, 36544, 638871609:25:56 Sys req vs. avail, 169168, 272730809:25:56 DisplaySystemPreReq09:25:56 [SetupTypeSQL]09:25:56 szDir = d:program files ool softwaresql09:25:56 szDir = d:program files ool softwaresql09:25:56 Result = 30109:25:56 szDataDir = d:program files ool softwaresql09:25:56 szDataDir = d:program files ool softwaresql09:25:56 End Action: Setup Type09:25:56 Setup Type: Typical (301)09:25:56 End Action DialogShowSdSetupType09:25:56 begin ShowDialogsUpdateMask09:25:56 nFullMask = 0xbfc0037, nCurrent = 0x100000, nDirection = 30109:25:56 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:25:56 Dialog 0x100000 returned: 30109:25:56 End Action ShowDialogsHlpr09:25:56 ShowDialogsGetDialog returned: nCurrent=0x400000,index=2209:25:56 Begin Action ShowDialogsHlpr: 0x40000009:25:56 Begin Action: DlgServices09:26:02 ShowDlgServices returned: 109:26:02 [DlgServices]09:26:02 Local-Domain = 385509:26:02 AutoStart = 1509:26:02 Result = 109:26:02 End Action DlgServices09:26:02 begin ShowDialogsUpdateMask09:26:02 nFullMask = 0xbdc0037, nCurrent = 0x400000, nDirection = 109:26:02 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:26:02 Dialog 0x400000 returned: 109:26:02 End Action ShowDialogsHlpr09:26:02 ShowDialogsGetDialog returned: nCurrent=0x800000,index=2309:26:02 Begin Action ShowDialogsHlpr: 0x80000009:26:02 Begin Action: DlgSQLSecurity09:26:08 ShowDlgSQLSecurity returned: 109:26:08 LoginMode = 2,szPwd09:26:08 End Action DlgSQLSecurity09:26:08 begin ShowDialogsUpdateMask09:26:08 nFullMask = 0xbdc0037, nCurrent = 0x800000, nDirection = 109:26:09 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:26:09 Dialog 0x800000 returned: 109:26:09 End Action ShowDialogsHlpr09:26:09 ShowDialogsGetDialog returned: nCurrent=0x1000000,index=2409:26:09 Begin Action ShowDialogsHlpr: 0x100000009:26:09 Begin Action: DlgCollation09:26:09 ShowDlgCollation returned: 109:26:09 collation_name = Chinese_PRC_CI_AS,locale_name = Chinese_PRC,lcid = 0x804,SortId = 0,dwCompFlags = 0x3000109:26:09 End Action DlgCollation09:26:09 begin ShowDialogsUpdateMask09:26:09 nFullMask = 0xbdc0037, nCurrent = 0x1000000, nDirection = 109:26:09 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:26:09 Dialog 0x1000000 returned: 109:26:09 End Action ShowDialogsHlpr09:26:09 ShowDialogsGetDialog returned: nCurrent=0x2000000,index=2509:26:09 Begin Action ShowDialogsHlpr: 0x200000009:26:09 Begin Action: DlgNetwork09:26:09 ShowDlgNetwork returned: 109:26:09 [DlgServerNetwork]09:26:09 NetworkLibs = 25509:26:09 TCPPort = 143309:26:09 TCPPrxy = Default09:26:09 NMPPipeName = \.pipesqlquery09:26:09 Result = 109:26:09 End Action DlgNetwork09:26:09 begin ShowDialogsUpdateMask09:26:09 nFullMask = 0xbdc0037, nCurrent = 0x2000000, nDirection = 109:26:09 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:26:09 Dialog 0x2000000 returned: 109:26:09 End Action ShowDialogsHlpr09:26:09 ShowDialogsGetDialog returned: nCurrent=0x8000000,index=2709:26:09 Begin Action ShowDialogsHlpr: 0x800000009:26:09 Begin Action: DialogShowSdStartCopy09:26:09 End Action DialogShowSdStartCopy09:26:09 begin ShowDialogsUpdateMask09:26:09 nFullMask = 0xbdc0037, nCurrent = 0x8000000, nDirection = 109:26:09 Updated Dialog Mask: 0xbdc0037, Disable Back = 0x109:26:09 Dialog 0x8000000 returned: 109:26:09 End Action ShowDialogsHlpr09:26:09 ShowDialogsGetDialog returned: nCurrent=0x0,index=009:26:09 End Action ShowDialogs09:26:10 Begin Action ProcessBeforeDataMove:09:26:10 DeinstallStart returned (d:program files ool softwaresqlMSSQL): 009:26:10 End Action ProcessBeforeDataMove:09:26:10 Begin Action SetToolsComponentSelection:09:26:10 End Action SetToolsComponentSelection:09:26:10 Begin Action ProcessComponentSelection:09:26:10 End Action ProcessComponentSelection09:26:10 Begin Action LogSelectedComponents:09:26:10 SQLProg09:26:10 SQLProgSQLServr09:26:10 SQLProgSQLServrHelp09:26:10 SQLProgSQLServrSCMDev09:26:10 SQLProgSQLServrSCMDevSCMh09:26:10 SQLProgSQLServrSCMDevSCMX86Lb09:26:10 SQLProgSQLServrSCMDevSCMALb09:26:10 SQLProgSQLServrRs103309:26:10 SQLProgSQLServrRsIntl09:26:10 SQLProgSQLServrActiveX09:26:10 SQLProgSQLServrSystem09:26:10 SQLProgUpgTools09:26:10 SQLProgUpgToolsUpgSys09:26:10 SQLProgUpgToolsActiveX09:26:10 SQLProgUpgToolsRes103309:26:10 SQLProgUpgToolsResOther09:26:10 SQLProgUpgToolsResld09:26:10 SQLProgReplSupp09:26:10 SQLProgReplSuppReplDat09:26:10 SQLProgReplSuppRepComm09:26:10 SQLProgReplSuppRepNoDk09:26:10 SQLProgReplSuppActiveX09:26:10 SQLProgInstall09:26:10 SQLProgSystem09:26:10 SQLProgSvrExt09:26:10 SQLProgSvrExtHelp09:26:10 SQLProgSvrExtSvrExtRs09:26:10 SQLProgSvrExtResIntl09:26:10 SQLProgDat09:26:10 SQLProgDatSmpl09:26:10 SQLProgBaseSys09:26:10 SQLProgBaseBinn09:26:10 SQLProgBaseInst09:26:10 SQLProgSymbols09:26:10 SQLProgSymbolsEXE09:26:10 SQLProgSymbolsDLL09:26:10 SQLProgPerfmon09:26:10 SQLProgPerfmonSystem09:26:10 SQLProgRoot09:26:10 MgtTool09:26:10 MgtToolSEM09:26:10 MgtToolSEMHTML09:26:10 MgtToolSEMMSD9809:26:10 MgtToolSEMMSD98SYS09:26:10 MgtToolSEMMSD98Res09:26:10 MgtToolSEMMSD98Hlp09:26:10 MgtToolSEMHelp09:26:10 MgtToolSEMRes103309:26:10 MgtToolSEMResIntl09:26:10 MgtToolSEMMSD98RsI09:26:10 MgtToolSEMActiveX09:26:10 MgtToolSEMActiveXRes103309:26:10 MgtToolSEMActiveXResIntl09:26:10 MgtToolSEMScripts09:26:10 MgtToolSEMOLEDB09:26:10 MgtToolSEMOLEDBRes103309:26:10 MgtToolSEMOLEDBResIntl09:26:10 MgtToolProfiler09:26:10 MgtToolProfilerHelp09:26:10 MgtToolProfilerRes103309:26:10 MgtToolProfilerResIntl09:26:10 MgtToolQryanlz09:26:10 MgtToolQryanlzHelp09:26:10 MgtToolQryanlzRes103309:26:10 MgtToolQryanlzResIntl09:26:10 MgtToolDTCCLi09:26:10 MgtToolWzcnflct09:26:10 MgtToolWzcnflctWzcnHlp09:26:10 MgtToolWzcnflctWzcn103309:26:10 MgtToolWzcnflctWzcnOthr09:26:10 MgtToolWzcnflctWzcnCmn09:26:10 MgtToolUtilSys09:26:10 MgtToolUtilBinn09:26:10 Connect09:26:10 ConnectConnSys09:26:10 Books09:26:10 BooksBookso09:26:10 BooksBooksoUtils09:26:10 DevTools09:26:10 DevToolsDbg Int09:26:10 DevToolsDbg IntDbg Int Common09:26:10 DevToolsDbg IntEXE09:26:10 CoreRepl09:26:10 CoreReplRes103309:26:10 CoreReplResIntl09:26:10 Core09:26:10 CoreRes103309:26:10 CoreResOther09:26:10 Repostry09:26:10 RepostryRepstSys09:26:10 RepostryRes103309:26:10 RepostryResIntl09:26:10 CoreMisc09:26:10 CoreMiscActiveX09:26:10 CoreMiscActiveXRes103309:26:10 CoreMiscActiveXResIntl09:26:10 CoreMiscRes103309:26:10 Monarch09:26:10 MonarchMonr103309:26:10 MonarchMonrIntl09:26:10 Jet09:26:10 CoreInst09:26:10 CoreCOM09:26:10 CoreCOMRes103309:26:10 CoreCOMResIntl09:26:10 CoreTool09:26:10 CoreToolRes103309:26:10 CoreToolResOther09:26:10 DBLibCli09:26:10 SFExt09:26:10 SFExtActiveX09:26:10 SFExtActiveXRes103309:26:10 SFExtActiveXResIntl09:26:10 SFExtRes103309:26:10 SFExtResIntl09:26:10 Trace09:26:10 TraceRes103309:26:10 TraceResOther09:26:10 MiscCore09:26:10 MC09:26:10 MCMC103309:26:10 MCMCIntl09:26:10 MCHelp09:26:10 SQLMgr09:26:10 SQLMgrRes103309:26:10 SQLMgrResIntl09:26:10 SvrTool09:26:10 SvrToolRes103309:26:10 SvrToolResIntl09:26:10 DTSUI09:26:10 DTSUIRes103309:26:10 DTSUIResIntl09:26:10 MSOlap09:26:10 MSOlapRes103309:26:10 MSOlapResIntl09:26:10 ATL09:26:10 ATLwinnt09:26:10 ATLwin9x09:26:10 MFC42U09:26:10 VC09:26:10 VB09:26:10 OCX109:26:10 SQLAdHlp09:26:10 SQLAdHlpRes103309:26:10 SQLAdHlpResOther09:26:10 {E07FDDBE-5A21-11d2-9DAD-00C04F79D434}09:26:10 {E07FDDC7-5A21-11d2-9DAD-00C04F79D434}09:26:10 {E07FDDC0-5A21-11d2-9DAD-00C04F79D434}09:26:10 {E07FDDBF-5A21-11d2-9DAD-00C04F79D434}09:26:10 End Action LogSelectedComponents09:26:10 Begin Action InstallPkgs:09:26:10 Begin Action: Locked Connectivity Files Check09:26:11 ConnectivityLocked returned: 009:26:11 �作�功完�。
09:26:11 End Action: Locked Connectivity Files Check09:26:11 安装程åº?æ£åœ¨å®‰è£… Microsoft æ•°æ?®è®¿é—®ç»„件 (MDAC) ...09:26:11 H:PERSONALx86Othersqlredis.exe /q:a /C:"setupre.exe WARN=1 -s -SMS"09:26:29 ExitCode: 009:26:30 安装程åº?æ£åœ¨å®‰è£… Microsoft 分布å¼?事务处ç?†å??调器 (MSDTC) ...09:26:30 C:WINDOWSTEMPSqlSetupBincldtcstp.exe -SupportDir "C:WINDOWSTEMPSqlSetupBin" -DTCPkg "H:PERSONALx86Otherdtcsetup.exe" -LogFile "C:WINDOWSsqlstp.log"09:26:30 Process Exit Code: (0) 09:26:30 /Q:A /T:C:WINDOWSTEMPixp001.tmp09:26:30 安装程åº?æ£åœ¨å®‰è£… HTML 帮助09:26:31 HTML Help installer exit code: 009:26:58 End Action InstallPkgs09:26:58 Begin Action MoveFileData:09:26:58 Enabled SELFREGISTERBATCH09:26:58 Enabled CORECOMPONENTHANDLING09:30:07 Begin Action: MoveFileDataSpecial09:30:07 End Action: MoveFileDataSpecial09:30:07 End Action MoveFileData09:30:07 Begin Action ProcessAfterDataMove:09:30:08 H:PERSONALx86Binnhhcol.exe C:Program FilesMicrosoft SQL Server80ToolsBooks09:30:09 End Action ProcessAfterDataMove09:30:09 Begin Action BuildServer:09:30:09 C:WINDOWSTEMPSqlSetupBinscm.exe -Silent 1 -Action 5 -ExePath "d:program files ool softwaresqlMSSQLinnsqlservr.exe" -Service "MSSQLSERVER"09:30:09 Process Exit Code: (0) 09:30:09 Begin Action: CreateRegistrySetSQL09:30:09 End Action: CreateRegistrySetSQL09:30:09 Begin Action: RegWriteSetupEntry09:30:09 End Action: RegWriteSetupEntry09:30:09 Begin Action: CreateSer09:30:09 End Action: CreateSer09:30:09 Begin Action: SkuIt09:30:10 End Action: SkuIt09:30:10 SetFileSecuritySQLAndAdmin for d:program files ool softwaresqlMSSQL returned: 0, 009:30:10 SetRegSecuritySQLAndAdmin for SoftwareMicrosoftMSSQLServerMSSQLServer returned: 0, 009:30:10 Begin Action: UpdateSystemPath09:30:10 Path successfully updated.09:30:10 %SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;C:Program FilesCommon FilesAdobeAGL;C:Program FilesMicrosoft SQL Server80ToolsBINN09:30:10 End Action: UpdateSystemPath09:30:11 C:Program FilesMicrosoft SQL Server80ToolsBinncnfgsvr.exe -F "C:WINDOWSsqlstp.log" -I MSSQLSERVER -V 1 -M 0 -Q "Chinese_PRC_CI_AS" -H 262782 -U sa -P ###############################################################################
æ£åœ¨å?¯åŠ¨?
Chinese_PRC_CI_AS
-m -Q -T4022 -T3659
æ£åœ¨ä¸Žæœ?务?
driver={sql server};server=C853FFE5CF474B3;UID=sa;PWD=;database=master
æ£åœ¨é…?ç½®æœ?
EXEC sp_grantlogin N'BUILTINAdministrators'
[Microsoft][ODBC SQL Server Driver][SQL Server]已� 'BUILTINAdministrators' 授予登
EXEC sp_addsrvrolemember N'BUILTINAdministrators', 'sysadmin'
[Microsoft][ODBC SQL Server Driver][SQL Server]'BUILTINAdministrators' å·²æ·»åŠ åˆ°è§’è‰² 'sysadm
update master.dbo.spt_server_info set attribute_value = @@version where attribute_id = 2
EXEC sp_addserver N'C853FFE5CF474B3', local
[Microsoft][ODBC SQL Server Driver][SQL Server]密ç ?å·²
EXEC sp_configure 'allow updates', 1
[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC 执行完毕。如果 DBCC 输出了错误?
[Microsoft][ODBC SQL Server Driver][SQL Server]已将�置选项 'allow updates' 从 0 改为 1。请�行 RECON
reconfigure with override
update master.dbo.sysaltfiles set size=1024 where name=N'tempdev'
EXEC sp_configure 'allow updates', 0
[Microsoft][ODBC SQL Server Driver][SQL Server]DBCC 执行完毕。如果 DBCC 输出了错误?
[Microsoft][ODBC SQL Server Driver][SQL Server]已将�置选项 'allow updates' 从 1 改为 0。请�行 RECON
reconfigure with override
æ£åœ¨æ–开与æœ?务
æ£åœ¨å?œæ¢?
已�功�置 SQL Se
###############################################################################
09:30:49 Process Exit Code: (0) 09:30:49 End Action BuildServer09:30:49 Begin Action SelfRegiser09:30:49 DLLRegisterServer atl.dll: 0, 0x009:31:07 Manual DLLRegisterServer C:WINDOWSsystem32Msrdo20.dll: 0, 0x009:31:08 Manual DLLRegisterServer C:Program FilesCommon FilesMicrosoft SharedDatabase ReplicationConflict Viewerwzcnf.dll: 0, 0x009:31:08 Manual DLLRegisterServer C:Program FilesCommon FilesSystemOLE DBmsolap80.dll: 126, 0x7e09:31:08 The file listed below could not be registered. Adding it to RunOnce to try again on the next reboot.09:31:08 DLL0: C:WINDOWSsystem32
egsvr32.exe /s "C:Program FilesCommon FilesSystemOLE DBmsolap80.dll"09:31:08 Manual DLLRegisterServer C:Program FilesCommon FilesSystemOLE DBmsolui80.dll: 126, 0x7e09:31:08 The file listed below could not be registered. Adding it to RunOnce to try again on the next reboot.09:31:08 DLL1: C:WINDOWSsystem32
egsvr32.exe /s "C:Program FilesCommon FilesSystemOLE DBmsolui80.dll"09:31:08 Begin Action SelfRegisterOnCluster09:31:08 End Action SelfRegisterOnCluster09:31:08 Begin Action RegisterSvrReplFiles09:31:08 **** File registered: C:Program FilesMicrosoft SQL Server80COMsnapshot.exe-unregserver09:31:08 **** File registered: C:Program FilesMicrosoft SQL Server80COMdistrib.exe-unregserver09:31:08 **** File registered: C:Program FilesMicrosoft SQL Server80COM
eplmerg.exe-unregserver09:31:08 **** File registered: C:Program FilesMicrosoft SQL Server80COMlogread.exe-unregserver09:31:09 **** File registered: C:Program FilesMicrosoft SQL Server80COMqrdrsvc.exe-unregserver09:31:09 **** File registered: C:Program FilesMicrosoft SQL Server80COMsnapshot.exe-regserver09:31:09 **** File registered: C:Program FilesMicrosoft SQL Server80COMdistrib.exe-regserver09:31:09 **** File registered: C:Program FilesMicrosoft SQL Server80COM
eplmerg.exe-regserver09:31:10 **** File registered: C:Program FilesMicrosoft SQL Server80COMlogread.exe-regserver09:31:10 **** File registered: C:Program FilesMicrosoft SQL Server80COMqrdrsvc.exe-regserver09:31:10 End Action RegisterSvrReplFiles09:31:10 Begin Action SelfRegisterCOMShared09:31:10 End Action SelfRegisterCOMShared09:31:10 End Action SelfRegister09:31:10 Begin Action SetupRegistry:09:31:10 Begin Action RegWriteInstalledInstances:09:31:10 End Action RegWriteInstalledInstances09:31:10 Register this installation of SQL Server with MDAC09:31:11 Completed registering this installation of SQL Server with MDAC09:33:05 创建一个或多个注册表项时出现错误。请å?‚è§? C:WINDOWS\sqlstp.log 以了解详细情况。问题å?¯èƒ½æ˜¯ç”±äºŽæ³¨å†Œè¡¨å¼•ç”¨æ?¡ä»¶ä¸?足而引起的。09:33:05 Action CleanUpInstall:09:33:05 C:WINDOWSTEMPSqlSetupBinscm.exe -Silent 1 -Action 4 -Service SQLSERVERAGENT09:33:05 Process Exit Code: (1060) 指定的æœ?务并未以已安装的æœ?务å˜åœ¨ã€‚
09:33:05 C:WINDOWSTEMPSqlSetupBinscm.exe -Silent 1 -Action 4 -Service MSSQLSERVER09:33:06 Process Exit Code: (0) 09:33:06 StatsGenerate returned: 209:33:06 StatsGenerate (0x0,0x1,0xf000000,0x200,2052,303,0x0,0x1,0,0,009:33:06 StatsGenerate -1,Administrator)09:33:06 Installation Failed.
View 1 Replies
View Related
Jul 27, 2004
hi
when i want to install SQL sever 2000 i recive the message that i can install just client component of it!
my windows is XP and i have IIS and .Net framework installed on it.
thanks
View 2 Replies
View Related
Feb 3, 2004
I was using SQL 7. I uninstalled this and started installing SQL Server 2000 DEsktop Engine. However, install never goes thru and I get this message.
Any ideas would be appreciated.
Thanks
View 2 Replies
View Related
Feb 23, 2007
I have tried to change the name of the file in the regedit and I am still receiving the same error that a previous program installtion created pending file operations on the installation machine. You must restart computer before running setup. What do I do now? i ahve restarted 3 times.
mlissaw
View 3 Replies
View Related
Jun 21, 2006
Thank you very much any advice about.
Rick X.
Microsoft SQL Server 2005 Setup beginning at Wed Jun 21 15:09:29 2006
Process ID : 1760
h:fc886af35059928dd687f3a141setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2006/5/21 15:7:27
Complete: LoadResourcesAction at: 2006/5/21 15:7:27, returned true
Running: ParseBootstrapOptionsAction at: 2006/5/21 15:7:27
Loaded DLL:h:fc886af35059928dd687f3a141xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2006/5/21 15:9:28, 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: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x800706b5 (1717)
Windows Error Text: Interface desconhecida. Source File Name: cryptohelpercryptsameusersamemachine.cpp
Compiler Timestamp: Wed Oct 26 16:37:25 2005
Function Name: sqls::CryptSameUserSameMachine::ProtectData
Source Line Number: 50
1717
Could not skip Component update due to datastore exception.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "1760"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Running: ValidateWinNTAction at: 2006/5/21 15:9:28
Complete: ValidateWinNTAction at: 2006/5/21 15:9:28, returned true
Running: ValidateMinOSAction at: 2006/5/21 15:9:28
Complete: ValidateMinOSAction at: 2006/5/21 15:9:28, returned true
Running: PerformSCCAction at: 2006/5/21 15:9:28
Complete: PerformSCCAction at: 2006/5/21 15:9:28, returned true
Running: ActivateLoggingAction at: 2006/5/21 15:9:28
Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
02B6CFC0Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text: O sistema não pode encontrar o arquivo especificado. Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "1760"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2
View 1 Replies
View Related
Apr 23, 2008
Event Type: Error
Event Source: SQLVDI
Event Category: None
Event ID: 1
Date: 23/04/2008
Time: 16:25:48
User: N/A
Computer: My Server
Description:
SQLVDI: Loc=IdentifySQLServer. Desc=MSSQL$(local). ErrorCode=(1060)The specified service does not exist as an installed service.
. Process=6092. Thread=5960. Client. Instance=(local). VD=.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Can anyone help ?
View 3 Replies
View Related
Nov 3, 2006
I'm getting an error when trying to install the SQL Server 2005 Express. After it installs the Native Client & Support file, it goes through a configuration check.
I'm getting this error (complete) ::
The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine <machine name> Error: 2147746132 (0x80040154)
and then stops.
Suggestions would be great!!!
View 3 Replies
View Related
Mar 26, 2008
I have XP Pro SP2 on my computer - I am trying to install SQL Developer 2005 but I keep getting an error that SQL can not download because I do not have Windows Installer 3.1 on my computer. So I try to download from a CD Windows Install 3.1 (which I burned directly from Microsoft) - but then I get a message that I have a newer version of Windows Installer 3.1 on the computer and it will not reload the installer.
According to my SQL admin book the Developer Edition supports XP Pro SP2 - so I am not sure what I am doing wrong. Any help would be wonderful.
View 2 Replies
View Related
Jul 12, 2006
Hi
I signed up for the Empower program and have finally installed VS 2005 pro. I am first testing it out on a spare laptop, it has a fresh copy of xp sp2 and during install, I selected everything, however it says failed to install SQL express.
I have tried several times to redo this through add/remove components however I get the same problem.
In start > all programs, I have Microsoft SQL server group, so I really do not know what has happened. Also, from looking at the VS website, I was under the impression that sql server developers edition came with VS pro, and not the free express edition, so I am a little confused, unless this means that you just use the cd that came with the MSDN sub?
Also, I was under the impression that sql express was under 100mb, why does it seem to say it will take around 400mb in setup?
Thanks
View 4 Replies
View Related
Nov 17, 2000
When installing SQL7 on a Compaq Proliant 8500 we are getting the not for resale error and the installation finishes but does not install all of the client tools.
Any Ideas ?
View 1 Replies
View Related
Sep 30, 1999
I am trying to install 7.0 on an NT 4 server and get an error message that says that some ODBC files need to be updated but cannot be because they are marked as read-only or are currently in use by another process. After checking the installation log file, the files in question are in the Temp directory and appear to be created and in use by the installation program itself. Any idea why this is happening and how I can get around it? Any help would be greatly appreciated.
View 2 Replies
View Related
Jun 10, 2002
When I install SQL2000 on my pc I get cnfgsvr.exe error unalbe to locate DLL. The dll in question is SQLUNIRL.dll. It is on my install CD. On my neighbors pc that installed correctly that dll is in WINNIT.system32. If I past the dll in there I still get the same error. Any ideas would be appreciated. Thanks
Jean
View 1 Replies
View Related
Mar 23, 2004
I am trying to install SQL Server 2000 on my Win2k pc. I double-click the cd, click SQL Server 2000 Components, Install Database Server, then I get an error message:
Error
Setup intialization error.
Error performing inpage operation.
Source: 'D:x86setup...BinnRes1033purgeset.rll'
Target: 'C:WINNTTEMPSqlSetupBinpurgeset.rll'
I tried rebooting, and it still does not work. Any ideas?
View 1 Replies
View Related
May 12, 2004
I’m trying to install SQL 2000 personal edition on my XP pro machine, but during installation I get an error _INS5576._MP.exe and the installation stops.
I would appreciate any advice the you could offer me.
View 3 Replies
View Related
Jun 2, 2007
my database is 4.1. When I attempt to install i get:
'/usr/local/mysql-5.0/data/mysql.sock'
To me this indicates 5.0
I'm stumped!!!!
All help is appreciated.
Thanks
View 1 Replies
View Related