migrating tasks from one IME to another
search cancel

migrating tasks from one IME to another

book

Article ID: 381694

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

I know that there is a process of exporting the full IME and importing it into another environment. 

What if I want to export just one task, and import that into the next environment up?

Environment

Product: Identity Manager

Resolution

This can be done using the SelectiveExportUtil found in the documentation here

Here is an example of how to get the create user task and all associated objects:

SelectiveExportUtil.bat -user IME_ADMIN -pwd PASSWORD -url "http://<im_host>:<port>/iam/im/ws/<IME_alias>" -exportTo CreateUser.xml -filter "{\"criteria\": [{\"objectType\": \"ADMINISTRATIVE TASK\",\"identifyAttributeName\":\"name\",\"criterion\": [{\"operator\": \"EQUALS\", \"values\":[\"Create User\"]}]}]}"