Jan 22, 2003 #1 beredon Programmer Jan 5, 2001 17 AU I was wondering if it is at all possible to shutdown a COM+ application through code. If so, could you give me a pointer in how to do it? Thanks.
I was wondering if it is at all possible to shutdown a COM+ application through code. If so, could you give me a pointer in how to do it? Thanks.
Jan 22, 2003 1 #2 MartinEhlers Programmer Nov 29, 2001 4 DE Hi there, we use the following VBScript to shut down our application: Dim Catalog Set Catalog = CreateObject("COMAdmin.COMAdminCatalog.1" Catalog.ShutdownApplication ("AppName" Just replace AppName with the name of the COM+-Application you want to stop. Cheers, Martin Upvote 0 Downvote
Hi there, we use the following VBScript to shut down our application: Dim Catalog Set Catalog = CreateObject("COMAdmin.COMAdminCatalog.1" Catalog.ShutdownApplication ("AppName" Just replace AppName with the name of the COM+-Application you want to stop. Cheers, Martin