Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM+ Scripting, Proxy Export not exporting as proxy??

Status
Not open for further replies.

dacokey

Programmer
Jun 17, 2004
1
GB
Hi,

I have written some vbs script which inserts a selected dll, sets up all the required COM+ stuff, then export's the COM+ package as a application proxy.
The problem is that the package does not run as a proxy, but instead attempts to run the dll on the client.

The vbs line that exports is:

catalog.ExportApplication MyApp, MyAppPath, COMAdminExportApplicationProxy

(This is all on a single line.)

Anybody have any clues as to why this is failing, I am almost certain that this works on other OS's, but not on Win2000, which is the client and server OS.

Any help much appreciated.
Col
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top