cancel
Showing results for 
Search instead for 
Did you mean: 

Any DCOM object to query SAP Systems status

former_member193399
Active Participant
0 Kudos

Hi All,

I am looking to write a either VBScript or VB application to quickly query status of all the SAP Systems in our environment. I am currently using sapcontrol.exe in a batch file but I am unable to manipulate its output. This is just a temporary solution until we get the solution monitoring up and running.

I did some research on ISAPControl DCOM object but it has to run on the physical server of the SAP System.

Any help is highly appreciated.

Thanks,

-RT

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193399
Active Participant
0 Kudos

I used SAPControl.exe in a windows batch file to query the SAP Systems I want and dumped it to a SQL table. Wrote queries on top of it to summarize and used xp_sendmail to send the results. Worked out pretty good. I understand I can use Solution Manager to do the same. But I wanted something outside of SAP infrastructure.