How can we help you today? How can we help you today?
soxfanjim
You have to restart the Windows service on the host. Interestingly, the client can't even connect to the service by the new IP address until the service is restarted. That's what led us to the answer. / comments
You have to restart the Windows service on the host. Interestingly, the client can't even connect to the service by the new IP address until the service is restarted. That's what led us to the answer.
0 votes
Thanks, Chris. I might've checked that before, but couldn't remember so I went back and looked. On the server where this is happening (I should've mentioned that it's only occurring on one of our servers) the log output is basically identical to the log output on a server where the log file deletes are working. In neither case do I see anything in the parms that indicates a file deletion will occur, but it's definitely happening on the other servers. The one where it's not working is our only SQL Server cluster, in case that's interesting. The log on the offending server shows this: -SQL "BACKUP LOG [SomeDatabase] TO DISK = N'F:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\SomeServer$INST1\SomeDatabase\LOG\SomeServer$INST1_SomeDatabase_LOG_20100607_154533.trn' WITH INIT, CHECKSUM, COMPRESSION = 2 " PROCESSES COMPLETED SUCCESSFULLY 6/7/2010 3:45:33 PM: Backing up SomeDatabase (transaction log) on INST1 instance to: 6/7/2010 3:45:33 PM: F:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\SomeServer$INST1\SomeDatabase\LOG\SomeServer$INST1_SomeDatabase_LOG_20100607_154533.trn 6/7/2010 3:45:33 PM: BACKUP LOG [SomeDatabase] TO VIRTUAL_DEVICE = 'SQLBACKUP_A96CEFEB-BDE0-45EF-9745-CB8E6C5C988B' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (SomeDatabase), 6/7/2010 3:45:33 PM', DESCRIPTION = N'Backup on 6/7/2010 3:45:33 PM Server: SomeServer\INST1 Database: SomeDatabase', FORMAT, CHECKSUM 6/7/2010 3:45:33 PM: Backup data size : 512.000 KB 6/7/2010 3:45:33 PM: Compressed data size: 6.000 KB 6/7/2010 3:45:33 PM: Compression rate : 98.83% 6/7/2010 3:45:33 PM: Processed 0 pages for database 'SomeDatabase', file 'SomeDatabase_log' on file 1. 6/7/2010 3:45:33 PM: BACKUP LOG successfully processed 0 pages in 0.004 seconds (0.000 MB/sec). 6/7/2010 3:45:33 PM: SQL Backup process ended. / comments
Thanks, Chris. I might've checked that before, but couldn't remember so I went back and looked. On the server where this is happening (I should've mentioned that it's only occurring on one of our s...
0 votes