<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: LOG  FILES in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259832#M977481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;but i cant find any log file in the app side...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 05:32:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T05:32:30Z</dc:date>
    <item>
      <title>LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaq-p/2259825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;I wanna to know where can i find the log file which executes the codes that we have uploaded into the EP as PAR file. &lt;/P&gt;&lt;P&gt;I am now doing portal application and currently i am doing some debugging myself to my database connection codes to test out whether it works so i need a log file in the server to see where the codes have gone wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 00:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaq-p/2259825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T00:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259826#M977475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Log files will be stored in &lt;/P&gt;&lt;P&gt; &amp;lt;SAP WebAS install dir &amp;gt; / &lt;/P&gt;&lt;P&gt;JC&amp;lt;Instance no&amp;gt; / j2ee/cluster/server0/log/defaultTrace.trc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(usr/sap/PRT/JC10/j2ee/cluster/server0/log/defaultTrace.trc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use System.err.println(" sdfsdf"); It will be recorded in the log file file&lt;/P&gt;&lt;P&gt;otherwise you can user logger also . SAP has logging.jar to store logs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesan S&lt;/P&gt;&lt;P&gt;PS : Award points if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 03:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259826#M977475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T03:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259827#M977476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  By default, the path will be &amp;lt;Drive:&amp;gt;\usr\sap\J2E\JC00\j2ee\cluster\server0\log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for the defaultTrace updated recently.&lt;/P&gt;&lt;P&gt;U can also view this file from visual admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 04:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259827#M977476</guid>
      <dc:creator>vijayakhanna_raman</dc:creator>
      <dc:date>2007-05-18T04:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259828#M977477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Quatre ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has its own component for loggig ,messaging,notification and all.You can find the Log files as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J2ee :- The physical location of the log file are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Your_server_drive&amp;gt;:usrsap&amp;lt;SID&amp;gt;(3 Characters)&amp;lt;SYS&amp;gt;(4 character)j2eeclusterserver0log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Portal :-&amp;lt;Drive&amp;gt;usrsap&amp;lt;SAP_System ID&amp;gt;JC&amp;lt;J2EE Engine Instance&amp;gt;j2eeclusterserver&amp;lt;n&amp;gt;appssap.comirjservlet_jspirj
ootWEB-INFportallogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Portal, go to Java Development &amp;gt; Portal LogViewer&lt;/P&gt;&lt;P&gt;you need to have the Java Developer role to be able to view this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign these roles for that &lt;/P&gt;&lt;P&gt;SAP_JAVA_NWADMIN_CENTRAL&lt;/P&gt;&lt;P&gt;SAP_JAVA_NWADMIN_CENTRAL_READONLY&lt;/P&gt;&lt;P&gt;SAP_JAVA_NWADMIN_LOCAL&lt;/P&gt;&lt;P&gt;SAP_JAVA_NWADMIN_LOCAL_READONLY&lt;/P&gt;&lt;P&gt;SAP_JAVA_NWMOBILE_ADMIN_READONLY&lt;/P&gt;&lt;P&gt;SAP_JAVA_NWMOBILE_ADMIN_SUPER&lt;/P&gt;&lt;P&gt;SAP_JAVA_SUPPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this for more details &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="186092"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF EP 7 &lt;/P&gt;&lt;P&gt;you can even loggin to http://&amp;lt;hostname&amp;gt;:port/nwa&lt;/P&gt;&lt;P&gt;A new utility provide by SAP where you can monitor the server stats and loads of things .Infact the Logs can also be seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Managemnt&lt;DEL&gt;&amp;gt;Configuration&lt;/DEL&gt;&amp;gt;Log configuration,&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;System Managemnt&lt;DEL&gt;&amp;gt;Administration&lt;/DEL&gt;&amp;gt;Log and trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx &lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 04:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259828#M977477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T04:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259829#M977478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3400681"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 04:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259829#M977478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259830#M977479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;i have found the log files but i do not know where is my log file or not. Cos i added &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;System.out.println("1");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in my codes. And i want to test whether the codes stop at which line but the error message of the codes is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error in resource clean up for a disconnected client java.lang.NullPointerException&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259830#M977479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259831#M977480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Quatre &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in the apps log file you will get that , i though you wanted to know the standard SAP provided log traces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259831#M977480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259832#M977481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;but i cant find any log file in the app side...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259832#M977481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259833#M977482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try checking over here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:\usr\sap\&amp;lt;SID&amp;gt;\JC01\j2ee\cluster\server0\log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if still does nt work try to write the log inside a file which can be set inside the code wriiten by you and call the standard logging api of SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259833#M977482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259834#M977483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;how do i code out the log file ? I am new to SAP NWDS and also J2EE. Do you have sample codes for coding out the log file ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 06:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259834#M977483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T06:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259835#M977484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;how do i use the user logger? Sorry new to NWDS/EP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Loads &lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259835#M977484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259836#M977485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="173916"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="38182"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the Logging framework&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/3a/63e540aa827e7fe10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/3a/63e540aa827e7fe10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fa/44d94016828431e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fa/44d94016828431e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Check for the trace file they have all your application logs .I dont think so for so much of thing we will have to go into so much complexties.Check the latest trace file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259836#M977485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259837#M977486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;Thanks for all ur help, i have found the log files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Loads,&lt;/P&gt;&lt;P&gt;Quatre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 05:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259837#M977486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T05:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259838#M977487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      Rewarding points is the way of saying Thanks in SDN. Kindly reward points to people who have spent time in answering you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules&lt;/A&gt;&lt;EM&gt;of&lt;/EM&gt;Engagement&amp;amp;&lt;/P&gt;&lt;P&gt;Check step4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259838#M977487</guid>
      <dc:creator>vijayakhanna_raman</dc:creator>
      <dc:date>2007-05-23T07:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: LOG  FILES</title>
      <link>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259839#M977488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check you log files in by following this steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;login to the portal with super admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;host" target="test_blank"&gt;http://&amp;lt;host&lt;/A&gt; name&amp;gt;:port/irj/portal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after logging in remove &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;irj/portal from the url and type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nwa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it will open one new screen here you double click on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;monitoring &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it will open new screen here you press on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logs and traces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it will navigate you into another window ther in drop down list select &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default traces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;STRONG&gt;please reward point if the information is helpful to you&lt;/STRONG&gt;**************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 10:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/log-files/qaa-p/2259839#M977488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T10:30:44Z</dc:date>
    </item>
  </channel>
</rss>

