Message Distribution

Hi,
I want to distribute messages to a great number of receivers.
This time I use as the receiver side the extern file adapter (Plain J2SE Adapter Engine), because I want to be shure, that the message will arrive successfully even if the network connection is interrupted.
The problem is now, that I have to build up some IB Directory objects for every interface (receiver determination, agreement, channel and so on). But I expect to have about 1600 receiver applications, so the number of directory objects would grow up to over 30.000, what makes the solution quite unchangable.
Does anybody see an alternative?
Regards, Udo

Out-of-the-box, yes, that's the way it really works...
So you have a single sender that could go to 1600 receivers - is that right?  You will need a communication channel for all 1600 (and yes, therefore a receiver agreement), unless you have some control over the destination apps, maybe a job can be put on their side to distribute, esp if they are all legacy programs that are easily tied together... 
You will only have one Receiver determination, with all 1600 business systems listed inside it, and perhaps some criteria to determine which ones receive the data?  (or no criteria, and they all will). 
hopefully there are no sequence issues with who receives the file first?  If so, then you need a BPM process to control the flow of this data. 
Like I said, the only alternative is a custom distribution job for the file that keeps a matrix of receiving systems for your file types, and then that jobs runs after XI has output'ed the file.  I'm keeping a watch on this thread to see what others say...

