ESC
ESC copied to clipboard
Instance Import Issue
Issue Summary
export discovered outpath
exports to csv, and does not currently support an instance
switch which would allow users to export just the instance names so they could be imported later.
As a result, the discover file filepath
allows importing of csv files without errors, but esc will crash when trying to use the quoted instance names in the connection string.
Note: export access c:\temp\file.txt instance
can be used to export just the instance names for accessible instances so they can be imported with the discover file c:\temp\file.txt
command.
Two issues:
- imported instances that were originally exported from
export access
don't appear to parse correctly. - there needs to be and
export discovered output instance
option so that previously discovered instances can also be imported and reused without requiring manual parsing. Or alternatively just parse the csv file.