<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scheduling Metadata Bridge Export? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139422#M1590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am aware that SMC and DI are both built in Java.&amp;nbsp; The Metadata bridge product allows export of metadata for tables,columns and associated constraints and indexes matching particular xml schema definitions.&amp;nbsp; In using both tools I cannot see any way of running an export bridge as a batch process.&amp;nbsp; When I run the metadata export manually, obviously 1 or more java classes are invoked which is why I asked if anyone has any information on what classes are being called and hopefully, information on the methods of those classes etc.&amp;nbsp; The SAS Versioned JAR repository is very large so I hope I can get some targeted information.&amp;nbsp; Javadocs would be great and anyone with experience and samples would be even better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch promotion tools output in a SAS proprietary format which does not meet my requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the question is that I am defining a solution architecture for a metadata platform (not in SAS) which integrates metadata from multiple platforms (SAP, BOBJ, OBIEE,Tableau, SAS etc.).&amp;nbsp; The solution should not be dependent on human interaction to manually export the metadata.&amp;nbsp; It should happen via a scripted process.&amp;nbsp; My current thinking is to tie the export to our production deployment process via a post commit hook script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, if SAS do not provide any type of CLI or SDK for Metadata Bridges then I will investigate two alternatives;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Building our own API from the supporting classes if I can find details&lt;/LI&gt;&lt;LI&gt;XSL transformation to CWM / OMG schema definition&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 16:27:07 GMT</pubDate>
    <dc:creator>CameronLawson</dc:creator>
    <dc:date>2014-06-13T16:27:07Z</dc:date>
    <item>
      <title>Scheduling Metadata Bridge Export?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139420#M1588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible in either SMC or DI to run a metadata bridge export in batch mode?&amp;nbsp; I can only see the ability to run interactively via the GUI at present.&amp;nbsp; Does SAS provide any type of command line utility or any information on executing through java?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cameron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 11:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139420#M1588</guid>
      <dc:creator>CameronLawson</dc:creator>
      <dc:date>2014-06-12T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Metadata Bridge Export?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139421#M1589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smc and di are built in java. Your question on using java is a strange one knowing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible is some automatizatlion but the major question first is about identification and authentication. &lt;/P&gt;&lt;P&gt;Starting at development there is no real issue about human interaction. There are batch promotion tools.&lt;/P&gt;&lt;P&gt;Uhr what about release management, do you have that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139421#M1589</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-12T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Metadata Bridge Export?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139422#M1590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am aware that SMC and DI are both built in Java.&amp;nbsp; The Metadata bridge product allows export of metadata for tables,columns and associated constraints and indexes matching particular xml schema definitions.&amp;nbsp; In using both tools I cannot see any way of running an export bridge as a batch process.&amp;nbsp; When I run the metadata export manually, obviously 1 or more java classes are invoked which is why I asked if anyone has any information on what classes are being called and hopefully, information on the methods of those classes etc.&amp;nbsp; The SAS Versioned JAR repository is very large so I hope I can get some targeted information.&amp;nbsp; Javadocs would be great and anyone with experience and samples would be even better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch promotion tools output in a SAS proprietary format which does not meet my requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the question is that I am defining a solution architecture for a metadata platform (not in SAS) which integrates metadata from multiple platforms (SAP, BOBJ, OBIEE,Tableau, SAS etc.).&amp;nbsp; The solution should not be dependent on human interaction to manually export the metadata.&amp;nbsp; It should happen via a scripted process.&amp;nbsp; My current thinking is to tie the export to our production deployment process via a post commit hook script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, if SAS do not provide any type of CLI or SDK for Metadata Bridges then I will investigate two alternatives;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Building our own API from the supporting classes if I can find details&lt;/LI&gt;&lt;LI&gt;XSL transformation to CWM / OMG schema definition&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 16:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139422#M1590</guid>
      <dc:creator>CameronLawson</dc:creator>
      <dc:date>2014-06-13T16:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Metadata Bridge Export?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139423#M1591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the sas integration technologies part there are the parts of metadata structure schemas with all programming interfaces being defined .net and java.&lt;/P&gt;&lt;P&gt;The whole structure of a metadata base is complicated and often full of native features.&lt;/P&gt;&lt;P&gt;This part of an integrated data dictionary did never became standardized with normal rdbms Mdl ddl parts when you would be able to solve that it would be great.&lt;/P&gt;&lt;P&gt;I think the smallest thing you could achieve is some personal dedicated approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 07:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-Metadata-Bridge-Export/m-p/139423#M1591</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-14T07:03:52Z</dc:date>
    </item>
  </channel>
</rss>