Similar Messages

  • Text message distribution list

    How do I set up a text message distribution list on an iPhone 4S?

    You don't. There are, apparently, apps that purport to do that in the App Store, though.

  • Error Message: 'Distribution list still exists in the trash'

    HI All
    Please help us to provide the necessary solution as per the below query.
    1. Which SAP transaction or program can I run to find information on when & what Distribution Lists have been deleted and by whom?
    2. we are trying to recreate the same distribution list again  by using transaction code S023, we are unable to create the same distribution, we are getting the below error message.
    Error Message: 'Distribution list still exists in the trash'
    Regards

    SAp inbox

  • Oracle SOA mediator message distribution question

    With a mediator is it possible to distribute a single message to multiple recipients. Something similar to a JMS Topic functionality, where in a JMS Topic has multiple subscribers for a single incoming message. Is it possible to have, if yes how.
    Thanks

    You can use the event delivery network (EDN) to achieve this.
    Publish an event from the mediator and just subscribe from all composites that are interested in this event. You can also subscribe from within the Java API I guess.
    Regards,
    Melvin

  • Message distribution problem

    Hi,
    I am doing a simple test. I have total 2 Queue's on 2 different machines(each has 1 queue). Say A and B.
    Queue's configs are identical.
    I want to distribute 2 messages to queues on A and B by turn. The first one to A and the last one to B.
    I wrote the test client code below. But what I get is that, both messages goes to A. B receives no message. (?)
    I think I miss something about JMS, I reviewed some JMS resources but I can't managed to find out the problem???
    Context jndiContext = null;
                   ConnectionFactory connectionFactory = null;
                   Connection connection = null;
                   Session session = null;
                   Queue queue = null;
                   MessageProducer messageProducer = null;
                   ObjectMessage message = null;
              Hashtable properties = new Hashtable(5);
              properties.put("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
              properties.put("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
              properties.put("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
              properties.put("org.omg.CORBA.ORBInitialHost", "............69");
              properties.put("org.omg.CORBA.ORBInitialPort", "3700");
              try {
                   jndiContext = new InitialContext(properties);
                   connectionFactory = (ConnectionFactory)jndiContext.lookup("jms/ConnFactory");
                   queue = (Queue)jndiContext.lookup("jms/Queue");
                   connection = connectionFactory.createConnection();
                   session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   messageProducer = session.createProducer(queue);
                   message = session.createObjectMessage();
                   message.setObject(new String("sdas"));
                   messageProducer.send(message);
                   // connection.close();
                   //session.close();
                   //messageProducer.close();
                   //jndiContext.close();
                   } catch (Exception e) {
                        e.printStackTrace();
         properties = new Hashtable(5);
              properties.put("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
              properties.put("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
              properties.put("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
              properties.put("org.omg.CORBA.ORBInitialHost", "............115");
              properties.put("org.omg.CORBA.ORBInitialPort", "3700");
              try {
                   jndiContext = new InitialContext(properties);
                   connectionFactory = (ConnectionFactory)jndiContext.lookup("jms/ConnFactory");
                   queue = (Queue)jndiContext.lookup("jms/Queue");
                   connection = connectionFactory.createConnection();
                   session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   messageProducer = session.createProducer(queue);
                   jndiContext.close();
                   message = session.createObjectMessage();
                   message.setObject(new String("eeeeeee"));
                   messageProducer.send(message);
                   } catch (Exception e) {
                        e.printStackTrace();
                   }

    Hi Nav,
    you need to implement Badi BBP_CTR to map the conditions used in SRM with the ones in R/3. Within the Badi there is an example for mapping. Also there are some threads here explaining the mapping. Have alook at Note 646903 - Global outline agreement: Tips and tricks explaining in detail how to implement these BADI's.
    Cheers,
    Claudia

  • Message distribution in a clustered domain

    All,
    I have a domain with two Managed server (m1, m2). I have created a cluster and added the domain to this cluster.
    I have created physical queue Q1 and assigned it to m1 and Q2 to m2.
    Then I have created a distributed queue with (Q1, Q2) as members and the distributed queue was targeted to the cluster.
    I have a client that did a JNDI lookup of the distributed queue and publishing messages to the distributed queue. All of the published messages are going to Q1 on M1 even though I have selected 'Round-Robin' algorithm for the distributing the messages.
    Any help in resolving this problem is highly appreciated. I could not find anything obviously wrong..
    Thanks
    Raj

    Hi Yesh,
    Thank you for such a quick reply. I am assuming it is at the connection factory level.
    Thanks
    Raj

  • Distribution appears dead!

    Does anyone know what the error message "Distribution appears dead!" means?
    I have several distributions applied to several servers. They are set to
    refresh hourly. All of them worked perfectly at one time, but now each
    distribution is returning this error message for some, but never the same
    servers.
    For example:
    Distribution 1 (inventory policy) reports the error on servers a,b, and c.
    Distribution 2 (file distribution) reports the error on servers d, e, and
    f.
    Distribution 3 (file distribution) returns the error on servers g, h, and
    i.
    I've checked the KB, but found no reference to this error message.
    Thank you for your assistance.
    -David Lange

    David,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • SCCM 2012: failed to connect to distribution point

    Hi folks,
    I have an intermittent issue and can't figure out the reason so far.
    I have a primary server and multiple distribution points. The primary does not have a DP configured. When I deploy a new distribution point, I have the following messages:
    Distribution Manager failed to connect to the distribution point. Check your network and firewall settings.
    and
    Distribution Manager failed to find or create the defined share or volume on distribution point.
    DistMgr.log shows the following:
    CWmi::Connect() failed to connect to \\AMB-SCCM-E.domain.name\root\CIMv2. Error = 0x800706BA
    STATMSG: ID=2391 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BBD-SCCM-E.domain.name SITE=IDC PID=2120 TID=3376 GMTDATE=do jun 28 07:24:17.463 2012 ISTR0="["Display=\\AMB-SCCM-E.domain.name\"]MSWNET:["SMS_SITE=IDC"]\\AMB-SCCM-E.domain.name\"
    ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\AMB-SCCM-E.domain.name\"]MSWNET:["SMS_SITE=IDC"]\\AMB-SCCM-E.domain.name\"
    ERROR DPConnection::ConnectWMI() - Failed to connect to  AMB-SCCM-E.domain.name. error = 0x800706ba
    Failed to find a valid drive on the distribution point ["Display=\\AMB-SCCM-E.domain.name\"]MSWNET:["SMS_SITE=IDC"]\\AMB-SCCM-E.domain.name\
    Cannot find or create the package share.
    Error occurred. Performing error cleanup prior to returning.
    However, after a while (couple of hours), it looks like everything is distributed on the DP. But this message keeps on coming back during the course of the day and every time a new DP is deployed.
    I checked permissions, IIS, WMI, but I can't find out the cause of this behavior. I have events about WMI (id 5605) but I can connect to the WMI workspace (root\MicrosoftIISv2) with no issues.
    Can anyone shed some light on this please? It would be greatly appreciated.
    Cheers,
    Safdar.

    To clarify: it's not enough to tick "Windows Authentication" in Add Roles/Features - it actually has to be enabled in IIS configuration. 
    There are also suggestions to run mofcomp.exe smsdpprov.mof
    Tip of me hat:
    http://weikingteh.wordpress.com/2013/12/03/failed-to-install-a-new-distribution-point-error-0x800706ba/

  • LiveCycle unable to access Cache Controller. Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE

    The incident starts after all the members are removed from the DCS Stack DefaultCoreGroup view and added back again by WebSphere Application Server. Following exceptions are seen after LiveCycle was added back in again to the view.
    We have a clustered environment with two nodes 2A and 2B. Server 2A crashed and therefore all members on 2B node were removed from the DCS view. Later the new core group view was installed but LiveCycle did resume operations as expected.
    Errors below:
    Exception caught while dealing with cache : Action - Get, ObjectType - UM_CLUSTER_INVALIDATION_CACHE, Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE
    ServiceRegist W   Cache get failed for service EncryptionService Reason: Error accessing the cache container - Error on GET action for cache
    Error accessing the cache container - Error on GET action for cache Local:SERVICE_FACTORY_CACHE
    The following message appeared for several different services:
    Cache put failed for service [CredentialService, ReaderExtensionsService,EncryptionService, etc]
    SSOSessionCle W   Error in cleaning stale sessions from the database. These sessions would be deleted in next trigger
                                     java.lang.RuntimeException: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:125)
      at com.adobe.idp.um.scheduler.SSOSessionCleanupJob.execute(SSOSessionCleanupJob.java:69)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:219)
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:99)
      ... 3 more
    Caused by: com.gemstone.gemfire.distributed.DistributedSystemDisconnectedException: GemFire on 2B<v1>:9057/51073 started at Sun Aug 17 08:57:23 EDT 2014: Message distribution has terminated, caused by com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.gemfire.distributed.internal.DistributionManager$Stopper.generateCancelledEx ception(DistributionManager.java:746)
      at com.gemstone.gemfire.distributed.internal.InternalDistributedSystem$Stopper.generateCance lledException(InternalDistributedSystem.java:846)
      at com.gemstone.gemfire.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(G emFireCacheImpl.java:1090)
      at com.gemstone.gemfire.CancelCriterion.checkCancelInProgress(CancelCriterion.java:59)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:669 4)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2587)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entries(LocalRegion.java:1815)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entrySet(LocalRegion.java:7941)
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:209)
      ... 4 more
    Caused by: com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleLeaveResponse(Particip antGmsImpl.java:106)
      at com.gemstone.org.jgroups.protocols.pbcast.GMS.up(GMS.java:1289)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:202)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:276)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.UNICAST.up(UNICAST.java:294)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:625)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:187)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:504)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD.up(FD.java:438)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.Discovery.up(Discovery.java:258)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingMessage(TP.java:1110)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingPacket(TP.java:1016)
      at com.gemstone.org.jgroups.protocols.TP.receive(TP.java:923)
      at com.gemstone.org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1320)
      at java.lang.Thread.run(Thread.java:773)
    [22/08/14 0:28:10:237 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:29:10:252 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:30:10:268 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:31:10:283 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:32:10:298 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:33:10:313 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:34:10:328 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:35:10:343 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:36:10:358 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:37:10:373 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:38:10:389 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerExceptionor
    I have tried looking for the root cause about why LiveCycle was not able to resume normally, didn't find anything related.

    LiveCycle uses Gemfire as distributed cache for cluster members. If you are using TCP Locators (caching based on TCP instead of UDP), below are the possible situations which might lead to “ForcedDisconnectException” :
    - There is time difference between two nodes.
    - These is network connectivity issues.
    - The high CPU usage by the member crashed.
    -Wasil

  • Nokia 100 - Message Sending Failed

    Newbie mobile user, with Nokia 100 on Orange PAYG in the UK.
    Trying to send my first text message, the display shows "Message Sending Failed". Not sure if it's just me still finding my way round and not getting something quite right, or if there's something wrong and I need to change some setting or other?
    I've looked around and it seems maybe it might be something to do with a message centre number? I saw an Orange support page here for Nokia
    http://help.orange.co.uk/orangeuk/support/personal/401305
    with some instructions, but I'm not seeing what they give in bold so maybe the Nokia 100 has different menu/options/settings, and it isn't included in the list to the right of the help topic. I've also scanned Nokia help topics but again haven't seen anything specific to the Nokia 100 for this error message. There also doesn't seem to be a comprehensive manual for the 100, only a fairly basic user guide -- for other models there's a lot more detail about errors and troubleshooting.
    Any help appreciated... and please keep it simple 
    Solved!
    Go to Solution.

    Many thanks puigchild, but this...
    Messaging > Message settings (or msg. settings) > Text messages > Message centres
    is what I don't seem to see.
    From the main Menu I have these choices:
    Messages, Contacts, Call register, Settings, Clock, Radio, Reminders, Games, Extras, Orange Plus.
    I've been two ways from there...
    (1) Messages, where the options are:
    Create Message, Inbox, Sent Items, Drafts,  Chat, Picture messages, Distribution lists , Screened messages, Delete messages, Message counter, Message settings, Service com. editor.
    The only possibility from these (and in line with what you suggested) seems to be Message settings, and the options there are:
    Templates, Smileys, Signature, Sending profile, Font size, Delivery Reports, Reply via same centre, Character support, No. screening.
    It doesn't seem clear where to go next from these choices... from what I've seen from looking around, and again from what you've said, there should be an option for Text Messages, but there doesn't seem to be
    The only reference to a "centre" anywhere is in the option for "Reply via same centre", but I don't know what that means!
    (2) Settings (from the main menu), and the options there are:
    Tone settings, Display settings, Profiles, Time settings, Call settings, Phone settings, Cost settings, Security settings, Go to settings, Restore factory settings.
    Again I haven't been sure where to go but have explored a few and haven't found anything yet about Message Centre or specifically about text messages.

  • SCCM 2012r2 - Remove "invisible" packages/applications from Distribution Point

    Hello alltogether,
    I've encountered the following issue:
    Our distribution points are displaying applications/packages as "In Progress - Waiting for Prestage content".
    These packages doesn't exist anymore. Neither as prestage file nor in the config manager itself. We never tried to apply this package by using a prestage file because such a file never existed.
    Even if I open the "content" tab of one distribution point, I can't find these packages in there.
    The exact status of this package is the following:
    Message: Distribution Content
    Message Detail: Distribution Manager instructed Package Transfer manager to send Package "x" to distribution point "y".
    Status Type: In Progress
    I want to remove these "ghost" packages from the Distribution Status overview. Anyone has a clue how to accomplish this?
    Thanks in advance!
    Best Regards
    Feyh

    Hello,
    thanks for your answer!
    Unfortunately no, there is no information about these files.
    Yesterday we installed a new one, extracted all of our prestage files on it and watched the status. The Packages weren't listed in the "Distribution Point Configuration Status".
    After some time we added the new DP to our general DP-group where all of our packages/applications are assigned to. Now the "non-existing" packages are added with the "in Progress" status.
    I had a look into "Distribution Point groups -> Our group -> properties -> content" but these packages aren't displayed in the list. Some of the packages are now in the "waiting for prestage content" state, others are staying with the "Detail will
    be available after the server finishes proccessing ...".
    We managed to remove one of the packages by deleting it from the database.
    The following statement removed it from the Distribution status overview. However, we still are able to find the package in the database.
    select  * from SMSPackageswhere PkgID = 'P100003B'
    DELETE from SMSPackages
    where PkgID = 'P100003B'
    Apparently the delete-statement affected 72 rows. But we are having no clue which. As long as we are not sure we killed anything important we are not going to do this with the other packages because it's the productive system. We can't reproduce this in our
    test system...

  • Problem in ALE Idoc

    Dear All,
    We have transferred master data from one client to another using Ale - Idoc methodology. But it has been observed that complete master data not transferred to destination client.
    Now I want to know how to find out missing information through standard method because it is not feasible to check line by line every master data.
    Thanks,
    Rameshwar.

    Hi,
    When master data is distributed, interdependent objects are often distributed together. With serialized message distribution IDocs are created, dispatched and posted in a specific order. The interdependency of objects is at message type level and this avoids errors occurring during inbound processing of IDocs. Serialization groups in which the messages to be used and the posting order is specified, are used to distribute interdependent messages serially.
    For example:
    If you distribute materials and the material classes, they must be distributed together. You cannot process classification data in the receiver system, if this system does not also have the data of the material to be classified
    Todo this......Follow the below steps
    1) Define serialization groups
    2) Assign Message types to the serialization groups
    The distribution model should have all the message types defined in the serialization groups, add additional message type SERDAT

  • Cisco Unity Connection Default "Operator" Mailbox

    This mailbox gets full as expected pretty fast so I clean that up occassionally or setup message aging policy.
    But I want to know if I go under Greetings and enable"Hang up" option after the Greeting is played for standard as well as closed greeting will that work.It doesn't seem to be working for me. Messages are still coming through.
    Please Advise
    DM

    That will work for calls that hit the mailbox directly. It's also possible that there is a call handler with the Operator mailbox set as the message recipient. Check under the call handlers Edit > Message Settings menu.
    Also, if memory serves, the operator mailbox is a member of the Undeliverable Messages distribution list. This DL should only receive messages if you have something misconfigured within the system (e.g. you didn't adjust the Opening Greeting after greeting action). It should always have at least one member so the messages can be recognized and routed to their appropriate destination until you fix it.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Replicate Non-standard lookup data from R3 to MDM

    Hi MDM Experts,
    I am having a scenario like i want to replicate the reference data(Lookup table data) from R3 System to MDM System.
    For that i can use the transaction "MDMGX" but in this we can replicate for standard lookup table data which has been shipped by SAP in R3 on the basis of object types like article, product, catalog etc....
    I want to replicate the look up table data which is not standard one.
    I just want to know that what all the possible ways so that I can customize the same and would be able to replicate the lookup table data from R3 to MDM.
    Any help would be highly appriciated.
    Thanks,
    Saurabh..

    Hi Deepankar,
    I'm sorry to correct you, but MDMGX does not send IDocs to MDM. MDMGX provides the customizing data in XML format. You can configure MDMGX either to send the XMLs directly to MDM's port folders via FTP or to download those files locally on your PC. MDMGX is only capable to extract customizing data for master data objects but not the object itsself.
    The output of MDM_CLNT_EXTR depends on the system it is running in. R/3 (ERP) systems use IDocs for message distribution via the systems ALE layer. These can be DEMDM, CREMDM, MATMAS, and so on if you use the standard SAP content, or any other customer defined IDoc type. These IDocs have usually an XML format, but they are not really XML documents. The transformation from IDoc to XML usually happens on XI.
    It' a bit different if you extract data from CRM or SRM systems. Those systems use an integrated Proxy implementation for message distribution. The messages sent to XI (or MDM) are already real XMLs.
    Additionally pleas enote that MDM_CLNT_EXTR is intended to be used for the extraction of Master Data Objects and not the related customizing data!
    BR Michael

  • Error while travel expense posting in payroll

    while post the TRIP expenses cost to HR payroll seperate system, i am getting following error message, "Distribution model not maintained ->Transfer program can not be used". please help me in this issue...............
    Thanks,
    Ramesh

    Hi,
    PLease check the integration.
    Regards,
    Kapil Kaushal

Maybe you are looking for

  • Firefox 24.0 will not start in Win 7 64bit environment on Dell N5010 i3 Inspiron after upgrade/fresh instal

    My Computer Notebook is a Dell N5010 Inspiron with an i3 processor running a Win 7 64bit OS. Firefox has always run smoothly on it. I could not exactly determine when it started failing to open after each attempt to start but I think it was when I ac

  • Downloading email on E71 crashs the message applic...

    I am facing a problem since updating the firmware of E71 which is simply causing the message application to close (crash) after donwloading the emails. the crash cause the shortcut button of the email on the phone panel not to work and I have to open

  • Backing up a *single* 10TB datafile

    What are some best practices for this scenario? How can I get multiple channels/threads to attack this datafile? Backing up via a single channel seems like a waste of time and underutilizing the resources. It seems PARALLELISM only creates multiple t

  • Full Screen Not Working

    I am running Windows Vista and Flash player 10.0.12.36 and every time I use Flash player in full mode I receive the following message: Full Screen mode is available in Flashplayer 9.0.28 or later only. We have several clients encountering the same pr

  • Do i need to reconfigure OEM Database Control when change ip address?

    Hi all. Do i need to reconfigure OEM Database Control after a change of ip address? I mean, i have an OEL5 box with 10g Rel2. I have configure the server with a static ip address. This server will be sent to another location and it's possible the ip