Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore-DbaDatabase allows red errors #4763

Closed
potatoqualitee opened this issue Dec 4, 2018 · 6 comments · Fixed by #4866
Closed

Restore-DbaDatabase allows red errors #4763

potatoqualitee opened this issue Dec 4, 2018 · 6 comments · Fixed by #4866

Comments

@potatoqualitee
Copy link
Member

image

@Stuart-Moore
Copy link
Contributor

Stuart-Moore commented Dec 5, 2018 via email

@devondba
Copy link
Contributor

devondba commented Dec 5, 2018

Just found this one:

The property 'PhysicalName' cannot be found on this object. Verify that the property exists and can be set.
At C:\Program Files\WindowsPowerShell\Modules\dbatools\0.9.532\allcommands.ps1:22964 char:25

  • ... $_.PhysicalName = $RestoreDir + $PathSep + $DatabaseFileP ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : PropertyNotFound

WARNING: [11:40:48][Select-DbaBackupInformation] Fullname property not found. This could mean that a full backup could not be found or the command must be re-run with the -Continue switch.

@Stuart-Moore
Copy link
Contributor

@devondba what did you run to produce that?

@devondba
Copy link
Contributor

Hey @Stuart-Moore I'm afraid I can't recall off hand, sorry at the time I thought the error would be enough, do appologise. I'll try and have a bash at repeating it this afternoon.

@Stuart-Moore
Copy link
Contributor

Stuart-Moore commented Dec 21, 2018 via email

@potatoqualitee
Copy link
Member Author

Thanks so much for addressing this stuart!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants