cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDM CLIX Command for syndicating Master data

abhilash_tangudu
Explorer
0 Kudos

Hi All,


I am working SAP MDM Project. we have a requirement to provide the Master data full dump from MDM to users. As of now we are doing this via Manual Syndication and uploading file in Share Point. This is kind a Monthly activity. I have tried to create Syndication Port but MDM limits till Weekly basis only. so is there any alternative way to extract data automatically from MDM on Monthly Basis. May be via MDM CLIX Commands. It would be great if any one help us here.

Just to inform We are running MDM on UNIX server.

Version 7.1, Oracle DB


Thank you,
Abhilash Kumar

Accepted Solutions (1)

Accepted Solutions (1)

cweissheimer
Advisor
Advisor
0 Kudos

Hello!

I don't think this is possible via CLIX commands, however you can program a small Java application that uses the MDM Java API SyndicatePortCommand to syndicate the desired port on the frequency you need: https://uacp2.hana.ondemand.com/doc/javadocs_mdm71/7.1/en-US/com/sap/mdm/data/commands/SyndicatePort...

Best Regards,

Carlos Weissheimer

Answers (1)

Answers (1)

abhilash_tangudu
Explorer
0 Kudos

Thanks Carlos. This is helpful:)