How To Export an MTS/COM+ Package to Point to Another Server (282413)



The information in this article applies to:

  • Microsoft COM+ 1.0
  • Microsoft Transaction Server 2.0

This article was previously published under Q282413

SUMMARY

When you export a package from Microsoft Transaction Server (MTS) explorer or from Component Services, you can specify which server the client proxy points to.

MORE INFORMATION

To create a client's executable file that makes the proxy point to a different server when the file is installed on a client computer, follow these steps:

Exporting from MTS

  1. In the MTS explorer of the computer from which you want to export the proxy, right-click My Computer, and then click Properties.
  2. On the Options tab, under Remote Server name, type the name of the server where you want the package to run.
  3. Export the package.
  4. Run the .exe file that is created under the client's folder on the client computer.

Exporting from Component Services

  1. In Component Services of the computer from which you want to export the proxy, right-click My Computer, and then click Properties.
  2. On the Options tab, under Application Proxy RSN, type the name of the server where you want the package to run.
  3. Export the proxy as an application proxy.
  4. Run the .msi file that is created on the client computer.
When you instantiate the component on the client computer, it runs on the server that you specified in step 2.

Modification Type:MinorLast Reviewed:7/15/2004
Keywords:kbhowto kbSysAdmin KB282413