Quantcast
Channel: Fórum SQL Server Setup & Upgrade
Viewing all articles
Browse latest Browse all 7627

Data Quality Services install fails

$
0
0

I have installed SQL 2012 evaluation edition on Windows Server 2008 R2 x64. When attempting to install DQS, I get an error saying the master key I provided is not long enough. The password I used is kfurJtm&^463. Any help would be greatly appreciated. Log contents below.

[9/13/2012 8:10:30 AM] DQS Installer started. Installation log will be written to C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log
    
    
[9/13/2012 8:10:30 AM] Setting the collation to default value: SQL_Latin1_General_CP1_CI_AS
[9/13/2012 8:10:30 AM] Using instance: MSSQLSERVER, catalog: DQS.
[9/13/2012 8:10:31 AM] Executing action: Validate collation argument.
[9/13/2012 8:10:31 AM] Action 'Validate collation argument' finished successfully.
[9/13/2012 8:10:31 AM] Executing action: Check whether system reboot is pending.
[9/13/2012 8:10:31 AM] Action 'Check whether system reboot is pending' finished successfully.
[9/13/2012 8:10:31 AM] Executing action: Create data quality event source.
[9/13/2012 8:10:31 AM] Action 'Create data quality event source' finished successfully.
[9/13/2012 8:10:31 AM] Executing action: Request Database Master Key password from user..
[9/13/2012 8:13:33 AM] Action 'Request Database Master Key password from user.' finished successfully.
[9/13/2012 8:13:33 AM] Executing action: Approve removal of data quality services previous schema.
[9/13/2012 8:13:33 AM] Action 'Approve removal of data quality services previous schema' finished successfully.
[9/13/2012 8:13:33 AM] Executing action: Load Installation Scripts.
[9/13/2012 8:13:33 AM] Extracting script to: C:\Users\AdamA\AppData\Local\Temp\jgnad05f.qk1
[9/13/2012 8:13:33 AM] Extracting script: db\create_core_db_objects.sql
[9/13/2012 8:13:33 AM] Extracting script: db\create_logic_db_objects.sql
[9/13/2012 8:13:33 AM] Extracting script: db\create_transient_db_objects.sql
[9/13/2012 8:13:33 AM] Extracting script: db\static_data.sql
[9/13/2012 8:13:33 AM] Extracting script: db\drop_dq_databases.sql
[9/13/2012 8:13:33 AM] Extracting script: helper\DeleteSchemaDs.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\drop_all_assemblies.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\create_databases.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\drop_databases.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\drop_all_tables.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\drop_database_properties.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\master_create.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\master_recreate.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\register_assemblies.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\register_assemblies_tsql.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\register_dq_assemblies.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\create_service_broker_objects.sql
[9/13/2012 8:13:33 AM] Extracting script: sql\drop_service_broker_objects.sql
[9/13/2012 8:13:33 AM] Extracting script: recreate_schema.bat
[9/13/2012 8:13:33 AM] Extracting script: drop_databases.cmd
[9/13/2012 8:13:33 AM] Extracting script: register_dlls.cmd
[9/13/2012 8:13:33 AM] Extracting script: unregister_dlls.cmd
[9/13/2012 8:13:33 AM] Extracting script: assembly_paths_retail.txt
[9/13/2012 8:13:33 AM] Extracting script: DQS_Data.dqs
[9/13/2012 8:13:33 AM] Extracting script: DefaultKbs.xml
[9/13/2012 8:13:33 AM] Total scripts extracted: 25
[9/13/2012 8:13:33 AM] Action 'Load Installation Scripts' finished successfully.
[9/13/2012 8:13:33 AM] Executing action: Create data quality schema.
[9/13/2012 8:13:33 AM] Script: 'recreate_schema.bat SQL2012VM DQS SQL_Latin1_General_CP1_CI_AS'
[9/13/2012 8:13:33 AM] .  Trying to connect using Windows Authentication and db name...
[9/13/2012 8:13:33 AM] Changed database context to 'master'.
[9/13/2012 8:13:39 AM] Creating DQS databases (DQS_MAIN, DQS_PROJECTS, DQS_STAGING_DATA)...
[9/13/2012 8:13:39 AM] Configuring DQS databases
[9/13/2012 8:13:39 AM] Configuration option 'clr enabled' changed from 0 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:13:39 AM] Creating Master Key for database DQS_MAIN...
[9/13/2012 8:13:39 AM] Msg 15116, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] Password validation failed. The password does not meet Windows policy requirements because it is too short.
[9/13/2012 8:13:39 AM] Creating Module Signing Certificate for database DQS_MAIN...
[9/13/2012 8:13:39 AM] Msg 15581, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] Please create a master key in the database or open the master key in the session before performing this operation.
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Exporting Certificate from DQS_MAIN
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Importing Certificate into DQS_PROJECTS
[9/13/2012 8:13:39 AM] Msg 15208, Level 16, State 19, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] The certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:13:39 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:13:39 AM] Configuration option 'xp_cmdshell' changed from 0 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:13:39 AM] Configuration option 'xp_cmdshell' changed from 1 to 0. Run the RECONFIGURE statement to install.
[9/13/2012 8:13:39 AM] Creating DQS roles
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 2
[9/13/2012 8:13:39 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 3
[9/13/2012 8:13:39 AM] Cannot find the user 'dqs_certificate_user', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 2
[9/13/2012 8:13:39 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 3
[9/13/2012 8:13:39 AM] Cannot find the user 'dqs_certificate_user', because it does not exist or you do not have permission.
[9/13/2012 8:13:39 AM] ERROR - An error occured, check message above
[9/13/2012 8:13:39 AM] '463' is not recognized as an internal or external command,
[9/13/2012 8:13:39 AM] operable program or batch file.
[9/13/2012 8:13:39 AM] 
[9/13/2012 8:13:39 AM] 
[9/13/2012 8:13:39 AM] Script process returned unexpected exit code: '1'.
[9/13/2012 8:13:39 AM] Action 'Create data quality schema' finished with errors, aborting installation.
[9/13/2012 8:13:39 AM] Starting installation rollback...
[9/13/2012 8:13:39 AM] Installation rollback completed successfully.
[9/13/2012 8:13:39 AM] DQS Installer finished with errors. Please see installation log file at C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log
[9/13/2012 8:15:30 AM] DQS Installer started. Installation log will be written to C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log
    
    
[9/13/2012 8:15:30 AM] Setting the collation to default value: SQL_Latin1_General_CP1_CI_AS
[9/13/2012 8:15:30 AM] Using instance: MSSQLSERVER, catalog: DQS.
[9/13/2012 8:15:30 AM] Executing action: Validate collation argument.
[9/13/2012 8:15:30 AM] Action 'Validate collation argument' finished successfully.
[9/13/2012 8:15:30 AM] Executing action: Check whether system reboot is pending.
[9/13/2012 8:15:30 AM] Action 'Check whether system reboot is pending' finished successfully.
[9/13/2012 8:15:30 AM] Executing action: Create data quality event source.
[9/13/2012 8:15:30 AM] Action 'Create data quality event source' finished successfully.
[9/13/2012 8:15:30 AM] Executing action: Request Database Master Key password from user..
[9/13/2012 8:16:26 AM] Action 'Request Database Master Key password from user.' finished successfully.
[9/13/2012 8:16:26 AM] Executing action: Approve removal of data quality services previous schema.
[9/13/2012 8:16:26 AM] Action 'Approve removal of data quality services previous schema' finished successfully.
[9/13/2012 8:16:26 AM] Executing action: Load Installation Scripts.
[9/13/2012 8:16:26 AM] Extracting script to: C:\Users\AdamA\AppData\Local\Temp\eniuclri.tgy
[9/13/2012 8:16:26 AM] Extracting script: db\create_core_db_objects.sql
[9/13/2012 8:16:26 AM] Extracting script: db\create_logic_db_objects.sql
[9/13/2012 8:16:26 AM] Extracting script: db\create_transient_db_objects.sql
[9/13/2012 8:16:26 AM] Extracting script: db\static_data.sql
[9/13/2012 8:16:26 AM] Extracting script: db\drop_dq_databases.sql
[9/13/2012 8:16:26 AM] Extracting script: helper\DeleteSchemaDs.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\drop_all_assemblies.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\create_databases.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\drop_databases.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\drop_all_tables.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\drop_database_properties.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\master_create.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\master_recreate.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\register_assemblies.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\register_assemblies_tsql.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\register_dq_assemblies.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\create_service_broker_objects.sql
[9/13/2012 8:16:26 AM] Extracting script: sql\drop_service_broker_objects.sql
[9/13/2012 8:16:26 AM] Extracting script: recreate_schema.bat
[9/13/2012 8:16:26 AM] Extracting script: drop_databases.cmd
[9/13/2012 8:16:26 AM] Extracting script: register_dlls.cmd
[9/13/2012 8:16:26 AM] Extracting script: unregister_dlls.cmd
[9/13/2012 8:16:26 AM] Extracting script: assembly_paths_retail.txt
[9/13/2012 8:16:26 AM] Extracting script: DQS_Data.dqs
[9/13/2012 8:16:26 AM] Extracting script: DefaultKbs.xml
[9/13/2012 8:16:26 AM] Total scripts extracted: 25
[9/13/2012 8:16:26 AM] Action 'Load Installation Scripts' finished successfully.
[9/13/2012 8:16:26 AM] Executing action: Create data quality schema.
[9/13/2012 8:16:26 AM] Script: 'recreate_schema.bat SQL2012VM DQS SQL_Latin1_General_CP1_CI_AS'
[9/13/2012 8:16:26 AM] .  Trying to connect using Windows Authentication and db name...
[9/13/2012 8:16:27 AM] Changed database context to 'master'.
[9/13/2012 8:16:31 AM] Dropping database (DQS_STAGING_DATA)
[9/13/2012 8:16:31 AM] Creating DQS databases (DQS_MAIN, DQS_PROJECTS, DQS_STAGING_DATA)...
[9/13/2012 8:16:31 AM] Configuring DQS databases
[9/13/2012 8:16:31 AM] Configuration option 'clr enabled' changed from 1 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:16:31 AM] Creating Master Key for database DQS_MAIN...
[9/13/2012 8:16:31 AM] Msg 15116, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] Password validation failed. The password does not meet Windows policy requirements because it is too short.
[9/13/2012 8:16:31 AM] Creating Module Signing Certificate for database DQS_MAIN...
[9/13/2012 8:16:31 AM] Msg 15581, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] Please create a master key in the database or open the master key in the session before performing this operation.
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Exporting Certificate from DQS_MAIN
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Importing Certificate into DQS_PROJECTS
[9/13/2012 8:16:31 AM] Msg 15208, Level 16, State 19, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] '463' is not recognized as an internal or external command,
[9/13/2012 8:16:31 AM] operable program or batch file.
[9/13/2012 8:16:31 AM] 
[9/13/2012 8:16:31 AM] The certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 1
[9/13/2012 8:16:31 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:16:31 AM] Configuration option 'xp_cmdshell' changed from 0 to 1. Run the RECONFIGURE statement to install.
[9/13/2012 8:16:31 AM] Configuration option 'xp_cmdshell' changed from 1 to 0. Run the RECONFIGURE statement to install.
[9/13/2012 8:16:31 AM] Creating DQS roles
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 2
[9/13/2012 8:16:31 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 3
[9/13/2012 8:16:31 AM] Cannot find the user 'dqs_certificate_user', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 2
[9/13/2012 8:16:31 AM] Cannot find the certificate 'dqs_certificate', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] Msg 15151, Level 16, State 1, Server SQL2012VM, Line 3
[9/13/2012 8:16:31 AM] Cannot find the user 'dqs_certificate_user', because it does not exist or you do not have permission.
[9/13/2012 8:16:31 AM] ERROR - An error occured, check message above
[9/13/2012 8:16:31 AM] 
[9/13/2012 8:16:31 AM] Script process returned unexpected exit code: '1'.
[9/13/2012 8:16:31 AM] Action 'Create data quality schema' finished with errors, aborting installation.
[9/13/2012 8:16:31 AM] Starting installation rollback...
[9/13/2012 8:16:31 AM] Installation rollback completed successfully.
[9/13/2012 8:16:31 AM] DQS Installer finished with errors. Please see installation log file at C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log\DQS_install.log


-Adam


Viewing all articles
Browse latest Browse all 7627

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>