- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-31-2024 09:06 AM
Having issues with Export after I hit Merge and then generate XML it gets stuck halfway through the process and nothing happens. Not seeing any errors as well. Running Expedition 1.2.92. Any suggestions?
07-31-2024 09:27 AM
Thanks for reaching out.
Could you please check the file /tmp/error?
Also it will help if you can share an export of your Expedition project with us using a TAC case for file sharing purposes only. Please share the TAC case number with fwmigrate@paloaltonetworks.com
Thanks!
David
07-31-2024 09:32 AM
I'm not seeing an error folder under /temp
07-31-2024 09:45 AM
It should be a file not a folder (/tmp/error). Note the folder is /tmp not /temp.
Also check the Agent is up and running.
Let me know if you can share your Expedition project with us.
Best regards,
David
07-31-2024 10:00 AM
Unfortunately I won't be able to share the project. I did check /temp and /tmp folders and I'm not seeing an error file. I also did verify that the Agent is running via the GUI.
07-31-2024 10:04 AM
Send an email to fwmigrate@paloaltonetworks.com to schedule a zoom session to check your case.
Best,
David
08-01-2024 10:41 AM
I just rebuilt the server and now able to see the error file and shows the error message, "Notice: Undefined variable: addDST in /var/www/html/bin/configurations/parsers/Fortinet/FORTINET.php on line 1087".
Here's what's showing for line 1087 on the FORTINET.php file
if (count($addDST)>0){
$projectdb->query("INSERT INTO security_rules_dst (source,table_name,member_lid,rule_lid) VALUES ".implode(",",$addDST).";");
08-01-2024 12:24 PM
That issue on Fortinet parser is just a warning, that means the process should not be stucked and the migration is completed.
I guess it should not be the reason for the XML generation issue you mentioned yesterday.
Nevertheless the mentioned Fortinet issue will be fixed in next release, but meanwhile you are good to go with the migration.
If you would like to fix the XML generation issue, please share the Expedition project or send us an email to set up a zoom call.
Best regards,
David
08-01-2024 01:12 PM
This is the error message I get now when I try to Generate XML
Warning: get_class() expects parameter 1 to be object, boolean given in /var/www/html/libs/xmlapi.php on line 2068
object(SimpleXMLElement)#186 (0) {
}
bool(false)
Wrong type of input parameters, expected SimpleXMLElement key:, value:
failed:END
08-02-2024 12:23 AM
The method that is failing is used to create and append the XML tags. While Expedition generates your XML it identifies a node without a key and value.
I will need a troubleshooting session or the Expedition project to get with the root cause.
Best regards,
David
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!