Service Virtualization

Expand all | Collapse all

Flow of request is not shown completely in Server Console

  • 1.  Flow of request is not shown completely in Server Console

    Posted Mar 06, 2018 06:43 AM
      |   view attached

    Hi,

    I have below steps in my vsm file. 


    1. Listener
    2. Image selection
    3. Responder
    4. output Log Message1
    5. Image selection2
    6. javascript Step
    7. output log message2
    8. webservice XML step
    9. output log message
    10. JDBC conenction


    When I send the request to the virtual service , I am not able to see the full flow of the request under "Request Event Details" tab in "Inspection View". Only 4 steps is getting displayed ( first 3 steps and 4th step as unknown).

    How will I know whether full flow has been achieved? VS is in "most efficient Mode"

    Pls clarify


    Refer attachment for snapshot.

    Attachment(s)

    docx
    Console_flow.docx   96 KB 1 version


  • 2.  Re: Flow of request is not shown completely in Server Console
    Best Answer

    Posted Mar 06, 2018 10:47 AM

    Hello Kavitha,

     

    Here are few things you can try:

    . There is a property that controls how many inbound VSE requests for which a full set of DevTest events is buffered. The default value is 50. If we increase this property value – with caution, we will be able to get the whole list of steps executed. Add the following property to the local.properties in the VSE server. You will need to restart the VSE service.

       lisa.vse.request.event.set.buffer.size=200

     

    . Verify if the steps you added to the VSM, Output Log Message, JavaScript..., are checked as Quiet:

    QuietOption2.png

    if yes, uncheck that option and redeploy your VSM.

     

    The information provided is also available in the links below:

    What are the (unknown) steps under Execution Step - CA Knowledge 

    How do you use the Inspection View and options to - CA Knowledge 

     

    Hope it helps.

    Heloisa



  • 3.  Re: Flow of request is not shown completely in Server Console

    Posted Mar 08, 2018 04:11 AM

    Thanks Heloisa for sharing the info.