cdexport/import Single Actor

 1 Replies
 0 Subscribed to this topic
 32 Subscribed to this forum
Sort:
Author
Messages
This_Guy
Veteran Member Send Private Message
Posts: 93
Veteran Member

I am familiar with the cdexport/import utilities. But, what I have never tried, was just exporting a single Actor (we call him Actor1) personalizations into another Actor (Actor2) in the same environment for Contract Mgmt. Seems like these would be the commands, although I cannot be certain of the syntax. 

cdexport -z Actor1.zip --onlyactor dataarea Actor1

cdimport -I Actor1.zip --keepactor dataarea Actor1=Actor2 

 

Anyone have exposure to this kind of single user export/import of the customizations/personalizations? 

 

This_Guy
Veteran Member Send Private Message
Posts: 93
Veteran Member

Well, I took a leap in our Non Prod ENV, and tried this out. Seems like this syntax is what worked - Again, this is JUST for personalizations NOT including the Security roles, etc..

Export single Actor personal's:

cdexport -z actorID1.zip --onlyactor DataArea actorID1

Import the records to update another Actor personal's:

cdimport -I actorID1.zip --keepactor DataArea actorID1=actorID2 (ex: 12345=54321)

Output - No errors:

RoamingUIProfile            1 records imported. (0 created, 1 overwritten) UserFolder           21 records imported. UserForm            8 records imported. UserList           30 records imported. UserPage            2 records imported. imported Actor actorID2 (ex: 54321)

Testing this out now - so, not 100% sure this is what we want. Will report back more...