Article ID: 191741 - Last Review: March 14, 2005 - Revision: 4.3 INFO: RDS Registry/Security Settings for Custom Business ObjectsThis article was previously published under Q191741 On This PageSUMMARY
This article explains the various settings required to launch custom
business objects over HTTP or the Distributed Component Object Model (DCOM)
using Remote Data Services (RDS).
RDS is used to transport Active Data Object recordsets from a server to a client computer. The resulting recordset is cached on the client computer and disconnected from the server. RDS contains a server-side business object (ActiveX DLL) called the RDSDataFactory (RDF) that sends SQL statements to a database management system (DBMS), and passes the results back across the Internet or an Intranet. The DataFactory object of RDS enables Web applications to provide live data with little programming. RDS can also be used to work with custom business objects. RDS business objects can be launched in the server either over HTTP or DCOM. To launch custom business objects using RDS there are certain registry and security settings required at the server as well as the client. MORE INFORMATIONSettings for Running Business Objects over HTTPSettings on the Server:
There are no settings required on the client. Settings for Running Business Object over DCOMDCOM through RDS does not require Internet Information Server at the server side.Settings on the Server:
Special Considerations when Invoking an Object on the Same ComputerIf you use RDS.DataSpace to create an instance of a business object on the same computer as the client by giving the name of the computer, it fails to create the object. For example, if the client and server are on the same computer called "MyServer" using the following fails:REFERENCES
For additional information, please see the following article in the
Microsoft Knowledge Base:
183315
(http://support.microsoft.com/kb/183315/EN-US/
)
HOWTO: Write and Validate a Custom Business Object with RDS
| Article Translations
|
Back to the top
