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

Similar Messages

  • 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?

  • 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

  • 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

  • SQL*NET V2에서 LOG 와 TRACE의 PARAMETER

    제품 : SQL*NET
    작성날짜 : 1997-06-23
    SQL*NET V2에서 LOG 와 TRACE의 PARAMETER
    =======================================
    << SQLNET.ORA >>
    =======================================================================
    PARAMETERS     | Values     | Example (CLIENT, UNIX)
    =======================================================================
    * CLIENT side
    =======================================================================
    TRACE_LEVEL_CLIENT | OFF/USER/ADMIN     | TRACE_LEVEL_CLIENT=USER
    TRACE_FILE_CLIENT | string     | TRACE_FILE_CLIET=client.trc
    TRACE_DIRECTORY_CLIENT | valid directory | TRACE_DIRECTORY_CLIENT = | | c:\temp\trace
    TRACE_UNIQUE_CLIENT | OFF/ON     | TRACE_UNIQUE_CLIENT=ON
    LOG_FILE_CLIENT     | string     | LOG_FILE_CLIENT=client.log
    LOG_DIRECTORY_CLIENT | valid directory | LOG_DIRECTORY_CLIENT=c:\temp
    | | \log
    =======================================================================
    * SERVER side
    =======================================================================
    TRACE_LEVEL_SERVER | OFF/USER/ADMIN     | TRACE_LEVEL_SERVER=USER
    TRACE_FILE_SERVER | string     | TRACE_FILE_SERVER=server.trc
    TRACE_DIRECTORY_SERVER | valid directory | TRACE_DIRECTORY_SERVER =
    | | c:\temp\trace
    LOG_FILE_SERVER     | string     | LOG_FILE_SERVER=server.log
    LOG_DIRECTORY_SERVER | valid directory | LOG_DIRECTORY_SERVER=c:\temp
    | | \log
    =======================================================================
    * TNSPING          
    =======================================================================
    TNSPING.TRACE_LEVEL | OFF/USER/ADMIN     | TNSPING.TRACE_LEVEL=USER
    TNSPING.TRACE_DIRECTORY| valid directory | TNSPING.TRACE_DIRECTORY
    | | =/oracle/network/trace
    =======================================================================
    << LISTENER.ORA >>
    =======================================================================
    PARAMETERS | VALUES | EXAMPLE (CLIENT,UNIX)
    =======================================================================
    TRACE_LEVEL_LISTENER | OFF/USER/ADMIN | TRACE_LEVEL_LISTENER=OFF
    TRACE_FILE_LISTENER     | string | TRACE_FILE_LISTENER =
    | | listener.trc
    TRACE_DIRECTORY_LISTENER | valid directory | TRACE_DIRECTORY_LISTENER=
    | | /oracle/network/trace
    LOG_FILE_LISTENER     | string | LOG_FILE_LISTENER =
    | | listener.log
    LOG_DIRECTORY_LISTENER     | valid directory | LOG_DIRECTORY_LISTENER =
    | | /oracle/network/log
    =======================================================================

    제품 : SQL*NET
    작성날짜 : 1997-06-23
    SQL*NET V2에서 LOG 와 TRACE의 PARAMETER
    =======================================
    << SQLNET.ORA >>
    =======================================================================
    PARAMETERS     | Values     | Example (CLIENT, UNIX)
    =======================================================================
    * CLIENT side
    =======================================================================
    TRACE_LEVEL_CLIENT | OFF/USER/ADMIN     | TRACE_LEVEL_CLIENT=USER
    TRACE_FILE_CLIENT | string     | TRACE_FILE_CLIET=client.trc
    TRACE_DIRECTORY_CLIENT | valid directory | TRACE_DIRECTORY_CLIENT = | | c:\temp\trace
    TRACE_UNIQUE_CLIENT | OFF/ON     | TRACE_UNIQUE_CLIENT=ON
    LOG_FILE_CLIENT     | string     | LOG_FILE_CLIENT=client.log
    LOG_DIRECTORY_CLIENT | valid directory | LOG_DIRECTORY_CLIENT=c:\temp
    | | \log
    =======================================================================
    * SERVER side
    =======================================================================
    TRACE_LEVEL_SERVER | OFF/USER/ADMIN     | TRACE_LEVEL_SERVER=USER
    TRACE_FILE_SERVER | string     | TRACE_FILE_SERVER=server.trc
    TRACE_DIRECTORY_SERVER | valid directory | TRACE_DIRECTORY_SERVER =
    | | c:\temp\trace
    LOG_FILE_SERVER     | string     | LOG_FILE_SERVER=server.log
    LOG_DIRECTORY_SERVER | valid directory | LOG_DIRECTORY_SERVER=c:\temp
    | | \log
    =======================================================================
    * TNSPING          
    =======================================================================
    TNSPING.TRACE_LEVEL | OFF/USER/ADMIN     | TNSPING.TRACE_LEVEL=USER
    TNSPING.TRACE_DIRECTORY| valid directory | TNSPING.TRACE_DIRECTORY
    | | =/oracle/network/trace
    =======================================================================
    << LISTENER.ORA >>
    =======================================================================
    PARAMETERS | VALUES | EXAMPLE (CLIENT,UNIX)
    =======================================================================
    TRACE_LEVEL_LISTENER | OFF/USER/ADMIN | TRACE_LEVEL_LISTENER=OFF
    TRACE_FILE_LISTENER     | string | TRACE_FILE_LISTENER =
    | | listener.trc
    TRACE_DIRECTORY_LISTENER | valid directory | TRACE_DIRECTORY_LISTENER=
    | | /oracle/network/trace
    LOG_FILE_LISTENER     | string | LOG_FILE_LISTENER =
    | | listener.log
    LOG_DIRECTORY_LISTENER     | valid directory | LOG_DIRECTORY_LISTENER =
    | | /oracle/network/log
    =======================================================================

  • 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

  • Enable SQLNet server trace and DB traces

    HI,
    I need to Enable SQLNet server and client side network traces and DB traces. How can I do that . Here are my platform , OS etc
    Database OS : Red Hat Enterprise Linux 5.7
    Database Version : 11.2.0.2 Enterprise Manager
    I have Oracle Wblogic Server 10.3.3 running on a different RHEL 5.7 Linux box.
    Thanks

    Hi,
    I have a specific problem. The problem is , I have created a logon trigger , that checks the user trying to create a session and it makes the session case insensitive. Below is the trigger content. Now this trigger works fine , but once in a while it fails . That means all the queries that are being issued from the application deployed in the weblogic server fails if the search parameter case is not proper . So for example if the query fired is SELECT name FROM Personnel WHERE first_name like 'j', it fails, but when the user puts "J" ( upper case J) , then the search result returns the data. ANd its very random. The application uses jdbc thin driver. Also the connections made through TOAD also becomes case sensitive randomly. So is the effort to find out why is the trigger failing and how to fix it . This is driving the user as well as the developer crazy. Oh By the way we use only one user "SA" to connect to the DB .
    Thanks for all your help.
    Here is the trigger script:
    CREATE OR REPLACE TRIGGER SYSTEM.SET_NLS_ONLOGON
    AFTER LOGON
    ON DATABASE
    DECLARE
    cmmd1 VARCHAR2 (100);
    cmmd2 VARCHAR2 (100);
    cmmd3 VARCHAR2 (100);
    BEGIN
    cmmd1 := 'ALTER SESSION SET NLS_SORT=BINARY_CI';
    cmmd2 := 'ALTER SESSION SET NLS_COMP=LINGUISTIC';
    cmmd3 := 'alter session set NLS_TIMESTAMP_FORMAT = ''YYYY-MM-DD HH24:MI:SS.FF''';
    IF (USER IN ('SA'))
    THEN
    EXECUTE IMMEDIATE cmmd1;
    EXECUTE IMMEDIATE cmmd2;
    EXECUTE IMMEDIATE cmmd3;
    END IF;
    END SET_NLS_ONLOGON;

  • 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

  • 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

  • How to find where the user logged in to SAP

    Dear All,
    Our client is using SAP 8.8. He is using Citrix. When he logged in, it says user already login. I login to SAP by manager and I saw his user is gray out. That means this user logged in from some where.
    Their IT person said he has no session on Citrix server and he is the only user use that login (nobody share the ID with him). I checked SQL activity monitor, it cannot tell which use login from where. It just say SQL user (they all use the same SQL user). Any idea? They don't want to restart their SQL service. Thanks in advance.
    Regards,
    Yuka

    Thanks for the answer Gordon. Can you let me know how to check the user login in either SP_who2 or SQL management studio? In activity monitor, I see everybody has the same login (SQL user and password).
    Regards,
    Yuka

  • 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

  • I cannot find my messages and log icons-

    I mistakenly hide two icons--where yoyr messages are and call log; where are they?

    Hit the menu key while on the home screen and select "show all"
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Monitoring Logs, Traces etc.

    Hello,
    I wonder about logging and tracing features of SAP NG. In our current system, we are using SOA manager to fix incoming problems with traditional web services. I researched the features of the NG but couldn't find any usable document.
    Thank you.

    Hi,
       you can read these links:
    1. [SAP NetWeaver Gateway Technical Operations Guide|http://help.sap.com/saphelp_gateway20/helpdata/en/2e/389be03ca74534a254569cd4a1a018/frameset.htm]
    2. [Logging in SAP NetWeaver Gateway|http://help.sap.com/saphelp_gateway20/helpdata/en/a7/e34826e0f54073aa0d5b298e470041/frameset.htm]
    In the first link you can see Trace and Log Files for System and Application Logs (SLG1)
    I hope I help you.
    Best Regards,
    Fabio

  • 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.

  • SQL Developer and Blocking View of Other Users' Objects

    I am using SQL Developer in a classroom environment. My student users can “see” Other Users objects. They cannot modify, but none the less can see the structure and data.
    I only want the users to be able to see their own objects. Is there a privilege that needs to be revoked? (In using SQL Plus command line, this was not a problem.)
    Thanks.
    -Karen

    Karen,
    From sysdba account (sys/system). Run following and verify for that particular user grant is revoked. May be exit from sql developer and log back in or refresh view.
    YOu can also potenially revoke all the privs from all non admin uses i.e.r even connect/resource roles and grant them back.
    revoke select any table from yourschemaname;
    revoke connect from schemaname;
    revoke create session from  schemaname;
    revoke resource from schemaname;
    Then just grant privs as need basis
    grant connect to schemanme;
    grant resource to schemaname;
    grant create session to schemaname;
    ..Regards
    Edited by: OrionNet on Jan 23, 2009 2:01 PM

Maybe you are looking for

  • CS5 (or 4)  Timecode in audio!

    Is CS5/4  able to show timecode in audio .wavs (anywhere/anyhow) ? Yesterdays shoot- Free run timecode specifically set to record in double system set up and now I can not find anyway to see the audio time code! Metadata starts at 00:00:00:00 as does

  • Black screen when trying to apply Ken Burns effect

    I drag a clip to the timeline, click on media-show photo settings, then the box for ken burns effect shows up but the screen goes black and it says it doesn't recognize the file. I enlarged, dragged and it still doesn't work. It worked earlier in the

  • Non-ASCII charaters in a unix file

    Hi, Could you pls tell me how do i know the non-ascii/ascii characters in a unix file. Thanks

  • Horrific Download Speed..will be returning AppleTV to Apple

    Just bought and set-up ATV at home. Updated ATV out of the box to most recent software (??mistake) I have a gigabit wired network. All computers have 10mbs+ download speeds. Rented my first standard def movie. It has taken 2 hours to download 10% of

  • Trying to restore ipod, demanding I attach to the external power source.

    I have been given a 2nd hand 20gb ipod photo, 4g. It would not sync to my itunes, instead it would get about 30 songs in and cancel itself. I have tried to restore the ipod to the original factory settings using itunes and it is now demanding that I