I've noted from the MSDN page that policy isn't exportable to a bindings file.
Is there another way to import/export the tracking setting?
I've noted from the MSDN page that policy isn't exportable to a bindings file.
Is there another way to import/export the tracking setting?
Try looking at the following MSDN page which describes the method by first exporting only the policy using BTSTask into an MSI and afterwards using BTSTask to import them again.
BTSTask does not provide a specific command for importing policies; however you can use the ExportApp command of BTSTask to selectively export only the policies in an application that you want, including no other application artifacts. Then you can use the ImportApp command to import the .msi file into an application in a different BizTalk group. This is the approach described in this topic. When you do this, the policy is automatically imported and published in the BizTalk group and added to the specified application.
Hope this helps!