HI Team
I am trying to Export all data from one of the Octopus server and Import on another server ( Octopus Version I am using is 3.16.7 ) . But it giving me error as -
Error: ===============================================================================
Error: Sequence contains no elements
Error: System.InvalidOperationException
Error: at System.Linq.Enumerable.First[TSource](IEnumerable1 source) Error: at Octopus.Migrator.ImportProcess.ImportController.ImportScript(ImportContext context, String scriptFile) Error: at Octopus.Migrator.ImportProcess.ImportController.ImportScripts(ImportContext context) Error: at Octopus.Migrator.ImportProcess.ImportController.ExecuteWithTimer(ImportContext ctx, String name, Action
1 work)
Error: at Octopus.Migrator.ImportProcess.ImportController.ImportDocuments(IImportedDocumentSource backup)
Error: at Octopus.Migrator.ImportProcess.ImportController.Import(IImportedDocumentSource backup)
Error: at Octopus.Migrator.Commands.ImportFilesCommand.Start()
Error: at Octopus.Shared.Startup.AbstractCommand.Start(String[] commandLineArguments, ICommandRuntime commandRuntime, OptionSet commonOptions)
Error: at Octopus.Shared.Startup.ConsoleHost.Run(Action`1 start, Action shutdown)
Error: at Octopus.Shared.Startup.OctopusProgram.Run()
Error: -------------------------------------------------------
Not sure what will be the issue …Octopus Logs will not shre more details apart of the above error. .There is no error while Export .
Awaiting for your reply and help
Thanks
Vinod Deo