MII Queue for ME Interfaces

All,
I am not sure whether this question will fit under MII forum. If not, please ignore it.
All data communication between ECC and ME is executed via MII SAPMEINT package and error/logs are managed in MII Queue Monitor.
My question is,
Is it possible to leverage MII Queue Monitor function to other custom interfaces that we plan to build between legacy and ME system via MII.
If yes, then how difficult would be. I thought it would be feasible to use MII queue monitor function to track the error logs for this custom interfaces if the efforts are minimum.
Thanks
Mahesh

I am pretty sure that the Queue Monitor is purpose built for ME specifically for the SAPMEINT interface.  I think you will find more people familiar with it on the ME forum. 
But having said that, have you looked at the user exits for the interface?  There is some customization capability built into most of the ME interfaces using MII.  You may find that there is enough flexibility there to accomodate your Legacy interfaces.  I know that there are some built-in, but sadly have not worked with them directly.
Regards,
Mike

Similar Messages

  • Assigning a dedicated queue for a Interface

    Hi Experts,
                     I have a proxy to Database scenario. I am sending data in chunks via proxy. I want the chunks to be inserted in to the database in the same order becuse in last chunk i am calling some additional Stored proc which will unlock the database after insertion so i want to do the following.
    1) I want to dedicate a separate queue which will contain all the messages from the Outbound Proxy (sending data to Database.)
    2) That queue should not contain messages from any other sender interface so that i can simply delete the queue and trigger the proxy again.
    Please suggest
    Thanks
    Vijay

    Hi,
    Check this prioritize messages in XI Using Queues
    How to prioritize messages in XI
    Regards
    Seshagiri

  • Dedicated Queue for Async Interface.

    Hi,
    I have a requirement , where a  message from interface should always go through same Queue .
    How to Achive this .
    Please suggets ...
    Regards
    PS

    Hi,
    Please refer below blogs,
    How to prioritize messages in XI
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413?QuickLink=index&overridelayout=true
    regards,
    ganesh.

  • How to create Single Queue for more than one interfaces(XI)

    Hi Experts,
    I want to set up a separate queue for 3 interfaces which all are outbound IDOC to FTP.
    Please let me know ' Hhow to create a queue for multiple interfaces with Quality of Service 'EO''.
    Thanks,
    Srinivas P.

    The same reason that Apple and 3rd Party vendors put multi-size templates in one file I expect. I am trying to construct an in-house standard template for use in our company, and it is easier to manage if there is only one file to send to people rather than many - both initially and for subsequent edits / updates to the template.
    Of course it would be possible to create several templates (one for each size). But since it is clear that templates can be combined, it appears sensible to do this - unless the doing of it is horridly complicated

  • PI to ECC via ABAP Proxy - Outbound Queue for HTTP

    Dear Experts,
    Is there any Outbound Queue for HTTP?
    I've a interface scenario where the receiver is SAP ECC and the receiver adapter XI ABAP proxy. As I see in the communication channel the transport protocol used is HTTP. So I think could there be an outbound queue to manage HTTP connection when PI send the data to SAP ECC?
    Just like when we are sending IDocs to ECC via tRFC, we could check if the IDoc has really been sent to ECC by checking in tcode SM58 (Outbound tRFC).
    In case for ABAP Proxy via HTTP, is there any similar connection to SM58 (IDoc via tRFC)?
    Thank you,
    Suwandi C.

    Hi Kandasami,
    Thank you for the reply. I will check for it.
    Hi Jens,
    Yes, I mean somewhere after the SXMB_MONI in PI and before SXMB_MONI in ECC, is there any queue in between those two?
    Thank you,
    Suwandi C.

  • Lock Queue for a particular Partner No.

    Hi All,
    We want to lock the RFC queue for a particaular partner No. is this possible in SAP?
    Background : We are having a maintainace activity on one of our middle ware, hence there would be changes done to a particular and critical interface. The middle ware team has requested that they should not receive any IDOCs during this time but as the activity is for a substantially high time, we cannot stop the batch which generates the critical Idocs during time as the critical IDOCs can be generated only for N and N-1 day only (Activity may last for 3-5 days depending on the outcome). We would want to lock the queue for a particular Partner No. so that once these IDOCs are generated they can be waiting in queue untill the queue is released and the target system has all the IDOCs required by the time the system is handed over to the bussiness.
    P.S : We are transfering IDOC through TRFC call to the target system.
    Can you please suggest?
    Regards,
    Anand.

    Hi Anand,
    As per SAP documentation
    Creating an Outbound Partner Profile (SAP Library - IDoc Interface/Electronic Data Interchange)
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f5643d711d1893e0000e8323c4f/content.htm
    When you assign a port number for IDOC partner profile, this port number is mapped to a RFC destination.
    Either you can hash out port <-> RFC destination mapping or hash out the RFC destination host mentioned in SM59.
    Hope this helps.
    Regards,
    Deepak Kori

  • Specific queue for one Scenario.

    Hi guys,
    I’m using an RFC interface to connect an R/3 to XI. I would like to use only one specific queue for this scenario. Is it possible specifying a specific queue? Where I can define it?
    Thanks in advance,
    Ricardo.

    Hi Ricardo,
    you can do this using
    Configure Filter for Queue Prioritization in SXMB_ADM Transaction
    For more refer to
    <a href="/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi:///people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413</a>
    Regards,
    Sudharshan

  • Specify a XI queue for processing ?

    Hi,
    I would like to specify clearly a queue for a specific outbound Message Interface. For instance :
    Queue_1   for all MessageInterface_4
    Queue_2   for all MessageInterface_5
    Queue_3   for all MessageInterface_6
    By this way, I will be sure that all messages of "MessageInterface_4" sent every 10min  will be processed by the same Queue "Queue_1".
    Thus if a queue is in status "Stopped", that's means that only one interface will be affected.
    Note: I use mainly adapter JDBC, IDoc, Abap proxy in Asynchronous mode EOIO.
    Note: Another way is perhaps serialization, but I'm not sure that's possible with XML message inside XI.
    Thanks
    Mickael
    P.S: I know well document "How to Priorize XI messages on IS - NW2004S.pdf"

    Hi,
    As its mentioned in above one of the post
    You could arrange the queue for IDOC with
    1. Create a function module, which will be used to indicate QueueID for the IDoc type.
    2. Import parameters: CONTROL of type EDIDC & Export parameter: NAME of type CHAR16
    3. Tables: DATA of type EDID4 In the body of source code, simply specify the QueueID with one line of code.
    Note that it must match with the QueueID specified in IDXQUEUE table in your XI system.
    For JDBC to be serialized
    "Database Transaction Level" Setting as serializable:
    Most restrictive isolation level. When it's used, the phantom values cannot occur. It prevents other users from updating or inserting rows into the data set until the transaction will be completed.Phantom behavior occurs when a transaction attempts to select a row that does not exist and a second transaction inserts the row before the first transaction finishes. If the row is inserted, the row appears as a phantom to the first transaction, inconsistently appearing and disappearing.
    You need to go through below link also
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    Thanks
    Swarup

  • Different Queues for each paper tray

    Our customers wish to simply have to select a printer without selecting additional tray outputs (ok, it´s not myself , its a customer of mine, a lacy one).
    Is there a way to add separate printer queues for each tray? E.g. "Printer Tray1 - white paper" and "Printer Tray2 - preprinted"...
    Then the employees only have to select the one or other printer, the remaining process will be done automatically.
    Thanks for your tipps.
    Klaus

    If you go to the CUPS web interface you can set the default paper tray/size etc for the printer:
    http://127.0.0.1:631
    Click the "Printers" section at the top of the page, scroll down to the printer you want to set up, then click "Configure printer" - you see all the options applicable to the printer.
    I've used this to automate print routines, and it works perfectly.
    Just set up multiple "virtual" printers for the same device with different settings for paper tray/size.
    You will need to do this on the local machine, and have an admin password.

  • Distortion in Save For Web interface

    I am still having problems with my Save For Web interface. Attached is a screen where you can see that with just the Optimized view showing (in this case 72%), the picture looks as expected. But if I go to 2-up or 4-up views, the 2nd image (which was the 72% Optimized) is now all pixelated as if it were a GIF.

    OMG!  How many years have I been using this program and I have never noticed this until now?!?
    Sorry for the brain fart and thanks for pointing that out!!! 
    I am really having a good laugh at myself about this one!
    Jules

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Creation of Server Proxy for  Message interface with External Defination

    Dear All,
    I am getting a problem while generating a server proxy for the inbound interface . The request message used in the inbound interface is a external definition which is uploaded using a XSD file. The XSD file was supplied by a third party which is having very high complex strucuture and used lot of abstract data types in the design. When i tried to generate the proxy in the R/3 system (Transaction SPROXY) for the inbound interface i am getting following error.
    Interface uses external and internal message definitions
    Message no. SPRX122 *
    Diagnosis
    In a message interface you can use messages from different sources:
    Message types and fault message types edited in the Enterprise Services Repository
    Messages imported into the Enterprise Services Repository (external definitions, RFC, IDoc)
    In the current message interface, message types from different sources have been used. Since messages from these different sources must be handled differently during proxy generation, such a mixture of messages within a message interface is not possible.
    System Response
    The interface cannot be generated.
    Procedure
    Change the interface definition accordingly in the Enterprise Services Repository.
    Please guide me, how to generate the proxy for the interface with external defination message. I could nt geneate manullay, because it is having very high complexity and its a big structure.
    Is there is any way to generate the proxy for interface with external definition
    Regards
    Vijayanand

    Hi,
    i.       Import your message schemas from external definitions, or RFCs or IDocs from SAP systems. These definitions already contain data types.
    ii.       Create a message interface and reference the messages of the external definition, or the RFC or IDoc message.
    Check this, it may help you
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/01623c4f69b712e10000000a114084/content.htm
    REgards
    Seshagiri

  • How to configure a error queue for weblogic jms topic

    Hi guys.
    I want to configure a error queue for weblogic jms topic. Wanted: The message goes to error destination when messages have expired or reached their redelivery limit.
    1. using jms transport configure proxy service:
    Retry Count :3
    Retry Interval:10
    Error Destination: ErrorTopic
    Expiration Policy: Redirect
    I tried use the proxy service to consume message from the jms topic . and generation an error in the proxy message flow. But the message didn't goes into the error topic.
    Any suggestions for this topic? Can anyone provide some helps or any useful links.
    Thanks in advance.
    Mingzhuang

    Mingzhuang
    I want to configure a error queue for weblogic jms topic. Wanted: The message goes to error destination when messages have expired or reached their redelivery limit.
    1. using jms transport configure proxy service:
    Retry Count :3
    Retry Interval:10
    Error Destination: ErrorTopic
    Expiration olicy: RedirectUnlike File/SFTP, JMS proxy service definition does not have the concept of Error Destination. To accomplish similar functionality go to JMSQ on (for which proxy is configured) server console (http://localhost:7001/console) and configure the Error Destination. Following URL will help in how to configure JMS Q.
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/jms_modules/queues/ConfigureQueues.html
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/jms_modules/queues/ConfigureQueueDeliveryFailure.html
    I tried use the proxy service to consume message from the jms topic . and generation an error in the proxy message flow. But the message didn't goes into the error topic.If every thing is configured as per above step, then the after retries, the weblogic server will put the message into JMS topic configured. Your proxy will receive from this topic.
    Let me know if we are not on same page.
    Cheers
    Manoj

  • 2K8 - Best practice for setting the DNS server list on a DC/DNS server for an interface

    We have been referencing the article 
    "DNS: DNS servers on <adapter name> should include their own IP addresses on their interface lists of DNS servers"
    http://technet.microsoft.com/en-us/library/dd378900%28WS.10%29.aspx but there are some parts that are a bit confusing.  In particular is this statement
    "The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain
    controller and it points only to itself for name resolution, it can become an island and fail to replicate with other domain controllers. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller.
    The loopback address should be configured only as a secondary or tertiary DNS server on a domain controller.”
    The paragraph switches from using the term "its own IP address" to "loopback" address.  This is confusing becasuse technically they are not the same.  Loppback addresses are 127.0.0.1 through 127.255.255.255. The resolution section then
    goes on and adds the "loopback address" 127.0.0.1 to the list of DNS servers for each interface.
    In the past we always setup DCs to use their own IP address as the primary DNS server, not 127.0.0.1.  Based on my experience and reading the article I am under the impression we could use the following setup.
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  127.0.0.1
    I guess the secondary and tertiary addresses could be swapped based on the article.  Is there a document that provides clearer guidance on how to setup the DNS server list properly on Windows 2008 R2 DC/DNS servers?  I have seen some other discussions
    that talk about the pros and cons of using another DC/DNS as the Primary.  MS should have clear guidance on this somewhere.

    Actually, my suggestion, which seems to be the mostly agreed method, is:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    The tertiary more than likely won't be hit, (besides it being superfluous and the list will reset back to the first one) due to the client side resolver algorithm time out process, as I mentioned earlier. Here's a full explanation on how
    it works and why:
    This article discusses:
    WINS NetBIOS, Browser Service, Disabling NetBIOS, & Direct Hosted SMB (DirectSMB).
    The DNS Client Side Resolver algorithm.
    If one DC or DNS goes down, does a client logon to another DC?
    DNS Forwarders Algorithm and multiple DNS addresses (if you've configured more than one forwarders)
    Client side resolution process chart
    http://msmvps.com/blogs/acefekay/archive/2009/11/29/dns-wins-netbios-amp-the-client-side-resolver-browser-service-disabling-netbios-direct-hosted-smb-directsmb-if-one-dc-is-down-does-a-client-
    logon-to-another-dc-and-dns-forwarders-algorithm.aspx
    DNS
    Client side resolver service
    http://technet.microsoft.com/en-us/library/cc779517.aspx 
    The DNS Client Service Does Not Revert to Using the First Server in the List in Windows XP
    http://support.microsoft.com/kb/320760
    Ace Fekay
    MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.
    I agree with this proposed solution as well:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    One thing to note, in this configuration the Best Practice Analyzer will throw the error:
    The network adapter Local Area Connection 2 does not list the loopback IP address as a DNS server, or it is configured as the first entry.
    Even if you add the loopback address as a Tertiary DNS address the error will still appear. The only way I've seen this error eliminated is to add the loopback address as the second entry in DNS, so:
    Primary DNS:  The assigned IP of another DC (i.e. 192.168.1.6)
    Secondary DNS: 127.0.0.1
    Tertiary DNS:  empty
    I'm not comfortable not having the local DC/DNS address listed so I'm going with the solution Ace offers.
    Opinion?

  • Attachments still getting queued for a long time

    Others have probably observed as well that after the forum upgrade, attachments are still getting queued for a long time, e.g. the attachment in this post has been queued for almost two hours:
    http://forums.adobe.com/thread/433930?tstart=0
    (The attachment posted 9:56 AM PDT, it's now 11:49 AM PDT.)
    Is there an ETA on a fix for this?  If it's going to be awhile, can attachments just be disabled until it's fixed?

    In lieu of working attachments, I prefer recommending www.pixentral.com, for a couple of reasons:
    - The camera icon is limited to 2 MB, while Pixentral has a larger limit. For the metadata issues I often address, I of course want to see the original.  And not only is it inconvenient for the original poster to resize the image to upload it, but many Photoshop Elements users have difficulty resizing the pixel dimensions of photos.
    - When a 2 MB image is inserted with the camera icon, the Jive software inserts a link to the original 2 MB image and relies on browser-side image resizing, slowing down everyone's page downloads.  For an example:
    http://forums.adobe.com/message/2000474#2000474
    Here's the HTML:
    <a href="http://forums.adobe.com/servlet/JiveServlet/showImage/4336/skin91.jpg">
    <img alt="skin91.jpg" class="jive-image-thumbnail jive-image" onclick=""   
      src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/4336/skin91.jpg" width="620"/>
    </a>
    The SRC URL refers to the full 2 MB image.

Maybe you are looking for

  • Adobe Reader touch controls in windows 7

    I am trying to get a windows 7 tablet to be a powerful sales tool.  This will require the nice presentation of adobe PDF's.  When using the tablet and adobe reader in Full Screen Mode I can not find a way to exit the full screen mode except to open t

  • Can't delete photos

    I have just bought a new Mac. Everything in LR works fine on the new one, except I can't delete my photos. I flag them and hit cmd+delete, and it comes up with a box on the screen saying that the drive does not support trash, so I have to delete them

  • Buddy Icons not showing up in buddy list?

    I hit something(I don't remember what) and my buddy list no longer shows me buddy icons how can I fix this?

  • Best method for passing data between nested components

    I have a fairly good sized Flex application (if it was stuffed all into one file--which it used to be--it would be about 3-4k lines of code). I have since started breaking it up into components and abstracting logic to make it easier to write, manage

  • Full phone memory message N97

    Hi, I'm receiving alert to delate or move files from the phone memory. Looks as I did what I could, but still not enough. I keep my sms and emails and pics, videos and all other staff in the mass memory, but now I cant even receive messages!!! (this