DX Application Performance Management

  • 1.  CA APM 10.7 monitoring of VB6 Application

    Posted Aug 07, 2018 12:27 PM

    Hi Team,


    We are planning to onboard the new VB6 developed application in to the CA APM 10.7
    and it is using IIS and Oracle database.

    Can we monitor this VB6 application using CA APM 10.7 or not?

    Please conform.


    Thanks,
    Ramesh k
    Cell No: 657-363-9363



  • 2.  Re: CA APM 10.7 monitoring of VB6 Application
    Best Answer

    Broadcom Employee
    Posted Aug 07, 2018 06:52 PM

    Hi Ramesh,

    The APM .NET Agent can only monitor managed code i.e. code compiled to the byte code CIL/IL running under .NET Framework CLR. So for example it can monitor VB.NET but not standard Visual Basic like VB6. 

    Microsoft .NET Agent - CA Application Performance Management - 10.7 - CA Technologies Documentation 

    So if your VB6 application has no .NET components at all then it won't be possible for the APM .NET Agent to monitor it.

     

    One other option would be monitor Windows Perfmon metrics related to the application using the Performance Monitor Collection Agent that is deployed separately with the .NET agent:

    Configure .NET Agent Properties - CA Application Performance Management - 10.7 - CA Technologies Documentation 

     

    Hope that helps.

     

    Regards,

     

    Lynn



  • 3.  Re: CA APM 10.7 monitoring of VB6 Application

    Broadcom Employee
    Posted Aug 07, 2018 11:02 PM

    VB6 hasn't been supported by MS since the mid-2000s.



  • 4.  Re: CA APM 10.7 monitoring of VB6 Application

    Posted Aug 08, 2018 12:05 PM

    Lynn/Davis,

     

    Thanks for shared your  great knowledge with me.