cancel
Showing results for 
Search instead for 
Did you mean: 

Automated Archiving

0 Kudos

Hello All! Has anyone heard of a method to automate the archiving of a repository? If so, I would appreciate a technical description of the procedure. Thanks. Don

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Donald,

Please update the thread...

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi Donald,

Please go through the below link which contains the procedure of auto archiving an MDM Repository.

https://wiki.sdn.sap.com/wiki/x/2IrzAQ

Hope it helps...

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hello.

I see two possibilities for this.

The first works with the command line tool [CLIX|http://help.sap.com/saphelp_mdmgds55/helpdata/EN/8e/9f9c427055c66ae10000000a155106/frameset.htm].

With the command [cpyArchive|http://help.sap.com/saphelp_mdmgds55/helpdata/EN/42/f87afbba761a7de10000000a422035/content.htm] and a batch file, which is automatically called, this should work.

The second is, that you could write a program using the Java API, maybe also the ABAP API, but I do not know if ABAP is capable of doing this. You could use the [ArchiveRepositoryCommand|http://help.sap.com/javadocs/MDM/current/com/sap/mdm/repository/commands/ArchiveRepositoryCommand.html] to read the archive and store it somewhere.

I guess the first is faster to implement and easier to use.

Best regards

Dominik