Service Virtualization

Expand all | Collapse all

JDBC virtualization using CA Devtest

  • 1.  JDBC virtualization using CA Devtest

    Posted Dec 07, 2018 05:22 AM

    Hi All,

     

    Greetings for the day!

    I am trying to visualize a table using JDBC transport protocol.

    But while providing endpoint information am unable to understand what to provide as max port and base port.

     

    Can anyone help me with this procedure.

     

    Much Thanks!

     

    Regards,

    Girija K.



  • 2.  Re: JDBC virtualization using CA Devtest
    Best Answer

    Broadcom Employee
    Posted Dec 07, 2018 12:44 PM

    What database are you trying to Virtualize?  And what version of DevTest are you using? 

    Please review these documents :

     

    Here is a few links to agent documentation. 

     

    DevTest Java Agent (general agent information and links): 
    https://docops.ca.com/devtest-solutions/10-3/en/agents/devtest-java-agent 

     

     

    Are you new to JBDC Virtualizaiton? 
    Considerations Prior to JDBC Virtualization: 
    https://comm.support.ca.com/kb/considerations-prior-to-jdbc-virtualization/kb000010285 

     

    Virtualize JDBC Traffic: 
    https://docops.ca.com/devtest-solutions/10-3/en/using/using-ca-service-virtualization/using-devtest-portal-with-ca-service-virtualization/virtualize-jdbc-traffic 

     

    Notes: 
    1. JDBC Virtualization is not meant to replace a database. It is meant to handle a few small calls. 
    2. JDBC Virtualization can be very tricky. The JDBC protocol is very chatty and there are many more messages between the driver and DB than most people realize. 



  • 3.  Re: JDBC virtualization using CA Devtest

    Posted Jan 02, 2019 01:13 PM

    Thank you Shiney!