How to view process of outbound Adaptor

Hi,
  I am doing file to idoc scenario. I want to see the
status of message through "Outbound Adaptor" Monitoring.
In this Monitoring 3 tabs are. There thy were...
"Message Content",
"Queue Monitor"
"Outbound Adaptor"
   when I am logging into this it is not taking my User
id. Then I tried with service user ids..even it is not
taking. why it is not taking and how to view all this
information?
Thx,
Ansar.

Hi Ansar,
Do you have the full logging and trace level in SXMB_ADM enabled.
In  system the tracing is not enabled since it will occupy more memory . But you can turn it on and off in SXMB_ADM under the intergration engine configuration and press the help button to get all the parameters you can set.
This might help you
View Old Outbound docu in AE
Regards
Agasthuri Doss

Similar Messages

  • Data Transfer Process filter: how to view the filter values?

    Hi,
    does anyone know how to view (and download) the values of a filter of data transfer processes?
    I want to compare the filtervalues of data transfer processes from productive system with development system. Normally the DTP's are created in a development system and transported with TMS to quality and productive systems. In the productive system there is often the need to slightly change the values in the filter, and to do this directly in the productive system without transport.
    If the same DTP is used and changed by another project after a while, it will overwrite the changes from productive maintenance.
    By comparing the filter values one could evaluate the changes.
    For info packages there is the same need. Here you can use table RSLDPSEL. Is there someting like that for DTP?
    thanks for any help
    Jean

    Hi,
    the difference you have in the infopack and DTP is
    you can have any number of infopackages between the source and PSA but you can have only one DTP between the PSA and datatarget.
    so there is no othere way than changing the filter values in the existing DTP.
    just chk the filter option and choose the required chars for ur load and activate the DTP.
    Ramesh

  • How to view the process template of the instance

    Some of the workflow tools ( for ex: MQ Workflow) provide a way to see the design of the process template graphically. When an instance is created out of the process template, user can see the process stops of the instance graphically. While one could see on EM Flow trace of the instance, it only shows the steps so far completed. I am unable to know what stop I am at in the complete flow of the process map. May be I am missing something, but if you can point me in right direction how to view the stages of a process instance ( completed and yet to be completed) I rellay appreciate.

    What about this?
    SELECT pid
      FROM v$session s, v$process p
    WHERE p.addr = s.paddr
       AND s.sid = :sid;   -- replace :sid with your session idRegards.
    Al

  • How to view the payload of a Message if it processed through AAE

    Hi All,
    Can anybody please tell me how to view the payload if the message processed through Advance Adapter Engine.
    I have developed a SOAP to SOAP interface by using Advance Adapter Engine and it is working fine I can see the messages in Runtime Work Bench(RWB) but when I clicked on the Sender and Receiver Adapter I can't see the payload so I am wondering if anyone knows how to view the payload or it is possible to view the payload if the message was processed through Advance Adapter Engine (AAE).
    Is there any setting or properties available in NWA to enable or disable the payload of AAE?
    Thanks,
    Iqbal

    Hi All,
    Unfortunately I can only see the SOAP Document but no Payload.
    here is what I can see
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    - <SOAP:Header xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    - <sap:Main xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3" versionMinor="0" soap:mustUnderstand="1">
      <sap:MessageClass>ApplicationResponse</sap:MessageClass>
      <sap:ProcessingMode>synchronous</sap:ProcessingMode>
      <sap:MessageId>75e50f37-9bef-11e0-af98-000027d151a6</sap:MessageId>
      <sap:RefToMessageId>7597008d-9bef-11e0-a027-000027d151a6</sap:RefToMessageId>
      <sap:TimeSent>2011-06-21T10:15:59Z</sap:TimeSent>
    - <sap:Sender>
      <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty" />
      <sap:Service>Srv_xxxxx__Sender_SOAP_AAE_BS</sap:Service>
      </sap:Sender>
    - <sap:Receiver>
      <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty" />
      <sap:Service>Srv_xxxxx_Sender_SOAP_AAE_BS</sap:Service>
      </sap:Receiver>
      <sap:Interface namespace="urn:xxxxxxxx.com:pi:A_TEST:HTTP_TO_SOAP_AAE">SI_OS_xxxx_Request_AAE</sap:Interface>
      </sap:Main>
    - <sap:ReliableMessaging xmlns:sap="http://sap.com/xi/XI/Message/30" soap:mustUnderstand="1">
      <sap:QualityOfService>BestEffort</sap:QualityOfService>
      </sap:ReliableMessaging>
      <sap:System xmlns:sap="http://sap.com/xi/XI/Message/30" soap:mustUnderstand="1" />
    - <sap:HopList xmlns:sap="http://sap.com/xi/XI/Message/30" soap:mustUnderstand="1">
    - <sap:Hop timeStamp="2011-06-21T10:15:59Z" wasRead="false">
      <sap:Engine type="AE">af.dgx.dbdgx66</sap:Engine>
      <sap:Adapter namespace="http://sap.com/xi/XI/System">XIRA</sap:Adapter>
      <sap:MessageId>75e50f37-9bef-11e0-af98-000027d151a6</sap:MessageId>
      </sap:Hop>
      </sap:HopList>
      </SOAP:Header>
    - <SOAP:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    - <sap:Manifest xmlns:sap="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink">
    - <sap:Payload xlink:type="simple" xlink:href="cid:payload-75e51c499bef11e0a13a000027d151a6atsap.com">
      <sap:Name>maindocument</sap:Name>
      <sap:Description>main document</sap:Description>
      <sap:Type>Application</sap:Type>
      </sap:Payload>
      </sap:Manifest>
      </SOAP:Body>
      </SOAP:Envelope>
    Do I need to do anything in NWA to enable the payload for Sender and Receiver?
    Thanks,
    Iqbal

  • How to View memory/Process Utilization ?

    Hello EveryOne !
                  i use FB 4.5 to developed my AIR Application. and At the End of my application,  I am in trouble because of process/ memory utilization. i want to know how much memory/process utilized/occupies by my application but i m fail to get way to know. so If you know then Plz help me!

    Thanks flex HarUI & JFB00 !
         I made application for Desktop. i can't find profiler in my Flash Builder 4.5. if Only if this way can solve the my problem, then what should i use to check for memory utilization and  process utilization ? suggest some thing third party tool  if you know ?

  • LIPS-HANDLE How use is it in Outbound Delivery order?

    Hi, everyone.
    Could you advise for me.
    I want to modify the Item of Outbound delivery order using enhancement spot "ES_SAPFV50D".
    If I can separate the item into several parts, I have a trouble how to set the data.
    I don't know how to set the data to LIPS-HANDLE.
    How is it used in Outbound Delivery Order?
    it seems GUID Key..
    Soma

    steps by step procedure to cancel outbound delivery :
    1. reversal of the checkpoint departure
    2. reversal of goods issue
    3.reversal of load end
    4. use /n/scwm/adhu , go to advanced search , upload HU . unload the truck using the warehouse process type 3065 ( check the standard codes )
    5. reverse load begin
    6. delete the outbound delivery in TU screen
    7. cancel picking and packing activity by using /n/scwm/cancpick and release all the HU . this makes the stock free from the outbound delivery
    8.in /n/scwm/prdo screen , goto process code -> adjustment tab . and save
    9.click on "outbound delivery " tab in item overview section . this updates in ECC
    9 . check in the item tab ( in item overview section ) -> form view , whether the stock is zero or not
    10. check the queue
    11 .check the stock overview in the ecc by clicking vl03n -> goods movement - >... the status will be shown as "completed" and the quantity will be displayed as zero
    i hope , i hve made the steps clear but still any issues , plz tell me .

  • I am trying to open a website that is using Microsoft content viewer, and the page does not show. Any ideas on how to view this site using firefox. It works on IE.

    I am participating in an online class whose website uses Microsoft Content Viewer to view the class content. The browser opens a new page, but nothing is there. At the top of the tab it says Microsoft Content Viewer, and nothing else. Can anyone tell me how to view my course using Firefox? I would prefer not to use IE, but it works there.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • How to find process chain using background job in sm37

    How to find process chain using background job in sm37

    Better is to select the job.
    Select (Define) Step (s) or F6.
    Select the line and Menu Goto>Variant.
    The variant contains the name of the CHAIN and its VARIANT.
    Success
    We faced an old job and via job monitoring we were informed about a cancelled job every 'interval'.
    We noticed that the related chain was deleted but still the job was scheduled each interval again and was cancelled because an event was missing
    We could not find the scheduled job via SM37.
    Via view V_OP, view over tbtco abd tbtcp, we find the related entry.
    We delete these entries via function BP_JOB_DELETE....
    Edited by: Jack Otten on Jul 9, 2010 2:50 PM

  • How to View the Scheduler in ODI Console

    Hi
    In ODI Studio, we may Schedule a Scenario and also, we may view all Schedules process from the Agents (View Schedule option).
    My colleagues are going to use ODI Console, but we cannot find out HOW to View the Schedule in ODI Console.
    In Oracle documentation about FDMEE, we can read the following: If you want to cancel a specific instance of a schedule, use the ODI Studio or ODI Console... see the PDF document in attachment.
    Regards
    Claude

    To display the schedule for one agent:
    In Topology Navigator expand the Agents node in the Physical Architecture accordion.
    Select the Physical Agent you want to update the schedule.
    Right-click and select View Schedule.
    The Schedule Editor appears, displaying the schedule for this agent.
    Check: http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/running_executions.htm#ODIDG634
    HTH -
    Jasmine

  • How can we process the CRM Order again for second time in debugging mode

    Hi,
    Can anybody please tell me how can we process the CRM ORDER for second time.  that I want to process in debugging mode.
    Thanks,
    bsv

    Hi bsv,
    Are you trying to reprocess a BDOC for debugging purpose?
    If the BDOC is not with a final status, you will be able to reprocess it using the reprocess button in the smw01 search result list.
    And you may put /h on the popup when you click on the 'reprocess' button.
    If it is allowed to make some changes in the CRM ORDER for testin purpose, it would be easier to perform debugging.
    A more 'careless' way is to deactivate the outbound or inbound queue in transaction smqs or smqr, then in smq1 or smq2 to locate the interested queue, and click on button 'debug LUW'.
    Hongyan

  • How to view the Invoice

    Hi
    Can anyone explain me like how to view the Customer and vendor invoices through T.Code or through path.
    Thanks & Regards

    hi,
    you can view the customer & vendor invoice by giving the FI document number in FB03. Then you can Go for Environment - Document Environment - Original Document. This will take you to the Customer invoice which was raised in the SD module. or vendor invoice which was raised in the MM module.
    you can follow the same process from the FI report : FK10N for vendors & FD10N for Customers.
    hope its useful.
    regards,
    R.Ramakrishnaraj

  • How to create process chains,and how to use process like and or xor

    Hi,
    How to create process chains,and how to use process like and or xor.
    can any one please give me a example in each.
    Thanks,
    cheta.

    Hi Cheta,
    Here is step by step procedure to create process chains
    Process chain is nothing but executing a process ..(or) loading the data any process we can do in background.. that means.. automatically we can execute our process based on Time or any event..
    Creating Process Chains
    Prerequisites
    If you want to include a load process in the process chain, you need to have already created an InfoPackage.
    You cannot load flat file data from a client workstation in the background. For this reason, you have stored your data on an application server.
    Creating Process Chains
    You have the option of creating a process chain in the process chain maintenance screen directly or by using a maintenance dialog for a process:
    Creating a Process Chain Directly in the Process Chain Maintenance Screen
    You are in the BW Administrator Workbench.
    1. Click on the Process Chain Maintenance icon in the AWB toolbar.
    The Process Chain Selection dialog window appears.
    2. Choose Create.
    3. Enter the technical name and a description of the chain, and confirm your entry.
    The Add Start Process dialog window appears.
    4. Create a variant for a start process.
    1. a. On the Maintain Start Process screen, choose whether you want to schedule the chain directly or whether you want to start it using a metachain.
    2. b. If you choose to schedule the chain directly, enter the start date value for the chain under Change Selections and save your entries.
    The Maintain Start Process screen appears again.
    3. c. Save your entries, return to the previous screen and confirm your entries in the Add Start Process dialog window.
    You are taken to the Plan View of the process chain maintenance screen.
    In the left-hand area of the screen, a navigation area is displayed. In the right-hand area of the screen, the process chain is displayed.
    5. Use the drag-and-drop function to add the relevant processes into your process chain.
    You use the Process Types function to select the processes. This sorts the process types according to different categories. You can also call up InfoPackages and processes for the data target from the separate InfoSources and Data Targets navigation trees.
    Hope this helps
    Regards
    Karthik

  • How to cofigure the JDBC Sender adaptor

    how to cofigure the JDBC Sender adaptor,
    i want to do the scenario JDBC>XI>SAP
    Thanks & Regards,
    priya reddy

    HI
    Database (JDBC) Adapter
    The JDBC Adapter allows access to any DB that allows a JDBC driver to access the DB. This driver is not supplied with the adapter but must come from the DB provider or a 3rd party. The adapter converts database content to XML and vice versa.
    Database content can be read with any SQL statement using a special XML format. This format enables SQL INSERT, UPDATE, SELECT, DELETE or even stored procedures. A message is always processed in one database transaction.
    Refer the following links for further assistance
    JDBC ADAPTER:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm
    Use thes step by step guidese
    https://wiki.sdn.sap.com/wiki/display/XI/JDBCTOJDBC
    https://wiki.sdn.sap.com/wiki/display/XI/XMLFile2XMLFile
    tutorial /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/frameset.htm for sender side JDBC configuration.
    Follow this link
    /people/luis.melgar/blog/2008/05/13/synchronous-soap-to-jdbc--end-to-end-walkthrough
    cheers
    reward points if found useful

  • LE-WM how this shipping process in warehouse management

    hi
    what is exactly shipping process how it is supported in  logistic execution and warehouse process
    what is the process of outbound deliveries can you tell me how these process useful in warehouse management .
    thanks inadvance.

    HI Subash,
    In case of Shipping with Warehouse Mangement we process the picking functionality using transfer orders.
    I.e when we create a delivery with reference to the sales order,  the delivery qty will be editable but the picking qty field be display only. You can also see the Overall WM status in the Picking tab as A - Partially processed. (If all the IMG settings are done correctly).
    Once you entered the Delivery qty save the delivery doc with pickin qty as 0 (display).
    Now go to transaction LT03 (TO with ref to Delivery Note) & create a Trasfer Order (TO) with ref to Delv.d. Then confirm the TO using LT12 transaction.
    Now go to VL02N you can see the Picked Qty in the Picking tab & also the Overall WM status will be C - completely Processed. Now do the PGI for the delivery.
    Hope it helps.
    Regards,

  • How to view data into Infocube

    Good Morning everybody.
    I would like to know if somebody have any document with informations about RSA1, as for example "How to create a Back Up Infocube?" "How to view data into infocube?"
    If you can send me
    dacampos at br.ibm.com
    Thanks a Lot
    Daniel Campos - IBM Brazil.

    Hi,
       Backup Cube is used for saving the data of Planning Area.
    Following steps for creating Backup Infocube
    1.First Create Data Source thorugh Planning Area. Double click on PA,then go to Extras where u find option for creating Data Source,then replicate the cretaed Data Source.
    2.Go to RSA1,Activate Created Data Source & Create Info Package uder the Data Source.
    3.Create Info Cube under Info Area.
    4.Create Transformation between Data Source & info Cube.
    5.Activate Data Transfer Process(DTP).
    For viewing the data into infocube
    1.Right Click on selected Info Cube
    2.Go to Manage
    3.Select request & above info Cube Type(in Selectable data Target for Administration) & go to Contents
    4.Select require field from Fld Selection for Output.
    5.Come back & Increase no. of hits if require.
    6.Execute it. You will find out the data in selected field.
    Hope so it will be helpful for you.
    Regards
    Sujay

