cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Automate Archive process

Former Member
0 Likes
541

Hello Experts:

We are now in production system and I need to bakcup our data every week. I have been doing this manually through by Archiving production repository every week.

Do you know if there is a way to automate this process?

Thank you very much for your help,

Claudia Hardeman

View Entire Topic
Former Member
0 Likes

I have already submitted a white paper for this.

you can do the following things -

1)Create a .bat file with command as -

cd D:\Progra~1\SAP MDM 5.5\CLIX (Your CLIX folder)

😧

CLIX cpyArchive <MDM Server Name>:<MDM Server Password> <Repository Name>:<Database Server Name>:s:<Repository User>:<Repository User Password> -F u2013D

2) Schedule a Windows Task Schedule to execute this batch file as required.

Reply back if any issue.

Regards.