CDA How to move packages from one folder to other folder
search cancel

CDA How to move packages from one folder to other folder

book

Article ID: 112069

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction



We would like to move some Packages from one folder to other. We have more than 200 Packages wrongly assigned in a folder

 

Environment

Release:
Component: ARLSMG

Resolution

We can change the folder for package manually via the AWI as the step below

<Please see attached file for image>

User-added image

Select the folder you want to change.

<Please see attached file for image>

User-added image

We also can change the folder in mass, by using utility tool ImportExportCLI.exe
 
ImportExportCLI.exe EXPORT -con http://localhost/CDA -usr 2/RM7/RM7 -pwd rm7 -mt Package -format csv -fi package.csv -where "system_folder.system_name eq 'TEST_APP'"

Then we 'll have csv file

<Please see attached file for image>

User-added image

Change the folder from TEST_APP to QA in Column "system_folder.system_name"

<Please see attached file for image>

User-added image

Save the file and we run IMPORT again
C:\CDA\Release.Manager\Utilities\ImportExportCLI>ImportExportCLI.exe IMPORT -con localhost/CDA -usr 2/RM7/RM7 -pwd rm7 -mt Package -format csv -fi package.csv

Now all the package 's folder from TEST_APP will be changed to QA in mass

Attachments

1558697093948000112069_sktwi1f5rjvs16itu.png get_app
1558697092271000112069_sktwi1f5rjvs16itt.png get_app
1558697090330000112069_sktwi1f5rjvs16its.png get_app
1558697088496000112069_sktwi1f5rjvs16itr.png get_app