Cluster applications

  • Thread starter Thread starter Morne
  • Start date Start date
M

Morne

Hi

I have an application that runs in a Microsoft cluster
and I have the following problem:
When the application starts up, you can see that the
process started by looking at the Task Manager, but the
aplication front-end does not start, although I said that
it must interact with the desktop.
Can anybody help?
Thanks
Morne
 
Is your application MFC based one ? I presume you are using Win2K Cluster to
host this application, but incase, you are using NT 4.0 Clustering, here is
a KB article dealing in similar issue
http://support.microsoft.com/?id=181491.

--
Sandeep Sutari
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Hi Sandeep

MFC???
Yes I am using Win2k cluster. In the mean time I have
done a bit of work, the problem still exists, but I have
found something interesting. I wrote a service that only
starts notepad when the service is started. When I
install the service into an XP prof environment and then
start the service, notepad's frontend and the actual
process is started. When I install the service into a
Win2K server and then start the service, only the process
gets started. So, maybe this is not a cluster issue, but
rather a win2k issue?

Morne
 
Back
Top