How can check XML in asynchronous

Hi,
I am new in XI.
I need clarification on  below points. I saw lot of links but not cleared to me.
1) I have IDOC - File asynchronous scenario, it is processed successfully in SXMB_MONI. How to check ouput generated XML file in PI.
2) can we set alert on interface base?
3) How to check that existing interface has alert setting ?
Thanks.

What is your PI version???
I have IDOC - File asynchronous scenario, it is processed successfully in SXMB_MONI. How to check ouput generated XML file in PI.
>>>> You can check the post mapping payload in adapter engine.  You can even adjust the parameter in sxmb_adm to see post mapping payload in sxmb_moni.
Just open the corresponding message in AE and go to message content tab.
under message part, you should be able to select the payload..
2) can we set alert on interface base?
>>>> Yes. You Can.
3) How to check that existing interface has alert setting ?
Go to runtime work bench -> Alert Configuration ->
Here you can find all the existing rules. If you have configured interface specific rules then you can search for the particular interface.
Sometimes all the parameters configured as "*" so that one Alert rule is enough to capture the alerts.

Similar Messages

  • How can check payment advice program

    How can check payment advice program, pls tell me the steps

    Hi,
    You have to do the configuration for chaque payment advise...
    1. IMG > Financial Accounting > Accounts Receivable and Accounts Payable > Business transactions > Outgoing Payments > Automatic Outgoing Payments > Payment Media > Make settings for Classic Payment medium programs > Assign payment forms for Payment Method in Company Code >>>>>>>> Here assign the payment advise (form) against your company code. AND
    2. IMG > Financial Accounting > Accounts Receivable and Accounts Payable > Business transactions > Outgoing Payments > Automatic Outgoing Payments > Payment Media > Make settings for Classic Payment medium programs > Assign Payment medium program for Payment Method in Country >>>>>>>> here assign the payment program against your payment method... normally payment program is RFFOUS_C.
    Now, run the authomatic payment program (F110) if it is configured earlier or run Manual Outgoing Payment F-58.  It will create the payment advaise...
    Hope it helps
    Saravanan.A
    Assign Points if it is useful.

  • HT1267 how can check my lost iphone is on by imei number tell me

    how can check my lost iphone is on by imei number tell me

    Sorry, there is no way to track a lost/stolen phone by IMEI number. Apple provides Find My Phone, but it must be turned on/activated before your phone was lost/stolen. If not, there is no way to track your phone.

  • How can check which patch install in oracle 10g

    hi experts,
    i have use oracle 10g , i hv patch information but how can check which patch install ?

    Run following command , it will give you list of patches installed on Oracle Home
    cd ORACLE_HOME/OPatch
    opatch lsinventory
    For patchset and CPU patch , check/query DBA_REGISTRY_HISTORY
    Virag

  • How can import XML, keeping "untagged" TABs?

    At a number of places at this forum I find this or similar comments / recommendations:
    "my advice would be to avoid formatting text by doing anything  to the XML file. InDesign is made for formatting text, so it can do it  better. I recommend you take a close look at how the tags and paragraph  returns are arranged in the (pre-import) InDesign document rather than  the XML file."
    I try to do follow this advise, by putting TABs in the "template". See image below, showing tagged placeholder text:
    As you can see, there are TABs between the tags in the template. When importing a matching `XML file, these TABs disappear, and the text looks like this:
    I have tried a lot of combinations of import settings, but none of them seems to result in keeping the tabs.
    This import setting:
    results in a fairly good looking import, but the tabs are gone...
    Others have put the tabs and white space data inside the XML, but every time they say that, there is a comment like the one referred to at the top of this post.
    But then, how CAN tabs in the template be kept when importing XML? Please explain.
    (Edit: The TABs are of cource tagged in one meaning, being inside the surrounding PRD elements in my example)
    Best regards,
    Andreas

    I might be talking to myself here. Anyway:
    Chosing to ignore white space when importing...
    means that the import is leaving the TABs intact, but that somehow also means that Carriage Returns and/or Line Feeds are not repeated as it was properly before:
    So if tabs are kept this way, then how should I manage new lines?

  • How can check rollup level and autoconfigure or not on 11i

    Hello;
    I installed a vis 11i, wondering how can I check my rollup level and autoconfigure or not, please give advice. -thanks first

    portcommand wrote:
    Hello;
    I installed a vis 11i, wondering how can I check my rollup level and autoconfigure or not, please give advice. -thanks firstUsing AutoConfig to Manage System Configurations with Oracle Applications 11i [ID 165195.1]
    Autoconfig FAQ [ID 218089.1] -- 7. Is AutoConfig compatible with Oracle Applications 11.5.x?
    How to check, which EBS Techstack Patchsets have been applied on 11i or Release 12.1.x ? [ID 390864.1]
    How to Get The Patchset Level of Oracle Applications Products in R12 [ID 550654.1]
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    Thanks,
    Hussein

  • How canI check the architecture of the installed Oracle software?

    Is there a way to check whether I have 32bit or 64bit version of Oracle software from within Oracle?
    I want to script in a check to see if the current Oracle Home where this database is running is either 32-bit or 64-bit. It is not good enough to check OS architecture, as some systems I manage have 64-bit OS but a combination of 32-bit and 64-bit Oracle Homes.
    I looked at v$parameter and could not find anything directly. SELECT platform_name FROM v$database does show architecture, but this only works on 10g and possibly 9i. On 8i, I cannot find any similar columns.
    select * from v$version also shows if a system is 64-bit or not (32-bit shows no string in banner to indicate 32-bit)
    But both the above methods are a bit vague: I do not know if they are simply greping the architecture from the OS or if they are examing the oracle binary?

    finite9 wrote:
    Is there a way to check whether I have 32bit or 64bit version of Oracle software from within Oracle?Got to $ORACLE_HOME/bin and run
    file oracle
    Onto the database, check v$session, if saddr columns is raw(4), then db is 32bit (4*8), if it is raw(8), db is 64bits (8*8).
    Nicolas.

  • How can check String to be a number?

    subject))

    I know this solution, but I want to knowanother
    solution without catching exceptions. Arethere
    other
    solutions? e.g. isNumber() methods?You can loop through each char (charAt) and usethe
    methods in Character.
    Why os catch the exception such a big problem?I don't think so, but I asked if there were other
    solutions.why? Reply 1. Just do that. What is the problem?No problem! Thank you for your help!

  • How can I receive messages asynchronously?

    Hi,
    I am reading the AQ User's Guide, and it talks about that Topic Publisher-Subscriber model and MessageListener.
    I wrote a Publisher code which creates a ADT payload and publishes. I also wrote a Subscriber which has the following
    code segment:
    subs[0] = ((AQjmsSession)tsess).createDurableSubscriber(topic, "PROG1", null, false, Emp.getFactory());
    subs[1] = ((AQjmsSession)tsess).createDurableSubscriber(topic,"PROG2", null, false, Emp.getFactory());
    MessageListener topicListener = new MesgListener(tsess);
    tsess.setMessageListener(topicListener);
    System.out.println("To end program, enter Q or q, then <return>");
    I start the Subscriber first and waits for incoming messages from Publisher. Then in another window, I execute the
    Publisher. I ASSUME that when I execute the Publisher, Subscriber should get the Topic and call
    tsess.setMessageListener(topicListener). But this is not working, I am not seeing anyting in the Subscribe window.
    Could you please let me know what I am doing wrong?
    Thanks,
    Mustafa

    I am seeing the same thing, and would really like to stick with using the AQjms interface if possible. Does anyone know of a work-around? Do I need to use the pl/sql dequeue method? Thanks in advance, Chris

  • How can check ip of network printer? how can check MAC address?

    hello,
    my printer name is,
    HP Laserjet 1022n
    product no. Q5913A
    serial no. VNRT79T074
    give me a details of the issue
    mittal sagar

    Hi,
    You may locate both the Mac Address and the IP Address by prinitng a Configuration Page.
    You may fnd the steps to print the report listed below:
    http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c01125585
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How can I check for directory creation?

    Hi,
    I want to check whether I can create a directory at a particular location.
    Let's say at c:\windows, can create a directory called c:\windows\mydir. But I won't be knowing the parent location (i.e., c:\windows here) at compile time.
    And I would also like to check for creating a directory like c:\windows\mydir1\mydir2 (mydir1 may not even exist).
    What I was doing was, I created the file object for my new directory (i.e., mydir here) and used the canWrite() method on the parent directory. But this method worked only when the parent directory existed. But how can check for a directory path like c:\windows\mydir1\mydir2 where I have to create both mydir1 for mydir2.
    Is there any other methods that I can use to perform this kind of a check.
    Thank you

    I finally figured out a workaround, but i don't know whether this is a good way of checking. :)
    import java.io.File;
    public class TryMKDIRs {
         public static void main(String[] args) {
              File file = new File("c:\\mydir1\\mydir2\\mydir3");
              boolean canICreateDir = false;
              if(false == (canICreateDir = file.canWrite())) {
                   System.out.println(file.getAbsoluteFile() + " cannot be created.");
                   File fileparent = file.getParentFile();
                   while(fileparent != null && (canICreateDir = fileparent.canWrite()) == false) {
                        System.out.println(fileparent.getAbsoluteFile() + " cannot be created.");
                        fileparent = fileparent.getParentFile();
              if(canICreateDir) {
                   file.mkdirs();
                   System.out.println("Directory can be created. . .");
    }

  • How  can i check the space in the field.

    hi:
    how  can i check the space in the field.!
    for example:
    data: string(30) type c value 'sent ence'.
    search  string for space.
    if sy-subrc = 0.
    write: 'i am right'.
    endif.
    but the result is that it cann't check the space.
    so how can check the space in the field!!
    thank you very much!

    Hi,
    data: v_string(30) type c value 'sent ence'.
    DATA : v_cnt TYPE I,
                v_num TYPE I  VALUE 1,
                v_num1 TYPE I.
    v_cnt =  strlrn( v_string ).
    DO v_cnt TIMES.
      IF v_string+v_num1(v_num)  EQ SPACE.
        write: 'i am right'.    
    ELSE.
       write: 'i am WRONG'.
      ENDIF.
      v_num1  =  v_num1 + 1. 
    ENDDO.

  • How can Select tables for master item

    Hello
    We have EBS R12
    and i have reports builder, i just want to view all master items using reports builder since many tables are in the database
    how can check or select exact tables
    thanks

    If you tried to make a purchase from Apple.com, they offer you the opportunity to add a second credit card if you have one. If you do not have one, then you need to contact the back or institution that handles your credit card for them to approve the purchase.
    Just so you know, you are not addressing Apple here, we are users like you.

  • How to check for the prerequisite Support pack level

    We are planning to upgrade from 4.7 to ECC6..How can check ,what is minimum support pack level that needs to be maintained in 4.7 for the upgrdade to ECC6.
    Can i check this in Servrice markrt place .if so please let me know where to check
    Thanks

    Hello,
    I am sure you will find relevant information in the link below.
    https://websmp207.sap-ag.de/upgrade
    Regards,
    Manoj Chintawar

  • How to check the data of an archived table.

    I have archived a table created by me. I have executed the write program for the archiving object in SARA. Now how can check the data of my archived table.

    Hello Vinod,
    One thing to check in the customizing settings is your "Place File in Storage System" option.  If you have selected the option to Store before deleting, the archive file will not be available for selection within the delete job until the store job has completed successfully.
    As for where your archive file will be stored - there are a number of things to check.  The archive write job will place the archive file in whatever filesystem you have set up within the /nFILE transaction.  There is a logical file path (for example ARCHIVE_GLOBAL_PATH)where you "assign" the physical path (for example UNIX: /sapmnt/<SYSID>/archivefiles).  The logical path is associated with a logical file name (for example ARCHIVE_DATA_FILE_WITH_ARCHIVE_LINK).  This is the file name that is used within the customizing settings of the archive object.
    Then, the file will be stored using the content repository you defined within the customizing settings as well.  Depending on what you are using to store your files (IXOS, IBM Commonstore, SAP Content Server, that is where the file will be stored. 
    Hope this helps.
    Regards,
    Karin Tillotson

Maybe you are looking for

  • Authorization check in LDB PNP

    Hi All, I am using logical database PNP in my report program and GET PERNR to fill the infotype tables. Infotype level authorization checks are performed but not Org data level (organizational assignments). The role assigned to me has access to data

  • SSRS Reporting not working Properly.

    On testing server i had crested a pwa and ssrs report.After that i had take the backup of the testing server database and mount the pwa by using the same database on different server and again deploy the ssrs reports by giving the path in new server.

  • Pass argument to custom tag

    Is there any way to pass a page-scope variable to a tag hanlder class? I have a variable fullname which I need to pass to the tag, so it can determine how to print it...I'm trying to avoid massive scriptlets in the middle of a complex page. The way i

  • This line give me error Map fillParams = new HashMap(); for calling ireport

    hi master sir i flow this link step by step http://developers.sun.com/jscreator/learning/tutorials/2/reports.html when i us this step Double-click the View Report button to display the Java source for the viewReportBtn_action method. Add the followin

  • PSE8 tools

    PSE8 on iMac 10.6.2. I wanted to follow a tutorial involving shapes. I can't find shapes (heart icon) among the tools (see attachment). I don't find line tools either. What can I do to get them? Where are they and why don't they appear with the other