MDM scheduler

Hi,
Does MDM have a default scheduler?
can we schedule jobs? How?
is it possible to use REDWOOD scheduler?
Sonali

Hi Sonali,
Does MDM have a default scheduler?
can we schedule jobs? How?
- The answer to this question depends on what type of MDM jobs you wish to scheduled.MDM has a Command line inteface where in you can connect to an MDM system through the command prompt.It also thus enables remote connection to the MDM sytem.MDM CLIX is also OS independent.
- But the point here is MDM clix is basically used to connect to an MDM system which is based on an OS other than windows such as linux or solaris and thus cannot use the MDM console to perform the MDM console activities like the starting the mdm server and connecting to the rep etc.
- MDM clix commands can be used and then scheduled to run automatically based on the set interval but this will help you schedule and perform your console activities only.
- You also have the MDIS and MDSS feature to enable scheduling of automatic importing and syndicating of master data.
Besides these mechanisms MDM does not have any default Scheduler.
You can have a look at the below links to understand how to use the MDM clix commands and for which all operations:
MDM CLIX  application, Command line samples, Arguments definition
MDM CLIX command Syntax
Re: synchronisation schedule
Re: Any Recommended Purging policy for files in Archive folder?
Re: MDM CLIX command Syntax
Re: How to use CLIX ?
Hope It Helped,
Thanks & Regards
Simona Pinto

