HI - we are trying to migrate from a Cisco ASA to PA5250 at a large datacentre. When running the config through expedition it hangs on the merge step - last output displayed is "Generating Schedules vsys/dg:vsys1"
Note: we have migrated successfully using expedition about 10 other sites so far so this is our first major hiccup.
See below errors from the logs - anyone able to help determine what our next steps are?
Warning: simplexml_load_string(): Entity: line 6: parser error : Opening and ending tag mismatch: entry line 1 and schedule-type in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: simplexml_load_string(): </schedule-type> in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: simplexml_load_string(): ^ in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: simplexml_load_string(): Entity: line 7: parser error : Extra content at the end of the document in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: simplexml_load_string(): </entry> in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: simplexml_load_string(): ^ in /var/www/html/libs/common/xml/panosxml.php on line 1691
Warning: get_class() expects parameter 1 to be object, boolean given in /var/www/html/libs/xmlapi.php on line 1838 object(SimpleXMLElement)#88 PHP Fatal error: Un Fatal error: Uncaught Exception: Wrong type of input parameters, expected SimpleXMLElement key:value: in /var/www/html/libs/xmlapi.php:1857 Stack trace: #0 /var/www/html/libs/common/xml/panosxml.php(1693): SimpleXMLElement_append(Object(SimpleXMLElement), false) #1 /var/www/html/bin/configurations/output/output_function.php(293): xml_schedules(Object(SimpleXMLElement), Array, Array) #2 /var/www/html/bin/configurations/output/output_function.php(25): generate_xml(Array, '3') #3 {main} thrown in /var/www/html/libs/xmlapi.php on line 1857
define ('NumCPUs',1); define ('TotalCPUs',2); define ('SparkRAM','1592m');
userDefinitions.php
define ('PARSER_max_execution_time','10000'); define ('PARSER_max_execution_memory','1G'); define ('DBSQL_LOG_BIN',0);
... View more