Meta Integration® Model Bridge (MIMB)
"Metadata Integration" Solution

MIMB Bridge Documentation

MIMB Export Bridge to SAP Information Steward (via MIR XMI) - Vendor Internal Bridge

Bridge Specifications

Vendor SAP
Tool Name Information Steward
Tool Version 11.7 to 12.x
Tool Web Site http://go.sap.com/product/data-mgmt/data-profiling-steward.html
Supported Methodology [Metadata Management] Data Store (Physical Data Model, Logical Data Model), ETL/EAI/EII (Source and Target Data Stores, Transformation Lineage) via MIR XMI File

SPECIFICATIONS
Tool: SAP / Information Steward version 11.7 to 12.x via MIR XMI File
See http://go.sap.com/product/data-mgmt/data-profiling-steward.html
Metadata: [Metadata Management] Data Store (Physical Data Model, Logical Data Model), ETL/EAI/EII (Source and Target Data Stores, Transformation Lineage)
Component: MetaIntegrationXmlExport.Bomm version 11.2.0

OVERVIEW
This bridge exports a model to a file in Meta Integration Xmi format.

REQUIREMENTS
n/a

FREQUENTLY ASKED QUESTIONS
n/a

LIMITATIONS
Refer to the current general known limitations at https://metaintegration.com/Products/MIMB/Help/#!Documents/mimbknownlimitations.html

SUPPORT
Provide a troubleshooting package with:
- the debug log (can be set in the UI or in conf/conf.properties with MIR_LOG_LEVEL=6)
- the metadata backup if available (can be set in the Miscellaneous parameter with -backup option, although this common option is not implemented on all bridges for technical reasons).


Bridge Parameters

Parameter Name Description Type Values Default Scope
File The bridge generates an XML file, which is an XMI representation of the imported model in MIR. FILE
*.xml
*.xmi
  Mandatory
Verboseness Level Verboseness level:

Specify 'Low' for maximum optimization. In this case, the default values are not printed, reverse links are not printed, IDrefs are grouped and IDs are printed instead of tag, element and attribute names.

Specify 'High' for minimum optimization, all possible information is printed.

Specify 'Custom' for customized optimization. In this case, only default values and reverse links are not printed.
ENUMERATED
Low
High
Custom
Low  
Remove textual information Remove Testual Information:

Specify True if you would like to remove textual information like object names and descriptions in the XML file. It can be used when one needs to remove proprietary or confidential metadata information from a model.

Specify False otherwise.
BOOLEAN
False
True
False  
Miscellaneous INTRODUCTION
Specify miscellaneous options starting with a dash and optionally followed by parameters, e.g.
-connection.cast MyDatabase1="MICROSOFT SQL SERVER"
Some options can be used multiple times if applicable, e.g.
-connection.rename NewConnection1=OldConnection1 -connection.rename NewConnection2=OldConnection2;
As the list of options can become a long string, it is possible to load it from a file which must be located in ${MODEL_BRIDGE_HOME}\data\MIMB\parameters and have the extension .txt. In such case, all options must be defined within that file as the only value of this parameter, e.g.
ETL/Miscellaneous.txt

JAVA ENVIRONMENT OPTIONS
-java.memory <Java Memory's maximum size> (previously -m)

1G by default on 64bits JRE or as set in conf/conf.properties, e.g.
-java.memory 8G
-java.memory 8000M

-java.parameters <Java Runtime Environment command line options> (previously -j)

This option must be the last one in the Miscellaneous parameter as all the text after -java.parameters is passed "as is" to the JRE, e.g.
-java.parameters -Dname=value -Xms1G
The following option must be set when a proxy is used to access internet (this is critical to access https://repo.maven.apache.org/maven2/ and exceptionally a few other tool sites) in order to download the necessary third-party software libraries.
Note: The majority of proxies are concerned with encrypting (HTTPS) the outside (of the company) traffic and trust the inside traffic that can access proxy over HTTP. In this case, an HTTPS request reaches the proxy over HTTP where the proxy HTTPS-encrypts it.
-java.parameters -java.parameters -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=3128 -Dhttp.proxyUser=user -Dhttp.proxyPassword=pass
STRING      

 

Bridge Mapping

Mapping information is not available

Last updated on Mon, 7 Apr 2025 17:42:38

Copyright © 1997-2025 Meta Integration Technology, Inc. All Rights Reserved.

Meta Integration® is a registered trademark of Meta Integration Technology, Inc.
All other trademarks, trade names, service marks, and logos referenced herein belong to their respective companies.