Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: DCOM Config

$
0
0
Re: DCOM Config
Web Connection 5.0
Re: DCOM Config
May. 13, 2013
04:24 pm
3S80Z6I6VShow this entire thread in new window
Gratar Image based on email address
From:David Pedrelli
To:Rick Strahl
Okay, I tried mmc comexp.msc /32 and it works. The first time I registered the server, it did show-up in DCOM, without using the /32 command switch. After I deleted it from DCOM, it does not show-up, after I register it.


On 64 bit systems COM registeration for FoxPro EXEs doesn't make it to the DCOM registry.

As Kevin points out using the CONSOLE commands to register your COM server will do the trick:

doCONSOLEwith"DCOMIMPERSONATION", "webapp.webappServer", "SYSTEM"

or

CONSOLE"DCOMIMPERSONATION""webapp.webappServer""SYSTEM"

from the Windows Command Prompt AFTER you've run YourServer.exe /regserver will register the server properly with DCOM.

More info on this problem in this Blog post:

http://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=887

+++ Rick ---


Hi,

I added a new method to the wwServer interface. As a result, I got the "BSTRToString Failed on Response. Err code = ffffffff" error. I unregistered the server, removed it from DCOM Config, and removed any registry entries. I re-registered it. However, the app does not show-up in DCOM Config. I restarted IIS. I restarted the server. The app is running in COM mode; however, I cannot access the DCOM Config to set the user.

Thanks,

David




Viewing all articles
Browse latest Browse all 10393

Trending Articles