Configuration of Integration Engine Trace and Logging

Hi,
on XI we can configure tracing and logging of messages via SXMB_ADM / Conf Integr Engine / category RUNTIME parameter LOGGING or TRACE_LEVEL. I connected an application system (WAS 6.20) and cant find this parameters. They r not chooseable. Does anybody know why? Is there another functionality to customize the trace?
Regards,
Udo

Hi Udo -
Did you apply the APPINT component?   More info in Note 439915.
Regards,
Jin

Similar Messages

  • Error: System not configured as Integration Engine

    Hi ,
    I was trying to simulate the following scenario in SAP XI:
    HTTP--> SAP XI --> (RFC/BAPI)SAP R/3
    Let me clear what i did.
    I have to call a BAPI using RFC adapter in XI to display some information on a request of some Http app.
    1. I have Imported the RFC BAPI into IR.
    2. I have created the XSD files for http Re and res messages.
    3. I have created the XSLT mapping programs and put them in a zip file and imported into IR.
    4. I have created a Interface mapping and assign the created messages and mapping programs.
    5. In ID i have created a Business service for my web application.
    6. Receiver determination created in Id and Interface determination and receiver agreement in ID and activated the changes.
    7. I have tested the same by sending the request from my web application to xi plain http adapter as follows:
    http://grserver:8000/sap/xi/adapter_plain?bs=XIWS_web&namespace=urn%3Axi%3Asap%3Awebapp&interface=HTTP_out&qos=BE
    and in the result i have got the following error:
    "System not configured as Integration Engine"
    but i have tried it many times and some times it gives me correct results but after that the same error ios coming.
    so can you tell me what could be wrong in the configuration of XI of what is the solution for this problem.
    Reagrds
    Gopesh Kumar Agarwal

    Hi,
    What is the version of XI you are using? If u are usign XI2.0, ur URL is correct. But if you are using XI3.0 then use <b>service</b>=<SENDERSERVICE>instead of
    <b>bs</b>=<SENDERSERVICE> parameter in your URL.
    <b>bs</b> is replaced by <b>service</b> in XI3.0
    Your URL will be http://grserver:8000/sap/xi/adapter_plain?<b>service</b>=XIWS_web&namespace=urn%3Axi%3Asap%3Awebapp&interface=HTTP_out&qos=BE
    Hope this helps you.
    Cheers,
    Siva Maranani.
    Message was edited by: siva  maranani
    Message was edited by: siva  maranani

  • System not configured as Integration Engine

    Hi Friends ,
    I have written an outbound client proxy for my interface . I am using XI to File Adapter scenerio .
    When I run the zprogram in R3 then I get the error
    System not configured as Integration Engine ...
    Please suggest .
    Best Regards
    Chan

    Hi Chane,
    Go to SXMB_ADM->Configuration->Integration Engine COnfiguration->Choose your R/3 system as Application System
    Refer this Configuration Guide - Page no 27
    https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Regards,
    Moorthy

  • Trace and log -- How do I find documentation

    I was able to create (in the assign section) trace and log structures (by chosing the Logging and Alerting Button in the Netbeans IDE,
    BPEL & Mapper - ....[Assign]):
    <ns4:trace>
    <ns4:log level="Info" traceLocation="OnStart">
    <from><literal>This is a test of the logging OnStart</literal></from>
    </ns4:log>
    </ns4:trace>
    however, it does not validate, so I added
    <ns:extensionAssignOperation>
    <ns4:trace>
    <ns4:log level="Info" traceLocation="OnStart">
    <from><literal>This is a test of the logging OnStart</literal></from>
    </ns4:log>
    </ns4:trace>
    </ns:extensionAssignOperation>
    Where is this documented, and if it works, could someone please send an example? I have tried a couple of different syntax, and
    it does not do anything.
    Thanks in Advance

    What is the status on this? Has anyone got it to work?
    I created a simple BPEL that has 'receive', 'assign', and 'reply' activities. For the 'assign' activity in the BPEL Mapper I assign several values to LOG_onStart, LOG_onComplete, ALERT_onStart, and ALERT_onComplete. Using critical or severe status.
    I've enabled alerts and allow logging to syslog in the glassfish admin console but cannot get output? Is this feature supported?

  • Difference of concept of trace and log

    What's the difference between trace and log? Does trace file include contents of log file? I am confused these two concepts and their relationship. Please advise.
    Thanks.
    James

    Hi
    Basically,Tracing is a complete set of information (messages) which allows you to monitor the performance of an instance of a component and the user activity that occurs in that component. Traces may allow you to determine whether your component or application is working efficiently and as expected, even as your application, component, and environment change.
    While logging is .
    Logging example: Starting an activity in an application component may be instrumented like one information message, as well as, stopping an activity like a second information message opposite to the first, starting an information message.
    Tracing example: A detailed program flow may have a message which represents a path through component methods, describing components in a similar fashion to pseudo-coding (tracing).
    Also pl go through given below link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/standards-and-open-source/the%20difference%20between%20logging%20and%20tracing.article.
    <removed_by_moderator>
    Thanks
    Sukrugt S
    Edited by: Julius Bussche on Jul 7, 2008 1:54 PM

  • What's the difference between trace and log in XI?

    Hi all,
    On both J2EE and ABAP, there are both tracing and logging functionalities. Can anyone explain me the difference between trace and logging?
    Regards,
    Hui

    From SAP Notes
    Log file:
    A log file contains generally intelligible information for system administrators. The information is sorted by categories and is used for system monitoring. Problem sources or critical information about the status of the system are logged in this file. If error messages occur, you can determine the software component that has caused the error using the location. If the log message does not provide enough details to eliminate the problem, you can find more detailed information about the error in the trace file.
    The log file is located in the file system under
    "/usr/sap/[SID]/[instance]/j2ee/cluster/server[N]/log/applications.[n].log" for every N server node.
    Access the file with the log viewer service of the J2EE visual administrator or with the standalone log viewer.
    Trace file:
    A trace file contains detailed information for developers. This information can be very cryptic and extensive. It is sorted by location, which means by software packages in the Java environment, for example, "com.sap.aii.af". The trace file is used to analyze runtime errors. By setting a specific trace level for specific locations, you can analyze the behavior of individual code segments on class and method level. The file should be analyzed by SAP developers or experienced administrators.
    The trace file is located in the file system under
    "/usr/sap/[SID]/[instance]/j2ee/cluster/server[N]/log/defaultTrace.[x].trc" for each N server node.
    Access the file with the log viewer service of the J2EE visual administrator or with the standalone log viewer.
    Regards,
    Prateek

  • TRACE and LOGGING

    Hi!
    I debug lots of information using trace and since a few days
    with the logging framework in flex.
    but what happens to all these messages on my debug command
    line when I am running the application in normal mode? Where are
    the written? Are they hidden? Do the only appear in DEBUG mode and
    never during normal mode?
    Czar

    Hi Udo -
    Did you apply the APPINT component?   More info in Note 439915.
    Regards,
    Jin

  • Workflow Daemon is stuck in E sourcing CLM and documents are not flowing to approvers.which place should i check for this issue related information i have already checked default traces and Logs

    Hi Guys,
    We have a situation in our landscape where workflow daemon service is stuck  and we have to restart the Esourcing system.
    Could you please help here where should i check the cause of the issue.
    i have already checked the Default traces and Esourcing traces.
    Could you help in identifying the cause.
    Regards
    Tarun

    Hi Tarun,
    Open the Document for e.g. Contract Document, on the Document Tab there is an option for Phase Information open that page this will give you all the information related to the phase and where it is stuck, with which user it is pending etc.
    Now since the workflow is stuck, either you can restart the Demon Registration via background Task Status. or else Cancel the Workflow so it can be restarted. by doing the below steps.
    1) goto Setup
    2) open Workflow Definition Under Workflow.
    3) now choose the phase at which your Workflow is stuck.
    4) open that phase.
    5) under Reports Tab there is option for " Current Workflow Processes"
    6) open the Current Workflow Processes
    7) search the document which is stuck
    8) click on the "X" mark  = Cancel the workflow process option
    9) it will take you to the workflow cancel wizard screen. give the comment why you need to cancel this and click on Finish
    10 ) once the Workflow is canceled the phase will go to the Requester review phase and form here you will have to manully move to the next phase. so the workflow can be restarted. once done refresh it.
    11) before doing this take Approval from the customer.
    If the above does not work and still there is an issue then please check the Pre- Phase script.
    Let me know if this works.
    Thanks
    kanchan

  • Adobe document service issue attached he trace and log file

    hi friends
    adobe pdf is not working.
    i am  sending the trace file and server log  file
    1.5 #00145ED2ABF2006C00000087000EF0AC00045A8A76851A40#1225450647263#com.adobe.ads.operation.support
    .RenderErrorLog#com.adobe/AdobeDocumentServices#com.adobe.ads.operation.support.RenderErrorLog#ADSUSER#487
    #SAP J2EE Engine JTA Transaction : [18363cffffffa200813]#n47a#DEMO1#772fd940a73611dda59700145ed2abf2#
    SAPEngine_Application_Thread[impl:3]_6##0#0#Error#1#/System/Server#Plain###Encountered a problem
    embedding Render collateral:
    General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5 #00145ED2ABF2006C00000089000EF0AC00045A8A76852292#1225450647265#com.adobe.ads.request.Request#com.
    adobe/AdobeDocumentServices#com.adobe.ads.request.Request#ADSUSER#487#SAP J2EE Engine JTA Transaction :
    [18363cffffffa200813]#n47a#DEMO1#772fd940a73611dda59700145ed2abf2#SAPEngine_Application_Thread[impl:3]_6##0#0#
    Error#1#/System/Server#Plain###Client: 48316 AppName: com.crane.episode.EpisodeApp
    Unhandled exception detected during a "Render" operation.
    Request start time: Fri Oct 31 15:57:27 PKT 2008
    java.lang.NullPointerException
    Exception Stack Trace:
    java.lang.NullPointerException
         at com.adobe.ads.operation.Render.addErrorPdfToStreams(Unknown Source)
         at com.adobe.ads.operation.Render.handleRenderException(Unknown Source)
         at com.adobe.ads.operation.Render.execute(Unknown Source)
         at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
         at com.adobe.ads.request.Request.processOperations(Unknown Source)
         at com.adobe.ads.request.Request.process(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    server0.log file
    #1.5 #00145ED2ABF20079000007260005206200045AEB49C2D359#1225866508161#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.operation.support.RenderErrorLog#ADSUSER#1317#SAP J2EE Engine JTA Transaction : [18363cffffffa200b4e]#n47a#DEMO#eb569ff0ab0211ddce8400145ed2abf2#SAPEngine_Application_Thread[impl:3]_17##0#0#Warning#1#com.adobe.ads.operation.support.RenderErrorLog#Plain###Cannot generate Log.pdf#
    #1.5 #00145ED2ABF20079000007270005206200045AEB49C2D414#1225866508162#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.operation.support.RenderErrorLog#ADSUSER#1317#SAP J2EE Engine JTA Transaction : [18363cffffffa200b4e]#n47a#DEMO#eb569ff0ab0211ddce8400145ed2abf2#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#com.adobe.ads.operation.support.RenderErrorLog#Plain###Encountered a problem embedding Render collateral:
    General exception while merging XMLForm Module Render log data into log.pdf#
    #1.5 #00145ED2ABF20079000007290005206200045AEB49C2D982#1225866508163#/System/Server#com.adobe/AdobeDocumentServices#com.adobe.ads.request.Request#ADSUSER#1317#SAP J2EE Engine JTA Transaction : [18363cffffffa200b4e]#n47a#DEMO#eb569ff0ab0211ddce8400145ed2abf2#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#com.adobe.ads.request.Request#Plain###Client: eb582 AppName: samplesearchlab.chdp.com.SampleSearchLabApp
    Unhandled exception detected during a "Render" operation.
    Request start time: Wed Nov 05 11:28:27 PKT 2008
    java.lang.NullPointerException
    Exception Stack Trace:
    java.lang.NullPointerException
         at com.adobe.ads.operation.Render.addErrorPdfToStreams(Unknown Source)
         at com.adobe.ads.operation.Render.handleRenderException(Unknown Source)
         at com.adobe.ads.operation.Render.execute(Unknown Source)
         at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
         at com.adobe.ads.request.Request.processOperations(Unknown Source)
         at com.adobe.ads.request.Request.process(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    regards
    raja

    Hello,
    Were you able to resolve this?  We are experiencing the same problem and have had no luck finding a solution.
    Thanks,
    Anthony

  • Finding SQL trace and Log trace in SAP ME

    Dear Experts,
    I am new to SAP ME SDK 2.0  development. After depolying the ME with changes.If an error occurs as "An internal error occurred; contact technical support". Where should I check for the traces like SQL trace or og trace.
    Thanks in advance,
    Eswaraiah M.

    Hello,
    Log records are written to NW log and can be viewed in NW log viewer.
    Konstantin

  • Doubt in Configuring the Integration Engine

    Hi,
    We maintained the Integration server URL in SLD in the Business System part which points to ABAP stack...
    But in SXMB_ADM we didnt configured the IS, we just have the parameter of IE as HUB. thats it.
    Do we need to Configure the IS also in the SXMB_ADM????
    Regards
    Suman

    Hi,
    On the Integration Server:
    In sxmb_adm -> IE Configuration, you need to maintain the role of the system as 'Integration Server'. Do not enter any URL for the IS.
    We did This as u said adn we have the info. like u said only
    our basis configured like that only before u said
    On the Application System
    In sxmb_adm -> IE Configuration, you need to maintain the role of the system as 'Application System'. Enter the URL to the entry pipeline of the integration server (http://<PI_Server>:<port>/sap/xi/engine?type=entry).
    This we didnt maintained any thing in the Application server.
    Even though we are able to get process the Files. we are able to see all the pipeline steps in MONI.
    This is IDOC----File Scenario
    Regards
    Suman

  • XI Integration Engine- You cannot log on to system BS_SAP_R_3 with user XIR

    I have given the correct user name and password while creating RFC destination and Port.
    And I see wrong user ID/password in ping status.
    Ping Status: You cannot log on to system BS_SAP_R_3 with user XIRWBUSER
    Last Retry Thu Jan 18 23:13:47 UTC 2007 .
    Can anybody guide me on this?
    Thanks
    Chiru

    Hi,
    I have correct user id/ password in RFC destination. I do not know why in Runtime work Bench it is showing the wrong userid/password.
    I forgot to give it at the first time and later I gave the user details.
    And in Runtime work bench this error is not going away.
    Any help on this?
    Thanks
    chiru

  • Regarding SAP PI 7.0 Configuration of Integration Engine

    Hi Experts,
    We Installed SAP PI 7.0 Successfully.After that We Run the Template Installers for PI.
    Here We Selected <u><b>PI Post Install Process</b></u> Option in the Template Field.
    <b>Q1)</b>  After Completion of this Should we Configure All   IE , IS, AE  Or Those wil be Configured Automatically ????
    <b>Q2) </b> What are the Necessary Steps to Do Even We Run the Template Installer, To execute a Scenario  Successfully.?????
    Please Let me Know
    Regards
    Khanna

    Here is an extract from the OSS note. I guess,this should answer your second question
    Reason and Prerequisites
    To avoid problems while using the configuration wizard (template installer )please check prerequisites for post-installation in SAP documentation. That information can be found in SAP Help Portal (http://help.sap.com --> SAP Netweaver --> Installation and Upgrade guide --> Installation --> 2 - Installation - SAP Netweaver 2004s --> SAP NetWeaver 2004s Installation Documentation).
    Select your Operating System and Database and look for 'Post-Installation Steps for Usage Type *' in the dedicated document.
    Important: You cannot use the configuration wizard after
    Upgrade
    Add-In installation (Exception: Configuration of Usage Type BI-Java can be executed after Add-In Installation)
    Additional usage type enablement
    System copy
    Always install the latest available SPS + Patches before running the CTC.( You can find the latest LMTOOLS Patch at http://service.sap.com -> SAP Support Portal -> Downloads (Tab) -> Downloads (Menue) -> Support Packages and Patches -> Search for Support Packages and Patches -> Search for: LMTOOLS*P -> Download and Save the .sca. Apply the patch by using the SDM.)
    The sequence is:
    1. Installation
    2. Install latest SPS + Patches (if available)
    3. Run configuration wizard.
    You can run the configuration wizard only once for initial configuration.
    In these cases, you need to perform the corresponding configuration steps as described in the configuration documentation.
    For more information on how to access the configuration documentation, see 'Accessing Configuration Documentation in the SAP Solution Manager'.

  • Difference between IntegrationServer and Integration Engine

    Hi,
    Could you please provide me difference between IntegrationServer and Integration Engine.
    functionality of both and what are the runtime environments exits in XI Server.
    Could you please show me digaram how message flow from
    XI server i.e., through which engines.. what is the input and output of each engine.
    Thanks,
    RamuV

    Hello Ramu,
    Go through this link..
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/0c733cb7d61952e10000000a11405a/frameset.htm
    Use
    Two SAP XI 3.0 Integration Servers are used to exchange messages between the system landscapes of two business partners.
    Description
    An SAP XI  Integration Server of a business partner is connected to the SAP XI  Integration Server of another business partner. Both use SAP XI  message protocol to send or receive messages.
    When an SAP XI  Integration Server receives a message from another Integration Server it understands the message format and so processes the message.
    Example
    A business partner that uses SAP XI  wants to send a message to another business partner who also uses SAP XI .
    ·        The message is sent between the Integration Servers in SAP XI  message format
    ·        The Integration Server of the second business partner then sends the message to the relevant business system
    Integration Engine
    Purpose
    The Integration Engine enables you to process XML messages exchanged between applications in heterogeneous system landscapes. Both applications of SAP components and external applications can communicate with the Integration Engine.
    Using adapters, the Integration Engine can also process IDocs (Intermediate Documents) and RFCs (Remote Function Calls). This option is available for applications that have already defined IDocs or RFCs, as well as for applications of SAP components that do not yet have access to the proxy generation functions.
    Integration
    The Integration Engine is the runtime environment of the SAP Exchange Infrastructure. The following are examples of other important parts of this infrastructure:
    ·        Proxy Generation
    ·        Integration Repository
    ·        Integration Directory
    The integration processes involved can take place between heterogeneous system components within a company, as well as between business partners outside company boundaries.
    Features
    The Integration Engine, as a runtime component of SAP Exchange Infrastructure, has the task of receiving, processing, and forwarding XML messages. During message processing, collaboration agreements are evaluated, the receivers are determined, and mapping activities are executed.
    The individual processing steps are called pipeline services and are defined in pipelines. It is the task of the Integration Engine to process these pipelines correctly and consistently. To guarantee this, you must configure the Integration Engine accordingly and monitor the message processing. Both event-driven message processing and prioritized message processing are possible.
    Thanks,
    Satya Kumar
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 22, 2008 3:34 PM

  • Unable to Add/Edit Trace or Log Configurations in SOAMANAGER

    Hi everyone!
    When users try to Add or Edit Configurations for Trace and Log they get the following error message:
    "User doesn't have authorization for activity Configuration"
    Please, anyone can tell me what authorization should I assign to that user?
    What is the object that grant this access?
    I tried to track the error by SU53 and system trace but no records are found.
    Hope I can find the answer in this forum,
    Thanks for your help.

    Hi,
      Check for the below standard authorizations.
    ●      SAP_BC_WEBSERVICE_SERVICE_USER
    Role for background users of the Web service runtime
    ●      SAP_BC_WEBSERVICE_ADMIN_TEC
    Role for technical administrator of Web services
    Monitoring sequences, messages, logging, tracing
    Monitoring of payload for component SAP_BASIS
    Administration of tracing and logging, RFC
    Defining, executing Web Services
    Administration of the Internet Communication Framework
    Administration of the RFC destination
    Administration of the Task Watcher and the Event Handler
    ●      SAP_BC_WEBSERVICE_ADMIN_BIZ
    Roles for the Business Administrator
    ●      SAP_BC_WEBSERVICE_CONSUMER
    Web Service user
    ●      SAP_BC_WEBSERVICE_OBSERVER
    User role for viewing all information on Web Services
    ●      SAP_BC_WEBSERVICE_DEBUGGER
    With debugging authorization
    ●      SAP_BC_WEBSERVICE_ADMIN
    Administration authorizations for Web Services in AS ABAP, out of date, but still valid
    Regards,
    Sudha S.

Maybe you are looking for

  • Icon Editor Bug/Feature?

    In the linked video, I am showing a puzzling behavior of the icon editor (LV 2012 (12.0f3, Windows XP 32 bit): I have two lines of text defined in the Icon Text tab. The second and the third lines, the other two are empty. I am trying to draw a frame

  • Significance of bsize in VxFS

    My Veritas file system is set up with 1k block size. However my Oracle blocks are 8k. Will I get a significant improvement by recreating the file system using 8k blocks? If yes, please explain why as detailed as possible.

  • Distribution cycle problem

    Hi, I created Distribution cycle dated on 27.06.2010 through KSV1. During execution through KSV5 put period 1 to 3, fiscal year 2010, cycle name and start date ie. creation date of distribution i.e, 27.06.2010, tick on test run and details list. Duri

  • I am trying to resize the the lengths of the address bar and the search bar. I could before using a "line" between them to drag to resize. But this is now not s

    I am trying to resize the the lengths of the address bar and the search bar. I could before using a "line" between them to drag to resize. But this is now not showing. Any ideas?

  • How does one Invert a video clip ?

    I have shot air sequences using a mini video camera bolted uspside down on a RC model glider and filming the scenery reflected on a mirror canted at 45° (No, I am not an overly complicated person: it just happens that the hardware I used -a very smal