Hi,
we have a problem with checking the username and password on a system with a domain server. Unfortunately, our system runs without a domain, so testing is pretty hard.
The following code does work for us (no domain), but doesn't work on a system with domain:
if (!::LogonUser(bstrUser...
Hi everyone,
when I start a COM+ call that takes some time to complete, an annoying little box pops up on the client saying something like "server is busy" (sorry - we got the german version of Windows, it says "Server ist ausgelastet"). When the user presses the...
Hi,
we've encountered similar problems with our C++-Components frequently. In most cases, the component had to be rebuilt from scratch (copying the code from the old one) to get it working again. :(
Martin
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.