+++ This bug was initially created as a clone of Bug #1150697 +++ Description of problem: Specifying --org <org-id> for spacewalk-export fails to export system-profiles Version-Release number of selected component (if applicable): spacewalk-utils-2.0.2-16.el6sat.noarch How reproducible: Try "spacewalk-export --org 1" Actual results: === ~ $ spacewalk-export --org 1 INFO: Processing users... INFO: Processing system-groups... INFO: Processing config-files... INFO: Processing repositories... INFO: Processing channels... Processing organization: RED HAT SATELLITE ENGINEERING INFO: Processing activation-keys... INFO: Processing kickstart-scripts... INFO: Processing system-profiles... Unknown column [org_id] in report [system-profiles]. INFO: Export-file created at /root/spacewalk-export-dir/spacewalk_export.tar.gz === Expected results: === ~ $ spacewalk-export --org 1 INFO: Processing users... INFO: Processing system-groups... INFO: Processing config-files... INFO: Processing repositories... INFO: Processing channels... Processing organization: RED HAT SATELLITE ENGINEERING INFO: Processing activation-keys... INFO: Processing kickstart-scripts... INFO: Processing system-profiles... INFO: Export-file created at /root/spacewalk-export-dir/spacewalk_export.tar.gz === Additional info: spacewalk-report system-profiles calls it 'organization_id' Workaround: Export system-profiles directly: # spacewalk-report --where-organization-id <ID> system-profiles > ~/spacewalk-export-dir/exports/system-profiles.csv --- Additional comment from Grant Gainey on 2014-10-08 13:49:16 EDT --- spacewalk commit 0310f02553ed4475ccedf93746631b2b832fe4a6
Reverified with spacewalk-utils-2.3.2-11.el6sat.noarch # spacewalk-export --entities=system-profiles --org=1 INFO: Processing system-profiles... INFO: Export-file created at /root/spacewalk-export-dir/spacewalk_export.tar.gz # echo $? 0
With the release of Red Hat Satellite 5.7 on January 12th 2015 this bug is being moved to a Closed Current Release state. The Satellite 5.7 GA Errata: - https://rhn.redhat.com/errata/RHSA-2015-0033.html Satellite 5.7 Release Notes: - https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Release_Notes/index.html Satellite Customer Portal Blog announcement for release: - https://access.redhat.com/blogs/1169563/posts/1315743 Cliff
*** Bug 1185837 has been marked as a duplicate of this bug. ***