CA Configuration Automation

 View Only
Expand all | Collapse all

Microsoft Console Based Script Host when ran a discover of databases

  • 1.  Microsoft Console Based Script Host when ran a discover of databases

    Posted Mar 15, 2021 04:01 PM
    Hi Community, has anyone this problem when ran a discovery of SQL Server?

    In the server client start the process Microsoft Console Based Script Host a few moments after to ran a discover of SQL Server, and the procesator of the server go to 100%, when the discover end, this process not enden.




  • 2.  RE: Microsoft Console Based Script Host when ran a discover of databases

    Broadcom Employee
    Posted Mar 19, 2021 12:46 PM
    That usually refers to the CCA agent running multiple scripts against the server (each script usually a small process) that has not completed

    If those are still active, you can look at the agent folder and see temp files or vbs files.   Those files gets removed after completion, so if they still exist, then something is still attempting to run, possible without timeout.  Take a look at those files (some cleanup may need to be done to view raw code/ script) and you will have a better understanding on what query\process is having issues running

    You can also enable verbose=4 in the agent.conf file and take a look at the agent.log for some details.  At the same time, look at the discovered component, anything in that component not discovered, does not have data that is expected?  Those items are usually the ones with incomplete script runs