Monday, 10 November 2014

How to Capture Client Side ARAPI Logs

Follow the steps to capture the Client Side ARAPI Logs



  • Stop the JSP engine
  • Please copy the file named <Midtier>\WEB-INF\lib\arsys_sample.xml to <Midtier>WEB-INF\classes\arsys_api.xml
  • Modify the line

                 <apiRecording>0</apiRecording>
           to
                 <apiRecording>31</apiRecording>

  • Restart your JSP engine
  • Wait for prefetch operation to finish if enabled
  • Access and reproduce the error
  • Look for the below logs

                   Service<ARSERVER>#_arapires.log
                   <User><ARserver#_arapires.log 

These logs will be located on yout JSP engine installation directory. If not, search in entire system. ( maybe under "system32" directory )

Analyze these logs and lookout for any issues

No comments:

Post a Comment