Answer the question
In order to leave comments, you need to log in
Error accessing sl "SQLSERVER:\". How to fix?
Good day.
When executing part of the script:
#Делаем бэкап всех баз в ранее созданую папку
sl "SQLSERVER:\sql\1cserver\sqlexpress\databases"
foreach($database in (Get-ChildItem)) {
$dbName = $database.Name
Backup-SqlDatabase -Database $dbName -BackupFile "c:\db\$current\$dbName.bak"
}
sl : Не удалось найти диск. Диск с именем "SQLSERVER" не существует.
C:\script\Backup_MSSQL_day.ps1:11 знак:1
+ sl "SQLSERVER:\sql\1cserver\sqlexpress\databases"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (SQLSERVER:String) [Set-Location], DriveNotFoundException
+ FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
Backup-SqlDatabase : Не удалось разрешить путь "SQLSERVER:\" в объект типа "Microsoft.SqlServer.Management.Smo.Server". Поместите расположение в правильный контекст или воспользуйтесь параме
тром Path для указания расположения.
C:\script\Backup_MSSQL_day.ps1:14 знак:2
+ Backup-SqlDatabase -Database $dbName -BackupFile "c:\db\$current\$dbName.bak"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (SQLSERVER:\:String) [Backup-SqlDatabase], SqlPowerShellContextException
+ FullyQualifiedErrorId : ContextError,Microsoft.SqlServer.Management.PowerShell.BackupSqlDatabaseCommand
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question