Quantcast
Channel: Attunity Integration Technology Forum
Viewing all articles
Browse latest Browse all 411

How to Export and Import Task and Replicate Repository

$
0
0
NOTE to run the command prompt as Administrator( right click run as Administrator

Export the Whole Replicate Repository


~\attunity\replicate\bin>repctl exportrepository


if your Data directory is not in the default location use the -d qualifier
~\attunity\replicate\bin>repctl -d YOURDATADIR exportrepository


Export Task:
~\attunity\replicate\bin>repctl exportrepository task=YOURTASKNAME (case sensitive, if you have space in the name escape with quote)


or


repctl -d YOURDATADIR exportrepository task=YOURTASKNAME (case sensitive)


====


import


repctl -d YOURDATADIR importrepository json_file=Replication_Definition

Viewing all articles
Browse latest Browse all 411

Trending Articles