Similar Messages

  • Certificate Not Verified for Wifi WPA Enterprise

    Hi all
    I have a MDM server to deploy profile to all enrolled devices (iPhone4s, iPad...etc) for wifi setting (WPA2 PEAP SSID: M_WEP_ENT).
    But I found one issue, if users have ever connected to M_WEP_ENT and accepted Certificate.
    After deploying profile to the users' devices, it shows "Not Verified" in Certificate while these users try to connect the wifi with specified SSID.
    And I also install this profile with iPCU, but there is no this problem, iOS just directly to ask users for input user/password again.
    The following is my profile plist setting, does any idea for this issue ?
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <array>
        <dict>
            <key>AuthenticationMethod</key>
            <string>directory</string>
            <key>AutoJoin</key>
            <false/>
            <key>EAPClientConfiguration</key>
            <dict>
                <key>AcceptEAPTypes</key>
                <array>
                    <integer>25</integer>
                    <integer>21</integer>
                </array>
                <key>EAPFASTProvisionPAC</key>
                <false/>
                <key>EAPFASTProvisionPACAnonymously</key>
                <false/>
                <key>EAPFASTUsePAC</key>
                <false/>
                <key>OneTimePassword</key>
                <true/>
                <key>OneTimeUserPassword</key>
                <true/>
                <key>OuterIdentity</key>
                <string></string>
                <key>SystemModeCredentialsSource</key>
                <string>ActiveDirectory</string>
                <key>TLSAllowTrustException</key>
                <true/>
                <key>TTLSInnerAuthentication</key>
                <string>MSCHAPv2</string>
                <key>UserName</key>
                <string></string>
                <key>UserPassword</key>
                <string></string>
            </dict>
            <key>EncryptionType</key>
            <string>WPA</string>
            <key>HIDDEN_NETWORK</key>
            <false/>
            <key>Interface</key>
            <string>BuiltInWireless</string>
            <key>Password</key>
            <string></string>
            <key>PayloadDescription</key>
            <string></string>
            <key>PayloadDisplayName</key>
            <string>WiFi (M_WPA_ENT)</string>
            <key>PayloadEnabled</key>
            <true/>
            <key>PayloadIdentifier</key>
            <string>com.test.wifi.config</string>
            <key>PayloadOrganization</key>
            <string>test</string>
            <key>PayloadType</key>
            <string>com.apple.wifi.managed</string>
            <key>PayloadUUID</key>
            <string>c20997cf-e696-4d48-b685-c88c3633d4a2</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>ProxyType</key>
            <string>None</string>
            <key>SSID_STR</key>
            <string>M_WPA_ENT</string>
            <key>SetupModes</key>
            <array>
                <string>System</string>
            </array>
        </dict>
    </array>
    </plist>
    The following is the error log from iPCU console while users to click "Accept" "Not Verified" Certificate:
    Jul 10 11:53:06 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Jul 10 11:53:06 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Attempting to perform MDM request: DeviceInformation
    Jul 10 11:53:06 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Command Status: Acknowledged
    Jul 10 11:53:06 Miller-iPhone4s Preferences[5566] <Warning>: -[VPNConnectionStore reloadVPN]: The active VPN configuration has changed from  to (null)
    Jul 10 11:53:06 Miller-iPhone4s Preferences[5566] <Warning>: -[VPNBundleController _vpnConfigurationChanged:] (0x160200:<VPNBundleController: 0x160200>): _serviceCount(0), serviceCount(0), toggleInRootMenu(0), RootMenuItem(1)
    Jul 10 11:53:07 Miller-iPhone4s eapolclient[5579] <Notice>: en0 START
    Jul 10 11:53:07 Miller-iPhone4s wifid[547] <Error>: WiFi:[363585187.064848]: Processing link event DOWN
    Jul 10 11:53:07 Miller-iPhone4s wifid[547] <Error>: WiFi:[363585187.224358]: Processing link event UP
    Jul 10 11:53:07 Miller-iPhone4s configd[14] <Notice>: LINKLOCAL en0: parent has no IP
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AppleBCMWLANCore::setDISASSOCIATE() [wifid]:
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AppleBCMWLAN Left BSS:       @ 0xc0cbc200, BSSID = 00:21:e9:b8:67:b2, rssi = -61, rate = 54 (100%), channel = 10, encryption = 0x8, ap = 1, failures =   0, age = 0, ssid[13] = "HMDM QA Apple"
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_8021X, key = CIPHER_NONE    , 802.1X .
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: [177104.488024000]: AppleBCMWLANNetManager::prepareToBringUpLink(): Delaying powersave entry in order to get an IP address
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AppleBCMWLAN Joined BSS:     @ 0xc0ff4600, BSSID = 1c:aa:07:17:d3:a0, rssi = -63, rate = 54 (100%), channel = 11, encryption = 0xc, ap = 1, failures =   0, age = 11, ssid[ 6] = "M_WPA_ENT"
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: AirPort: Link Up on en0
    Jul 10 11:53:07 Miller-iPhone4s kernel[0] <Debug>: en0: BSSID changed to 1c:aa:07:17:d3:a0
    Jul 10 11:53:07 Miller-iPhone4s configd[14] <Notice>: network configuration changed.
    Jul 10 11:53:07 Miller-iPhone4s UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 0
    Jul 10 11:53:07 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Network reachability has changed.
    Jul 10 11:53:07 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Network reachability has changed.
    Jul 10 11:53:07 Miller-iPhone4s mdmd[5534] <Notice>: (Note ) MDM: Scheduling poll of MDM server.
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Warning>: -[WiFiManager(Private) _enterpriseAssociationResult:withInfo:]: User Information required
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Warning>: -[<CALayer: 0xd5ecaf0> display]: Ignoring bogus layer size (320.000000, 34359738368.000000)
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSaveGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetPatternPhase: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextGetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextFillRects: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetPatternPhase: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextGetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextFillRects: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextRestoreGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSaveGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextAddPath: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: clip: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextGetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextFillRects: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetCompositeOperation: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextRestoreGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSaveGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineWidth: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineJoin: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineCap: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetMiterLimit: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFlatness: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextAddPath: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextDrawPath: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextRestoreGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFillColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSaveGState: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineWidth: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineJoin: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetLineCap: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetMiterLimit: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextSetFlatness: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextAddPath: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextDrawPath: invalid context 0x0
    Jul 10 11:53:07 Miller-iPhone4s Preferences[5566] <Error>: CGContextRestoreGState: invalid context 0x0
    Jul 10 11:53:08 Miller-iPhone4s kernel[0] <Debug>: AppleBCMWLANCore:startRoamScan(): 2949 Delaying RoamScan; because  Join Mgr Busy 0 isWaitingforIP 1

    this TOTALLY fixed the problem for me
    (which started i believe when i deleted the cache, cookies and security settings stuff in camino, sometimes apparently the certificates don't like, preserve themselves or something...):
    http://support.rhombic.net/knowledge-base/articles/no-root-certificate-with-mail -app
    follow the download links...
    and also
    https://knowledge.verisign.com/support/ssl-certificates-support/index?page=conte nt&id=SO4785&actp=LIST
    (follow the first instruction under the resolution heading)
    I don't know actually if this last link above is helpful but i did it anyways. If you find out, let me know!
    once these have been downloaded to your desktop, double-clicking them automatically opens keychain. Be sure to put them into your X509 Anchors...
    It hasn't resolved everything, but the major websites, its made EVERYTHING a lot easier. and no, i don't want to Archive and Install.

  • KM Scheduler job with MDM APIs

    Hi,
    I am trying to write a background job that makes use of MDM APIs. I created a Portal Application Project and put in the required code. I added the required MDM jar fiels in to the java build path. How ever, I don't know how to add Library Reference with value "com.sap.mdm.tech.mdm4j" since this is not a Webdynpro project. Without this the KM Scheduler fails to run the job thowing an exception ''NoClassDefFoundError...".
    Can any one tell me how do I go about?
    Thanks,
    Sudheer

    Trying to post the question under different category

  • Schedule changes and validity dates for prices in product catalog(SRM-MDM)

    Hello!
    I'm working on a project that is going to use SRM-MDM and the question is if it is possible to schedule changes(for example to add new prices that have a validity period, can you make the changes now that are going to be valid from 1st of februari?Or can I add products today that are only going to be available to buy from a particular date?).
    The other question is if it is possible to have a validity period for prices and when the date is valid,then the product is shown in the catalog.In the same way that when the date is not valid, the product is not shown in the catalog.Can this be made automactically?Can a logic be build to choose which products are going to be shown in the catalog?
    Do you have any suggestions for those issues?
    Thanks in advance!

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • How to create a scheduler for Batch  in MDM ?

    Hi ,
    I am working on MDM 2.0.1.4 . I have a batch called D1-IMD for auto-transition of one IMD state to another state
    I am able to run the batch manually (i.e Non-Timed Interval).
    So please suggest me how to proceed with some Timed Interval of scheduler.
    Thanks in advance.

    There is no scheduler in MDM (as there is in CCB). Oracle recommends that you use 3rd party schedulers, and most of our customers do this (MDM v1 and v2).
    If you only have very simple scheduling requirements, then you might consider using the OS based schedulers (e.g. CRON for Unix, Windows Task Scheduler).

  • Generate Scheduled Report From MDM

    Hi Experts
    Any Idea on how we can create Report from MDM Data either using Data Manager or Syndication.
    I know about the Export option available here but that will not help me.
    I need to provide Reports with Specific Fields to end users with some validations also.
    If  require I can use Java coding or EP to create such report.  Please advice.
    Regards

    Hello,
    Reports by default are not supported by SAP MDM.
    You will have to used JAVA API for the same.
    [Java Doc |http://help.sap.com/javadocs/MDM71/index.html]
    This code will be developed using NetWeaver Developer Studio (NWDS).
    Once you have your reporting logic bulit, you can deploy the code on EP, and assign to in iView with authorization.
    Regards,
    Abhishek

  • MDM catalog integration with SRM 7.0

    Hi all,
    We will be upgrading from SRM 5.0 to SRM 7.0
    We currently have CCM .....Few questins on catalog enablement for us with SRM 7:
    1.With SRM 7,0,can we use CCM oor MDM is the only option???
    2.Is it better to have MDM as a seperate server and enable SRM MDM catalog content?
    3.We have 2 punch out catalogs for 2 vendors.How to enable the punch out catalog links in SRM 7.0???What is the path for IMG config??
    4. We have around 20 internal supplier catalogs .Now should we upload few of the supplier catalogs and then upload rest or can we upload all the suuplier catalogs at once through IMPORT MANAGER in MDM ???What are therestrictions in terms of the no of catalogs or catalog data that can be improted and mapped ???
    5.What are additional features in SRM MDM 3.0 catalog  in contrast to CCM??
    6.The backend master data such as Supplier/Porg etc.....how is that synchronised from SRM to SRM MDM catalog???Is it through some scheduled programs???
    7.What is the use of PI/XI in enabling SRM MDM catalog??Why is it mandatory??
    8. What are the allowed file types for cataog data upload in MDM???Like it was CSV in CCM...
    9. Where can I find some sample catalog files for test upload?
    10.What are the lastest SP for MDM available for integration with SRM 7.0??
    11. after price changes from supplier(thru negotiation),are these price changes to be updated manually for indiavidual items/products through MDM data manager or is there any way to automate this delta update for price in MDM???
    12.Also maintaining catalog data in MDM for SRM procurement will be a seprate actibity just like maintaing catalog in CCM??
    I have gone through the help links but wud like ansers to above ques based on experiences of the forum members...Please provide inputs to my above queries if anybody has worked on MDM catalog integration with SRM 7.0....
    Thanks for your time.

    HI,
    1.With SRM 7,0,can we use CCM oor MDM is the only option???
       You can use any catalogs which support SAP OCI interface.
    2.Is it better to have MDM as a seperate server and enable SRM MDM catalog content?
       MDM Server(contents) and AS Java(for UI) are required. Please check the installation guide.
    3.We have 2 punch out catalogs for 2 vendors.How to enable the punch out catalog links in SRM 7.0???What is the path for IMG config??
       Same as SRM 5.0. Define External Web Services.
    4. We have around 20 internal supplier catalogs .Now should we upload few of the supplier catalogs and then upload rest or can we upload all the suuplier catalogs at once through IMPORT MANAGER in MDM ???What are therestrictions in terms of the no of catalogs or catalog data that can be improted and mapped ???
      Yes. You can use Import Manager. No issues.
    6.The backend master data such as Supplier/Porg etc.....how is that synchronised from SRM to SRM MDM catalog???Is it through some scheduled programs???
      MDM Extractor is available.
    7.What is the use of PI/XI in enabling SRM MDM catalog??Why is it mandatory??
      Mainly for contents mapping.
    8. What are the allowed file types for cataog data upload in MDM???Like it was CSV in CCM...
      Any. Even for DB interface is also supported. You see all options when you run import manager.  
    9. Where can I find some sample catalog files for test upload?
      Sample repository definition is delivered. You can manually create 1 entry by Data Manager.
    10.What are the lastest SP for MDM available for integration with SRM 7.0??
      You can find it SAP Service Marketplace. http://service.sap.com/swdc
    11. after price changes from supplier(thru negotiation),are these price changes to be updated manually for indiavidual items/products through MDM data manager or is there any way to automate this delta update for price in MDM???
      You can use contract and contract items are transfered to Catalog.
    12.Also maintaining catalog data in MDM for SRM procurement will be a seprate actibity just like maintaing catalog in CCM??
      Yes. Catalog is just Catalog.
    Regards,
    Masa

  • Data Import from SAP R/3 to SAP MDM 7.1 without SAP PI

    Hi All,
    I have a requirement to import Vendor Master data from SAP R/3 to SAP MDM 7.1 on a regular basis. What are the Options available for data transfer between these two systems without any middleware(like SAP PI,etc). I checked the SAP Documentation and found the scenarios with SAP PI as middleware.
    I have few very basic ideas:
    1) Will there be any way for SAP MDM to pick a file from certain location and load the data..
    2) Shall I use MDM ABAP API to write a program to connect to MDM Repository and schedule this at regular intervals to achieve the data transfer.
    Pls suggest the best design approach..
    Thanks in advance.

    1) Will there be any way for SAP MDM to pick a file from certain location and load the data..
    ANS : No, MDM will not pick up the file, file can be pick up from MDM Inbound folder and send from outbound folder for automize process and for MDM manual Process you can pick up and send  file to local desktop, network shared path
    2) Shall I use MDM ABAP API to write a program to connect to MDM Repository and schedule this at regular intervals to achieve the data transfer.
    ANS : require to write code at ABAP side
    so ABAP program will pick or send data file to MDM folder
    Note following point
    1. Require to write ABAP Program which will pick or send data file to MDM outbound / Inbound folder
    2. Require to do some technical setting for ABAP program at SAP side, technical person will help regarding this matter
    Note : There are many disadvantage and time consuming procss, monitoring file and it is not advisable to go without any intermidiate software for e.g PI, Tibco
    Thanks,
    Jignesh Patel

  • Can anyone explain difference b/w Schedule Manager and Solution Manager

    Hi,
    Is there any difference b/w schedule manager and solution manager or both are same. Plz do reply at the earliest.
    thanks,
    suresh

    Dear Suresh,
    Schedule Manager (SCMA):
    Schedule Manager automates your routinue task.  It facilitate the definition, scheduling, execution, and review of tasks that are executed on a regular basis, such as period-end closing.
    Solution Manager - The SAP Solution Manager supports you throughout the entire lifecycle of your solutions, from the Business Blueprint thru configuration to production operation. It provides central access to tools methods and preconfigured content, that you can use during the evaluation, implementation, and productive operation of your systems.
    Implementation of the mySAP Business Suite
    ·        All phases of the implementation project (Business Blueprint, Configuration) are performed centrally in the Solution-Manager system.
    ·        Central project documentation repository in the Solution Manager
    ·        Integrated Project Administration allows you to manage planning schedules, human resources and other project data.
    Customizing Synchronization
    ·        The Customizing Scout, with which you can compare customizing in various SAP components, e.g. an ERP system with SAP MDM
    ·        The Customizing Distribution, with which you can synchronize customizing in various SAP components.
    Test
    ·        You can use the Test Workbench to organize and perform tests at the end of a project phase.
    ·        Reuse of the project structure for process-oriented tests
    Global rollout
    Integrated authoring environment, with which customers and partners can create their own templates, which they can reuse in subsidiaries, e.g. in a global rollout
    E-Learning management
    Creation of training material and learning maps (computer-supported self-tuition courses) to train end users after the implementation of new functions
    Solution Monitoring
    ·        Central system administration
    ·        Analyze your system landscape with Service Level Reporting
    ·        System monitoring in real time
    ·        Business Process Monitoring
    Services
    Access to programs and Services, which help you to monitor and optimize the performance and availability of your system landscapes, and minimize your operational system risks
    Service Desk
    Solution support with workflow to create and handle problem messages
    Change Management
    Management of change requests, with workflow for the monitoring and audit of changes and transports in your system landscape, with the Change Request Management.
    Regards,
    Naveen.

  • PI adapter for MDM 7.1

    Hi All,
    Has anyone used PI adapter for MDM 7.1.
    what is the transport protocol, the technical details that we need to mention in the PI adapter communication channel.
    is there any blog/howto guide on usage of MDM PI adapter.
    thanks,
    Ganesh

    Hi,
    I was able to find some information on PI adapter with MDM 7.1
    Streamlined Communication via PI Adapter:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/604b3c0c-5b6c-2b10-cc83-a7af75c70eaf
    /people/orit.prince/blog/2009/02/03/how-to-schedule-mdm-inbound-processes-with-pi-ccbpm
    MDM 7.1 PI Adapter Guide:
    https://websmp205.sap-ag.de/~sapidb/011000358700001890482008E
    Hope this info helps.
    Thanks and Regards
    Nitin jain

  • MDM Sender Adapter issue in SAP PI7.1

    Hi All,
    How to schedule(there is no poll interval in Sender communication channel) MDM PI sender Adapter.
    Everytime we need to start and stop the channel then only file is being picked up.
    I checked port details, file is not picking up automatically
    Please suggest me.
    Reagrds,
    Hemanth

    Hi Hemanth,
    There are different versions of the MDM PI Adapter which correspond to the relevant PI version: one for PI 7.0 and the other for PI 7.1; the two are not interchangeable. Ensure that you have downloaded the correct version for your landscape i.e. PI 7.1
    Setting Up Outbound Messaging from MDM:
    Make sure that the MDM Java API (Connector) deployed on the J2EE engine matches the version of the MDM server on which the repository is mounted.
    Also, Check that there is no more than one MDM sender configured per MDM outbound port in your system landscape
    For more details, refer this below link
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9854c94d3217cee10000000a421937/content.htm
    Also, refer SAP Note 1337471 - Help for analysis of MDM PI Adapter messaging issues
    https://websmp130.sap-ag.de/sap/support/notes/1337471
    Thanks and Regards,
    Mandeep Saini

  • MDM Sender Adapter issue

    Hi All,
    How to schedule(there is no poll interval in Sender communication channel) MDM PI sender Adapter.
    Everytime we need to start and stop the channel then only file is being picked up.
    I checked port details, file is not picking up automatically
    Please suggest me.
    Reagrds,
    Hemanth

    couple of check that I can suggest from this [help.sap guide|http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9854c94d3217cee10000000a421937/content.htm] guide...
    1. Does the Java API match the MDM serve repository version.
    2. No duplicate MDM sender channel exist.
    ~SaNv...

  • Product catalog from mdm to crm isa

    HI MDM GURUS,
    COULD ANYONE PLEASE TELL ME THE STEPS TO REPLICATE PRODUCT CATALOGS DIRECTLY FROM MDM TO ISA (INTERNET SALES APPLICATION)
    PRIYA

    Hello,
    I wish the answer was simple and I get all the 10 points. But, I have lot more to add than just giving a report program name.
    Usually the CRM E-Commerce accesses the MDM product catalog as an external catalog. It is not customary to export the Catalog content from SRM-MDM to CRM-ISA. Instead the MDM catalog is Web Enabled for use as an external catalog by CRM-ISA. In the SRM system, the report program
    /CCM/PE_START_REG_PUBLICATION
    can be used to publish the catalog. Usually, this is scheduled as a background job to run periodically to publish the catalog.
    The E-Commerce (CRM-ISA) has Open Catalog Interface (OCI) hooks available to do this. But this needs to be configured in the XCM to access such external catalogs.
    Please read the contents in this link for a overview idea of [External Catalog Integration (via OCI)|http://help.sap.com/saphelp_crm50/helpdata/en/2f/86653fac7ab21ae10000000a114084/content.htm]
    Also, start from [Service Market Place - SRM|http://service.sap.com/srm] and goto SRM-MDM Catalog to know more about the catalog and see the Export process for other possibilities.
    Easwar Ram
    http://www.parxlns.com

  • MDM 7.1 on HP-UX Archiving on a daily basis

    Hi all,
    We are migrating a MDM landscape from Windows to HP-UX.
    We used to run CLIX .bat files scheduled on the Windows Server to perform daily archive of our repositories.
    As CLIX is only available for Windows Plataform (you can check the MDMCX7100*.ZIP from http://service.sap.com/swdc), we need to find a way to perform Repository Archiving natively on our HP-UX environment.
    Is there a HP-UX tool, or MDM commands we can schedule on our HP-UX Server?
    (We were recommended to run CLIX commando from our workstations, but is not really an option we can consider)
    Thanks in advance
    Yours faithfully,
    Cristian Marin

    If anyone my find this helpfull,
    CLIX is installed as a native tool of the MDM Server, so all we had to do was to rebuild our CLIX commands under (sh) shell.
    Below you may find the code we have modifiy it to replace the final a2a file.
    #!/bin/sh
    #El archivo resultante queda en la ruta
    #/usr/sap/MDP/MDSXX/mdm/archives
    FECHA=`date +%F_%T`
    clix cpyArchive "<mdm-host>:<mdm-password>" "<REP_NAME>:<SID>:Oracle:system:<oracle-system-password>" -A <REP_NAME>_$FECHA.a2a
    Good luck!
    Cristian Marin

  • MDM 7.1 Archiving

    Hi experts
    We are archiving our product repository on a daily basis.
    And we want to create a backup repository also for the same on a daily basis.
    How we can automatically do this task?(We are using 7.1 version)
    Thanks in Advance
    Dhanish Joseph

    Hi Dhanish,
    This can be done using MDM Clix commands in the form of batch files which you need to scheduled with the help of scheduler.
    Please refer the below wiki for complete details:
    [Automatic Backup (Archive) of MDM Repository|http://wiki.sdn.sap.com/wiki/display/SAPMDM/AutomaticBackupofMDMRepository%28UsingMDMCLIXinWindowsOS%29]
    Similarly this can be achieved for MDM 7.1.
    Regards,
    Mandeep Saini

Maybe you are looking for

  • Vendors maintained as HIGH SEAS as well as DOMESTIC

    Hello All, I've being doing the master data review of this client, and based on the initial discussions, same vendors are maintained as HIGH SEAS as well DOMESTIC. This issue here is that in case of advance payments made to HIGH SEAS vendors, the tra

  • External Speaker big pop/buzz when connecting or disconnecting audio cable

    My external speakers make a big buzz/pop every time I connect or disconnect the stereo mini 1/8" plug into the headphone jack -- if the speakers are turned up high at the time, it's enough to blow them. This doesn't happen with headphones - just exte

  • When user TO and BO

    I'm writing a web app using Struts or JSF, and Hibernate / MySQL for persistance. Do you think it's worth it to make Transfer Objects and Business Objects, or just have a model object that has fields / getters / setters / business logic? Either way,

  • Document Management and Primavera

    What tool/s work well with Primavera to manage formal communications and related deliverables with the customer and suppliers. Something that can allos us to build custom forms for submittals, work with our email system, attach documents, is fully se

  • Attachment PO

    All, I have converted a PR which created through shopping cart in SRM to a PO. Now this PO contains an attachment. In item details if I am clicking 'Documents' , then I can see a dcoument number. How I can print this attachment? Please advise. Thanks