Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Equivalent command in Windows - strace

Received Response
206
Views
4
Comments
OBIEE_Drool
OBIEE_Drool Rank 4 - Community Specialist

Hello - Can someone help me with equivalent command in Windows for this:

strace -f -o trace.out ./opmnctl startproc ias-component=<name of the component for example coreapplication_obisch1>

Thanks in advance.

Answers

  • Hi,

    Did you try ... Google?

    For example just one of the first results: http://stackoverflow.com/questions/3847745/systrace-for-windows

  • rmoff
    rmoff Rank 6 - Analytics Lead

    Why do you want to trace the process? Curiosity or troubleshooting?

    I've found procmon to be useful in the past.

  • OBIEE_Drool
    OBIEE_Drool Rank 4 - Community Specialist

    @Gianni Ceresa Yes, I did see the community post earlier and installed Process Monitor on my end. The reason I had to pose this question was to know if there was an equivalent Windows command line option for the above command. But thanks for your input though.

    @rmoff Likewise we do in Linux, I wanted to troubleshoot each BI Process as they are failing to start (Scheduler, CCS, BI Server and BIPS) and get a log. Thanks.

  • rmoff
    rmoff Rank 6 - Analytics Lead
     
    rmoff Likewise we do in Linux, I wanted to troubleshoot each BI Process as they are failing to start (Scheduler, CCS, BI Server and BIPS) and get a log. Thanks.
    

    So yeah - procmon should help.