Hi,
I'm exporting the sas jobs, flows etc.. using the Export batch tool available under sashome/SASplatformobjectFramework/9.4. While exporting the Deployed Flow, Im getting the below java error
ERROR Error exporting content for Deployed FLow objects
java.lang.NullPointerException
at com.sas.metadata.logical.scheduler.flow.DeployedFlowExportListener.exportContent(DeployedFlowExportListener.java:88)
at com.sas.metadata.promotion.ExportHandler.exportContent(ExportHandler.java:596)
at com.sas.metadata.promotion.ExportHandler.runExport(ExportHandler.java:519)
at com.sas.metadata.promotion.BatchExporter.exportPackage(BatchExporter.java:684)
at com.sas.metadata.promotion.BatchExporter.main(BatchExporter.java:1181)
I didnot receive same error message for other SAS objects. Please let me know how to resolve this issue. Thank you