The information in this article applies to:
SYMPTOMSWhen a client application uses Network DDE to connect to a remote DDE server application, the connection appears successful. However, the applications cannot communicate through DDE and you may receive the following error message:
CAUSEWhen establishing a DDE conversation to a remote DDE server (source) using Network DDE, it is important that two operations are performed correctly. You may experience the symptoms listed above if the following two operations are not correctly performed:
MORE INFORMATIONDDESHAREFor more information on creating DDE Shares, please see the following article in the Microsoft Knowledge Base:Q114089 Using the Windows NT NetDDE Share ManagerThe information below assumes that a Share has been configured for the Sales.xls spreadsheet in Excel 97 and is based on the following article in the Microsoft Knowledge Base: Q128491 Creating a NetDDE Link in Excel on Windows NT
The different styles listed reflect the different types of client
applications that may attempt to connect to the server (and the different
forms of DDE that they may use). For example, a DDE client that uses DDEML
(DDE Management Library), such as Excel 97, accesses the DDE server through
the share information listed in the New Style setting.
Connecting LocallyA DDE client requires an application name and topic name in order to connect to a DDE server. When the DDE server and client are on the same computer, and Network DDE is NOT being used, the client attempts to connect to the server using something similar to the following:Using the Old Style (Message Based DDE) you would use these values:
Using the New Style (DDE Management Library (DDEML) based) you would use
these values (for Excel 97):
Performing a DDE Request for Item: R1C1 returns the value in Row 1 Column 1
on Sheet 1 of the Sales.xls spreadsheet in both of these examples.
Connecting Through Network DDEWhen the DDE server and client are on different computers, and Network DDE is used to connect them, the client attempts to connect to the server using the following rules.
The true Application and Topic names that are necessary to connect to the application are not required by the DDE client, but must be correctly configured with DDESHARE on the server. It is also important to ensure that your client is using the appropriate Topic name (with the correct extension) for the entries defined by DDESHARE. Additional query words: networking
Keywords : kbnetwork wfwg NTSrvWkst |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |