Hi,
How to check Domino server is running or not through API with the server name.
I’m trying to execute ‘daosmgr.exe resync’ from my application and this is crashing if the domino server not running.
Currently I’m using NSPingServer API to check, but it has dependency with SMTP server.
Please help me.