Maybe you are looking for

  • Unable to throw 'Error: A value is required' on a field from bean

    Scenario: I have an input text field and a button on a page. The input text is not required initially. I want this to be set to required after the button is clicked. So, I am doing this on the action listener of the button and returning to the page.

  • Issues with windows 7 ram on a gd65 mobo

    Hi all, i recently upgraded my pc after my old asus mobo died on me.  I found a good deal with a gd65, i5 750, and 4 x2 gigs of ram on newegg as a package deal.  I was looking around on windows and it says i have 8 gigs of ram but only 2.99 is availa

  • Cannot connect to other users than administrator

    Hi, I am very new to windows server, in fact, I installed it on my PC yesterday.  I have set up remote control for my computer which works fine on the default "Administrator" account. However, when trying to connect another user (e.g. "TestUser"), I

  • Send to Soundtrack Pro Multitrack Project - All I get are empty tracks

    I have a sequence in Final Cut Pro that has a collection of clips and sequences inside of it. When I right click the sequence in the browser and select Send To -> Soundtrack Pro Multitrack project, it opens STP as it should. When STP opens, though, I

  • Error in maintenance optimizer generating Stack File XML

    Hi all, In step 3 "Download Files" of maintenance optimizer transaction to implement the EHP5 of ERP, In the tab "Log" I see the following error. *Collecting XML adjustment input data done with error or warning. Message no.AGS_MOPZ_PLAN_MSG144* The s