Hi,
i have to migrate Rulebase and Objects from Panorama to Checkpoint.
I was planning to use the SmartMove tool at least for the object import and do the rules then via the mgmt_cli.
unfortunately smartmove cannot parse the tgz file i have received from the Palo Admins.
The Gui throws an Error: Could not convert configuration file
the debug.log returns:
[18.04.2025 12:01:15] Der Index war außerhalb des Arraybereichs.
bei PanoramaPaloAltoMigration.PanoramaParser.GetPanoramaConfFile(String outConfigsFolder) in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\PaloAltoMigration\PanoramaParser.cs:Zeile 62.
bei PanoramaPaloAltoMigration.PanoramaParser.ParseWithTargetFolder(String filename, String targetFolder) in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\PaloAltoMigration\PanoramaParser.cs:Zeile 40.
bei SmartMove.MainWindow.<>c__DisplayClass91_2.<Go_OnClick>b__1() in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\SmartMove\MainWindow.xaml.cs:Zeile 589.
bei System.Threading.Tasks.Task.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei SmartMove.MainWindow.<Go_OnClick>d__91.MoveNext() in C:\Users\admin\AppData\Local\Jenkins\.jenkins\workspace\SmartMove\SmartMove\MainWindow.xaml.cs:Zeile 589.
Any ideas?
The input file is a tgz file containg a bunch of xml files (seems like one for each FW, mostly OS related and a big xml file for the panorama host containing objects and rulebase)
thx!