How can we help you today? How can we help you today?
isme

Activity overview

Latest activity by isme

cmdlets hang ISE after CTRL+C
Hey RG, In PowerShell ISE all the SQL Release cmdlets hang the PowerShell session if you press CTRL+C at the "supply values" prompt. In PowerShell.exe, the same event cancels the cmdlet and returns...
2 followers 3 comments 0 votes
We resolved the issue this morning. There were two issues here. One was my mistake; the other looks like a gap in the documentation. 1. The SQL Server service account did not have a login on the server. For SQL Backup to use the account, it has to be sysadmin on the server. I added the service account DEV\sqlservice as a sysadmin on the server. The server did actually log the failed logins, but I was looking in the agent log rather than the server log. D'oh! The UI installer over RDP gave the clearest indication of this issue. It would be helpful if the error messages were more consistent. 2. The command line installer requires a password for the service account. For SQL Backup to use the service account, it needs to know the password. In the end, a command like this worked for me: psexec \\$TargetServer G:\media\SQBServerSetup.exe /VERYSILENT /SUPPRESSMSGBOXES /SVCUSER $svcuser /SVCPW $svcpw It produced a result like this: PsExec v1.98 - Execute processes remotely Copyright (C) 2001-2010 Mark Russinovich Sysinternals - www.sysinternals.com Connecting to REMOTESERVER...Starting PsExec service on REMOTESERVER...Connecting with PsExec service on REMOTESERVER...Starting G:\media\SQBServerSetup.exe on REMOTESERVER... G:\media\SQBServerSetup.exe exited on REMOTESERVER with error code 0. The SQL Backup UI now shows a yellow "Trial" icon next to the server. Success! The command line installer does not force you to provide a password, and the documentation suggests that one is unnecessary to use the server's account. I imagine this would work if the server is running under one the default Windows accounts, but we use dedicated service accounts with passwords. It would be helpful if the documentation was clearer on this point. As a security note, I don't recommend using my solution for a production deployment. psexec does not encrypt its connection to the remote server. Don't allow someone to sniff your production password over the network! / comments
We resolved the issue this morning. There were two issues here. One was my mistake; the other looks like a gap in the documentation.1. The SQL Server service account did not have a login on the ser...
0 votes
I can't install it using the GUI tools either. Any ideas what the root cause could be? 5. Using the UI over RDP I double click to run the installer. I accept all the default settings and supply the correct password for the account that SQL Server runs as. When I click Next at 'Select SQL Server authenticaion mode', I see an error message. Failed to verify that the account (DEV\sqlservice) is a member of the SQL Server sysadmin fixed server role for the selected instance. SQL error: Login failed for user 'DEV\sqlservice'. This installation may not be able to install the SQL Backup extended stored procedures. User another login. The SQL Server error log shows no failed login attempts. 6. Using SQL Backup UI on my workstation I run SQL Backup on my workstatation. I open the "Add SQL Server" dialog, supply the server name and the correct password for the SQL Server service account, and accept the defaults. I click finish, SQL Compare validates the options, then the installation starts. It fails at the first step "Copying and running SQBServerSetup". REMOTESERVER: Server Component Installation - Failed ====================================================== Copying and running SQBServerSetup - Failed ------------------------------------------- Error running installer: exit code 6200 The SQL Backup Agent service failed to connect to the SQL Server instance using the SQL login provided. Exit code 6200 means "SQL authenticated user name or password is invalid." Again, the SQL Server error log shows no failed login attempts. / comments
I can't install it using the GUI tools either. Any ideas what the root cause could be?5. Using the UI over RDP I double click to run the installer. I accept all the default settings and supply the ...
0 votes
Unattended install fails silently, inconsistently
Hey RG, I'm trying to perform an unattended install on a remote computer of the SQL Backup server components, version 7.7.0.7. The documentation for installing the server components from the comman...
2 followers 3 comments 0 votes
Thanks, Aaron. I've created a UserVoice item to add an option to ignore tabs over a certain number of connections. Vote here: http://redgate.uservoice.com/forums/944 ... oring-tabs / comments
Thanks, Aaron. I've created a UserVoice item to add an option to ignore tabs over a certain number of connections. Vote here:http://redgate.uservoice.com/forums/944 ... oring-tabs
0 votes
SSMS crashes when restoring tab with many connections
Hey RG, Yesterday opened a multi-server query connected to around 300 servers to perform a quick global audit of server settings. I closed SSMS without closing the tab first. Today when I start SSM...
2 followers 2 comments 0 votes