Test/Trial project on MDM and XI integration.

Test/Trial project on MDM and XI integration.
I want to try out a test case scenario where in i would be importing and exporting data to XI (Using XML files i guess)
I am a newbie in MDM integration.
Please help me out with my trial project.
What i already have:
I have MDM system and repository on which i have been learning basic MDM designing a (test)repository of my own.
What information i need:
-What all system requirements (XI system configuration and all) are needed to established. (What all should i be asking the XI and the system admin guys to be able to get the platform ready for me.*
*-The further procedure for actual integration to be done for importing/exporting data as in a real time project scenario

Hi Gaurav,
SInce you want to try a test scenario including MDM and XI, I would suggest you to try
ECC -> XI->MDM scenario
Wherein you can take the data from ECC in the form of IDOCs and convert them into XML.
You can then import the XML into an MDM repository. MDM repository can be a Customer, Material, Vendor etc repository. Hence extract the similar data from ECC.
Kindly follow the steps below:
1) Firstly you will have to extrcat the look-up table data from R3 using MDMGX transaction-
Please follow this link to know about the same:
How to Configure Master Data Management Reference Data Extraction -
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0740b31-a934-2b10-2e95-af2252991baa
https://websmp203.sap-ag.de/~sapidb/012006153200000394732006E/MDM554_GenericExtactor.pdf
2) For loading the main Table Data into MDM, kindly follow the link below, which will guide you to the config/prcoess that will be required for the data to be uploaded from R3 into MDM.
2.1) R/3-XI-MDM (Outbound Scenario)
You will have to extract the data from R3 in the form of IDOCS and then using XI, you will have to convert them into XML format as MDM understands that.
2.2) For the process of Data from MDM back to R3, kindly refer this link below:
MDM-XI-R/3  Integration
2.3) For general info about this scenario, kindly refer this link below:
MDM Mass data Integration with R/3 made easy
Please follow these links for additional info-
1) SAP Network Blog: XI Configuration for MDM Integration - Sample Scenario-
XI Configuration for MDM Integration - Sample Scenario
2) The below given blog can be used to understand the XI config done when data is sent back from MDM via XI to R3.
MDM->XI->R3
MDM-XI-R/3  Integration
3) MDM 5.5 data distribution using SAP XI -
MDM 5.5 data distribution using SAP XI
Hope this information helps.
Thanks and Regards
Nitin jain

