Board index » delphi » Problem With my client server applicatie

Problem With my client server applicatie

Hello,

        I Have make a simpel client server application.
De name from de server applicatie is Server.exe, de name from de client
applicatie is client.exe.
The server application and the client application are running on the same pc
( with windows Nt 4.0 Workstation ).
This application worked correct when i work with one pc !!! .

Buth when i move my server-application to a windows NT-server, then i have a
problem becourse i can not
see my server application on the server.The question is Why ???.

NOTE : i have registered my server application on the server with this
command : SERVER/REGSERVER,
             in my client application i work with the component DCOM, and
when i set the property
            CONNECTED=TRUE , then i have an error ....    Why ???.

                Please help my , wat is this problem ????

                                    Thanks,     Jan Van Bogget

 

Re:Problem With my client server applicatie


Quote
pin27325 wrote:

...
> Buth when i move my server-application to a windows NT-server, then i have a
> problem becourse i can not
> see my server application on the server.The question is Why ???.

Read articles on DCOM on Microsoft website (also, do a web search on
COM & Delphi).  Specifically, how to configure DCOM on NT.

You'll need OleView (available from MS) to set your server app up
for remote execution.

Dima
--
Smith & Wesson - The original point and click interface...
----------------------------------------------------------
{*word*216}le-{*word*216}le, 23 Confusion 3166, 150:2:4 (1)

Re:Problem With my client server applicatie


Also, a very good source of information on COM with Delphi can be found on
http://www.techvanguards.com/.

"Dima Maziuk" <dmaz...@crosswinds.net> schreef in bericht
news:394D1FA7.29FD56E8@crosswinds.net...

Quote
> pin27325 wrote:

> ...
> > Buth when i move my server-application to a windows NT-server, then i
have a
> > problem becourse i can not
> > see my server application on the server.The question is Why ???.

> Read articles on DCOM on Microsoft website (also, do a web search on
> COM & Delphi).  Specifically, how to configure DCOM on NT.

> You'll need OleView (available from MS) to set your server app up
> for remote execution.

> Dima
> --
> Smith & Wesson - The original point and click interface...
> ----------------------------------------------------------
> {*word*216}le-{*word*216}le, 23 Confusion 3166, 150:2:4 (1)

Other Threads