Similar Messages

  • Project Pro 2010 and full integration

    Recently I needed to resequence projectpro 2010 with app-v5. I know it's not a supported methode, but we publish project to users. Office 2010 is installed native on the OS. Ofc I used
    this article as a guideline. But still, project does not have full integration with sharepoint/word/excel if you do not enable the COM settings like:
    <COM Mode="Integrated">
    <IntegratedCOMAttributes OutOfProcessEnabled="true" InProcessEnabled="true" />
    </COM>
    While sequencing I also manually changed the temp manifest-file to add the publish action for integrator.exe for the user:
    <appv:UserScripts>
    <appv:PublishPackage>
    <appv:Path>"[{AppVPackageRoot}]\..\Scripts\Integrator.exe"</appv:Path>
    <appv:Arguments>/I /Extension /User /AppV PackageRoot="[{AppVPackageRoot}]" PackageGUID=978a32d5-9672-4477-a82d-df3faaff80ac</appv:Arguments>
    <appv:Wait Timeout="0" RollbackOnError="true" />
    </appv:PublishPackage>
    <appv:UnpublishPackage>
    <appv:Path>"[{AppVPackageRoot}]\..\Scripts\Integrator.exe"</appv:Path>
    <appv:Arguments>/U /Extension /User /AppV PackageRoot="[{AppVPackageRoot}]" PackageGUID=978a32d5-9672-4477-a82d-df3faaff80ac</appv:Arguments>
    <appv:Wait Timeout="0" RollbackOnError="true" />
    </appv:UnpublishPackage>
    </appv:UserScripts>
    I had 1 side effect If I enabled the COM settings; and that's FM20.DLL (MS Forms 2.0 Oject Library) is pointing to the virtual package resulting in blank icons in the excel UserForms. I fixed this by again changing [{SystemX86}]\FM20.DLL to C:\WINDOWS\SysWOW64\FM20.DLL
    in the temp manifestfile.
    Above actions are in mine opinion "quick and dirty", so is anyone in a similar situation with a better solution?

    Unless you have Office 365, you should understand your Office licensing as well - Volume License is per-device, not per-user.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Unit testing and system integration testing for crystal report

    Hi gurus,
           I am creating crystal report by oracle procedure, will you please tell me how to do unit testing and system integration testing? appreciate very much.

    The focus of this forum is report design. The actual testing of reports would be subject to your own internal policies and procedures.
    Jason

  • Brief discussion on SAP XI and its' Integration with SAP MDM.

    Hi,
    I have never worked on SAP XI.
    I am discussing it on brief, please give your valuable replies.
    SAP XI consists of System Landascape Directory(SLD).
    SLD Consists of Business System and Techinical System.
    Technical System contains all information about the software
    component. The Business System consists of Inbound and Outbound Business
    System which are used as logical names for data transfer.
    There is communication Channel for Receiver and Sender Business System and n agreement
    is signed between Sender and Receiver.
    Outbound Interface defined for Business System Outbound and Techical System associated
    with the Business System,
    Inbound Interface defined for Business System Inbound and Techical System associated
    with the Business System.
    In SAP NetWeaver XI Integration Directory, we have defined the Integration Scenarios,
    Actions, Interface Objects, Mapping Objects, Adapters Objects.
    Mapping Object defines the Structure and Value Mapping.
    Adapter Objects defines the Adapter program which implements RFC Adapter, FTP Adapter logic.
    FTP Adapter is used for XI-MDM Communication.
    RFC Adapter is used for XI-ECC Communication.
    Integration Repository: Both Outbound and Inbound Interfaces are Mapped with Value mapping and
    Structure Mapping inside Integration Repository.
    The File Adapter takes the File from the Outbound port of MDM System
    and sends it as IDOC to Receiver Business System.
    Value Mapping must be done between Sender and Receiver interfaces.
    Value Mapping is done by XSLT or Java based program.
    SAP NetWeaver XI Integration Server at runtime:
    Message Split, Interface Determination, Receiver Identifaction, Mapping, Techincal Routing
    and Call Adapter Proccess are done.
    In SAP XI 3.0 and MDM 5.5:
    Step 1: Create busines system as service.
    Step 2: Create communication channel for each business service. If the system can communicate
    through different channels, then create all possible channel types if necessary.
    Step 3: Create receiver agreement between the systems.
    Step 4: Interface determination:
    - Here you see for the first time the software component mentioned;
    there are some special requirements regarding this software component in relation to the customizing ID mapping.
    - To modify this software component, the customer needs to copy the SAP standard delivered software component
    into its own namespace. The customer is able to modify to create archives
    for the customized ID mapping.
    Receiver determination.
    Configure an FTP Server on the MDS.
    Create a send folder for outbound messages using outbound port(s) for
    remote systems(s).
    Create receive folder inbound messages using inbound port(s) for remote systems.
    This ia all about concept of SAP XI Infractsture and its' Integration with SAP MDM 5.5.
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    You must be aware of File types that MDM Import Manager can Import i.e. we have XML, Excel etc. Now there are two transactions to extract data from R3
    1. MDMGX -
             - For lookup table extraction
             - Output in XML format which MDM can import without using XI.
              - FTP can be configured to put the file in the desired folder which will be then picked by Import Server.
    2. MDM_CLNT_EXTR -
              - For Main table records.
              - Output is in Idoc format which MDM doesn't understand hence we need XI in between which converts Idoc file received from R3 into XML which can then be imported using Import Manager or Import Server. For this we need to implement XI Scenario that consists of Source System, Receiver System, Type of Data etc.
    Just a basic understanding...
    Regards,
    Jitesh Talreja

  • Develop a Integrated Report of Program and Project Risks, Issues and Opportunities from Project Sites

    Does anyone know if it is possible to create an integrated report of all program / project risks, issues and opportunities as identified on project sites? We plan on having our project teams identify and manage these on their project sites but would like
    to  ability to roll this information up into a report for management review.  Need to know if this is possible and how it might be done. Thanks.

    Hi,
    are you asking for a Reporting Services Report? You can find this information in Reporting DB (2010) resp. schema dbo for reporting (2013).
    Here a simple query:
    SELECT PROJ.ProjectName
    , ISSUE.Title AS Issue
    , RISK.Title AS Risk
    FROM dbo.MSP_EpmProject_UserView AS PROJ
    LEFT OUTER JOIN dbo.MSP_WssIssue_OlapView AS ISSUE ON PROJ.ProjectUID = Issue.ProjectUID
    LEFT OUTER JOIN dbo.MSP_WssRisk_OlapView AS RISK ON RISK.ProjectUID = PROJ.ProjectUID
    Or are you looking for something different?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Please, I am in a very big problem I designed the project by Adobe director And you test the software on the computers on Windows and works with high quality When I tested the project on Apple Macintosh operating system, Li appeared a number of problems

    Please, I am in a very big problem
    I designed the project by Adobe director
    And you test the software on the computers on Windows and works with high quality
    When I tested the project on Apple Macintosh operating system, Li appeared a number of problems and you dissolve a large part of them
    But I have a problem too big
    The project works on some devices and others show me messages mistakes and why chasm different operating system version
    Apple's Macintosh and these messages
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    others
    shokwave player error
    pleas what can i do

    Welcome to the Support Communities.
    m.raslan wrote:
    I tested the project on Apple Macintosh operating system
    Click on the  menu at top left of your screen, choose About This Mac and, in the panel that appears, note the Version no. in the form 10.n.n. Then update your product list so we can see what version of OS X you're running on the Mac — see this tutorial:
    Update your product list
    m.raslan wrote:
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    This Apple doc may help:
    OS X: About Gatekeeper
    m.raslan wrote:
    shokwave player error
    Is Shockwave Player installed?...
    http://www.adobe.com/shockwave/welcome/
    ...If not, get it here:
    http://get.adobe.com/shockwave/

  • Hi, my free trial license has expired, and I am wondering if it's possible to only pay for one month for after effects without locking for a year with monthly fee. I only need this for a project that is ending next week.

    Hi, my free trial license has expired, and I am wondering if it's possible to only pay for one month for after effects without locking for a year with monthly fee. I only need this for a project that is ending next week.

    Creative Cloud Plans
    https://creative.adobe.com/#plans

  • Data Integration Middleware and Data integration Architect Java Projects

    Hi all,
    What is meant by the terminologies
    Data Integration Middleware and Data integration Architect Java ProjectsAre both of them the same?
    Rony

    Moved to a different forum.

  • Difference between Testing Message in Integarion Engine and Adapter Engine

    Hi Experts,
    in project, we always test message in runtime workbench>component monitoring>integration engine-->Test Messge
    however, i also find that in  runtime workbench>component monitoring>adapter engine also exists a Test Message tab.
    we don't have access to test messages in this tab, so can anyone tell that what is the difference between testing message in integration engine and adapter engine?
    thanks in advance.

    The usual flow of messages in scenarios which use adapters at both sender and receiver end is as follows
    Sender system -> Adapter Engine -> Integration Engine -> Adapter Engine -> Receiver system
    When you use the testing option in IE, then you are basically posting the message directly to the Integration Engine.
    When you use the testing option in AE, then you are trying to post the message to the adapter engine, which will then forward the message to the Integration Engine. IN this testing, you are also testing the sender adapter also.
    Regards,
    Ravi Kanth Talagana

  • How to test XI project..

    1.How to test xi projects?
    2.then how to test our scenario? Is there any testing tool is available to test the scenario?
    3. What is CCMS? how it is useful in XI ?
    Thanks in advance
    Rakesh

    Hi Rakesh,
    +1.How to test xi projects?
    2.then how to test our scenario? Is there any testing tool is available to test the scenario?+
    XI is about messaging. So the way to test an XI implementation would be to test the messaging. Two options for doing that...
    1. Test the implementation without the Application systems. The plain J2SE adapter really comes in handy here. You can use it to send an XML file to the Integration Server, check whether it is getting through the pipeline as intended (which means the routing, the mappings, etc), and let it pop out to a file somewhere. You can check all the steps the message has gone through from the XML monitor (sxmb_moni).
    2. Test the actual implementation with the application systems. For this you would use the testing tools of the application itself.
    I do not know of any automated tools for testing XI configuration, or any way of testing it without actually sending a message across.
    What is CCMS? how it is useful in XI ?</b> 
    I can give you some info regarding CCMS, but the rest will try finding out and let you know soon. Mean while pls go through this info on CCMS.
    When CCMS is not configured you can only do individual monitoring.
    To configure the same you must decide which system is to be the central system for the SCR.
    To know what SCR is and to know more about it please go through this link.
    https://help.sap.com/saphelp_nw04s/helpdata/en/1e/ec9e38f0d92936e10000009b38f8cf/content.htm
    After doing the same please follow these steps.
    Log on to the system that is to contain the central repository.
    - Choose CCMS ® Configuration ® Alert Monitor, or call transaction RZ21.
    - Choose Technical Infrastructure ® System Repository ® Set Repository Role.
    - The system displays the Set Repository Role in Central System Administration screen. Choose Central Repository.
    And also go through the following links. This I guess will help you solve your problem and I guess it answers your question.
    https://help.sap.com/saphelp_nw04s/helpdata/en/e5/15a0380d134f6fe10000009b38f8cf/content.htm
    /people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • [svn:fx-trunk] 13699: -update textLayout, osmf, and flash-integration

    Revision: 13699
    Revision: 13699
    Author:   [email protected]
    Date:     2010-01-21 15:28:17 -0800 (Thu, 21 Jan 2010)
    Log Message:
    -update textLayout, osmf, and flash-integration
    -to build proper _rb swcs with the recent localized properties that have been checked in for each project
    -to build proper fat-swcs with the recent localized xml that have been checked in for each project
    updated the spark/build.xml to pint the properties files under textLayout and osmf
    removed files from package that were not required: build.xml, build.properties, sparkskins/assets folder. 
    QE notes:
    Doc notes:
    Bugs: sdk-25171
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-25171
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/datavisualization/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/da_DK/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/da_DK/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/de_DE/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/es_ES/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/es_ES/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/fi_FI/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/fi_FI/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/fr_FR/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/it_IT/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/it_IT/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/ja_JP/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/ko_KR/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/ko_KR/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/nb_NO/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/nb_NO/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/nl_NL/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/nl_NL/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/pt_BR/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/pt_BR/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/ru_RU/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/sv_SE/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/sv_SE/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/zh_CN/osmf.properties
        flex/sdk/trunk/frameworks/projects/osmf/bundles/zh_TW/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/zh_TW/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/da_DK/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/da_DK/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/de_DE/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/es_ES/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/es_ES/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/fi_FI/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/fi_FI/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/fr_FR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/it_IT/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/it_IT/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/ja_JP/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/ko_KR/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/ko_KR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/nb_NO/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/nb_NO/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/nl_NL/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/nl_NL/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/pt_BR/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/pt_BR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/ru_RU/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/sv_SE/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/sv_SE/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_CN/textLayout.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_TW/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/zh_TW/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/datavisualization/manifest.xml
        flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/textLayout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/textLayout.properties

  • MDM and virtualization

    Hi there,
    for different projects I need different patch versions of MDM running on one laptop. So far I never used virtualization however read in this forum that it is possible. Does anyone have any experience with that? I downloaded a trial of Altiris SVS, but I didn't really figure it out. Does it anyway work with software virtualization (thinstall, Altiris) or do I have to use OS virtualization like VMWare?
    Any help would be highly appreciated.
    Best regards
    Christian

    Hi Christian,
    Inorfer to make the term VIRTULIZATION  clear:
    Virtualization is a broad term that refers to the abstraction of computer resources. One useful definition is "a technique for hiding the physical characteristics of computing resources from the way in which other systems, applications, or end users interact with those resources.
    in MDM this includes
    a) making a single physical resource (such as a server, an operating system, an application, or storage device) appear to function as multiple logical resources;
    b) or it can include making multiple physical resources (such as storage devices or servers)
    The traditional model for deploying SAP MDM  has been to use one or more stand-alone computer systems, each of which runs a single operating system. As the power and capacity of individual hard– processing cores, network interfaces, and mass storage peripherals – has increased, the actual utilization of these hardware components has, in many cases, decreased. An immediate result of this combination is the desire to consolidate more than one software application or workload on the physical server. This practice is generally referred to as
    hardware consolidation. To address this desire for efficiency, HP provides a broad spectrum of hardware partitioning and sharing technologies. Grouping hardware components of a physical computing configuration into subsystems or partitions is one approach to hardware consolidation.
    Because these partitions contain entire hardware
    components, they provide dedicated access to those components. Providing a means of sharing hardware components within a physical server or partition can be
    performed in many different ways.
    Finally,this partition can be done in several ways and you can find more information about it in the pdf available at [this URL|http://docs.hp.com/en/10015/SAP+VSE1.1.pdf]
    [http://www.gcn.com/blogs/tech/40201.html]
    I hope it will sufice to hint you about MDM and Virtulization.
    Best Regards,
    Krutarth

  • QM and EHS Integration points

    Hi Experts,
    Is there any combination for QM and EHS (Environmental Health & safety Module)
    I know its deferent module but clients required to implement some main scenario's
    pls help me to send what are functionality of EHS with combination QM module
    How to configure it
    Regards
    Shiva Patil

    hi anish,
    plz note tht their is no direct integration of QM nd PS .
    1.if ur reqirement is like if u want to test the project material then you can activiate QM tab in MM02 and so while doing GR of project materials inspection lot gets triggerred and you can carry out your testing cycle and you need to mention data related to sampling procedure and sampling size...etc
    2.You can trigger inspection lot via PM also by the following procedure....
    1.Create tht plant as eqpt in PM IE01,
    2.Create a WBS in ur proj and assign ur eqpt for tht WBS.
    3.Now you can carry out ur testing process tht eqpt in PM .
    4.Congif for testing in PM , create order type PM05 , assign 14 inspection type to ur order type.
    5.Create characteriscs in CTO4.
    6.Goto qs21and create MIC nd use the above charcteristics created in CTO4.
    7.Goto ia05 nd enter ur eqpt no nd maintain tasklist nd inspection point 300 to be maintained in task list for eqpt.
    8.in ip41 ur maintenance category would be inspection lot ,
    enter ur eqpt no,tasklist,cycle as every30days. nd maintain start of cycle nd save the plan,got to ip10 nd click start nd this wil schedule ur plan.
    9.This wil generate your inspection lot for every thirty days and you can do results recording in QE51N,nd usage decision in QA11.
    Take the help of PM consultant...ther is do direct integration of PS nd QM...
    REGRDS
    pushpa

  • [svn:fx-4.x] 14001: Per discussions with the AIR and AIR integration teams, we will no longer throttle framerate to '1' fps

    Revision: 14001
    Revision: 14001
    Author:   [email protected]
    Date:     2010-02-05 08:52:14 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Per discussions with the AIR and AIR integration teams, we will no longer throttle framerate to '1' fps
    by default for Flex AIR applications.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25126
    Reviewer: Ryan
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25126
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/WindowedApplicati on.as

    My i7 rig is with a socket 1156 board, an Asus P7P55D mobo, and an 860 CPU. I know the Corsair DDR3 memory @ its stock 1.65v simply doesn't run at 1600mhz like it says on its box - 1333mhz seems to be its stability wall.
    I upgraded my Q6600 and Asus P5B deluxe rig because so many people said to never consider overclocking on an editing rig. Was that over-cautious advice?

  • SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM

    Could someone discuss the differences and similarities between these MDMs-
    SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM. Who is/will dominate the Market?
    Thank you.
    Priya.

    Hi priya k  ,
    These r the details regarding MDMs-SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM.
    SAP Master Data Management
    SAP Master Data Management (SAP MDM) enables master data on customers, partners and products to be consolidated and harmonized across the enterprise, making it available to all staff and business partners. A key component of SAP NetWeaver, SAP MDM ensures data integrity across all IT systems.
    The SAP NetWeaver Master Data Management (SAP NetWeaver MDM) component of SAP NetWeaver creates the preconditions for enterprise services and business process management. The functionality represents customers, products, employees, vendors, and user-defined data objects in unified form. With SAP NetWeaver MDM, customers can manage master data and supplemental content, such as texts, PDF documents, high-resolution images, or diagrams in a central business information warehouse.
    SAP Master Data Management (SAP MDM) is a component of SAP's NetWeaver product group and is used as a platform to consolidate, cleanse and synchronise a single version of the truth for master data within a heterogeneous application landscape. It has the ability to distribute internally and externally to SAP and non-SAP applications. SAP MDM is a key enabler of SAP Enterprise Service-Oriented Architecture. Standard system architecture would consist of a single central MDM server connected to client systems through SAP Exchange Infrastructure using XML documents, although connectivity without SAP XI can also be achieved. There are five standard implementation scenarios:
    Content Consolidation - centralised cleansing, de-duplication and consolidation, enabling key mapping and consolidated group reporting in SAP BI. No re-distribution of cleansed data.
    Master Data Harmonisation - as for Content Consolidation, plus re-distribution of cleansed, consolidated master data.
    Central Master Data Management - as for Master Data Harmonisation, but all master data is maintained in the central MDM system. No maintenance of master data occurs in the connected client systems.
    Rich Product Content Management - Catalogue management and publishing. Uses elements of Content Consolidation to centrally store rich content (images, PDF files, video, sound etc.) together with standard content in order to produce product catalogues (web or print). Has standard adapters to export content to DTP packages.
    Global Data Synchronization - provides consistent trade item information exchange with retailers through data hubs (e.g. 1SYNC) Some features (for example, workflow) require custom development out of the box to provide screens for end users to use.
    History
    SAP is currently on its second iteration of MDM software. Facing limited adoption of its initial release, SAP changed direction and in 2004 purchased a small vendor in the PIM space called A2i. This code has become the basis for the currently shipping SAP MDM 5.5, and as such, most analysts consider SAP MDM to be more of a PIM than a general MDM product at this time.
    Getting Started with Master Data Management
    /docs/DOC-8746#section2 [original link is broken]
    Master Data Management (SAP MDM)
    http://help.sap.com/saphelp_mdm300/helpdata/EN/2d/ca9b835855804d9446044fd06f4484/frameset.htm
    http://www.sap.com/netherlands/platform/netweaver/components/mdm/index.epx
    http://www11.sap.com/platform/netweaver/components/mdm/index.epx
    Master Data Integration
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/f062dd92-302d-2a10-fe81-ca1be331303c [original link is broken]
    Master Data Operations
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a0057714-302e-2a10-02ad-b56c95ec9376 [original link is broken]
    Master Data Quality
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c0a78be0-142e-2a10-f6b9-f67069b835da [original link is broken]
    Oracle MDM
    Oracle MDM is a core “Fusion” technology that will enable them to integrate their diverse portfolio of acquired solutions (PeopleSoft, JD Edwards, Siebel, etc.) and allow them to work together much more effectively.MDM is also a key component of Oracle’s middleware strategy to aggressively target heterogeneous environments – solutions running on different databases, operating systems, and using different data warehouse or analytical solutions. Oracle is a leading provider of ERP and CRM applications, but more broadly they are a provider of core platform solutions that help pull together and harmonise all a company’s IT assets.”
    Master Data Management solutions provide the ability to consolidate and federate master information from disparate systems and lines of business into one central data repository or “hub.” As part of its Master Data Management strategy, Oracle offers solutions that enable customers to synchronise critical information in a single, central location to achieve an accurate, 360-degree view of data, whether from packaged, legacy or custom applications. Oracle offers the following solutions:
    Oracle Product Information Management Data Hub – Enables companies to centralise, manage and synchronise all product information with heterogeneous systems and trading partners.
    Oracle Customer Hub – Centralises, de-duplicates and enriches customer data, continuously synchronising with other data sources across the enterprise, to provide a single, accurate, authoritative source of customer information throughout the enterprise.
    Oracle Financial Consolidation Hub – Allows companies to control the financial consolidation process by integrating and automating data synchronisation, currency translation, inter-company eliminations, acquisitions and disposals.
    “Clean, consolidated and accurate master data distributed throughout the enterprise can save companies millions of dollars annually. With Oracle, organisations are equipped to leverage the best data management practices available today to help dramatically increase operating efficiencies, improve customer loyalty and ensure corporate governance.
    MDM solutions provide the ability to consolidate and federate disparate systems and lines of business into one central data repository. Acxiom is the world's largest processor of consumer data and collects and manages more than a billion records a day for its customers, which include nine of the country's top ten credit-card issuers and most major retail banks, insurers and automakers. By integrating Acxiom's consumer data with Oracle's comprehensive MDM solutions, Oracle plans to provide customers with a pre-packaged, content-enriched customer information repository with unprecedented levels of data quality. This hybrid approach to customer data management will help clients conduct better, faster and easier MDM projects and perform more targeted marketing campaigns to cross-sell and up-sell into existing customer accounts.
    Oracle's MDM solutions serve as a customer data hub to unify customer data across multiple business units and functionally disparate systems. Oracle's comprehensive functionality manages customer data over the entire lifecycle: from capturing customer data, to cleansing addresses and spelling, identifying potential duplicates, consolidating duplicates, enhancing customer profiles with external data and distributing the authoritative customer profile to the operational systems.
    Microsoft MDM
    http://www.microsoft.com/sharepoint/mdm/default.mspx
    The Microsoft MDM Roadmap
    http://www.stratature.com/portals/0/MSMDMRoadmap.pdf
    http://msdn2.microsoft.com/en-us/library/bb410798.aspx#mdmhubarch_topic1
    The IBM View of MDM
    http://www.db2mag.com/story/showArticle.jhtml?articleID=167100925
    cheers!
    gyanaraj
    *******Pls reward points if u find this informative

Maybe you are looking for

  • Failure to load installer-desc extension if server is redeployed

    Hello, We have an application that is deployed using webstart using jre1.6.0_06 Everything works for a first time deployment to a client. However, if you stop the server, wipe it clean and then reload the same server configuration, the first time you

  • Services not started in Visual Administrator

    Hi, I have problem with the some of the services. After I start the SAP J2EE Engine, I can see that most of the sevices are not started in "deploy" link. All the services get started when I manually start the application. I am working with NetWeaver0

  • Cisco Aironet 1252 AP Poor range

    Hi, I have 6 no. 1252 access point installed in my college on different 6 floor they are configured different channels on respective AP and i have enabled 2.4 and 5 Ghz wireless setings with 5Ghz antena.  but still i m not getting full range in fornt

  • How to increase request header

    hi, Can anyone please help to know how to increase http request header size in 10.3. IN tomcat its in server.xml as below <Connector port="@httpserver.pubhttp@" address="@httpsserver.bindaddress.pubhttp@" + maxThreads="250" maxHttpHeaderSize="8192"..

  • How do you click, hold & drag?

    I have a mixer app on my MBP that I'm controlling with the iPad with iTeleport. This particular app doesn't support scrolling to hover the mouse and control the faders. You have to click and drag. Would someone would be so kind to point out the stupi