Add your own alternative version
Stats
168.2K views 31 bookmarked
Posted
7 Oct 2001
Licenced
|
Comments and Discussions
|
|
hi
my name is Eduardo, and I have being a problem with DCOM
"Interface Not Supported"
|
|
|
|
|
I want to ditribute COM+ but I don't want COM Server provide User for Client (it means there's no Domain Controler here, Client and COM Server are independent).
I distribute COM+ dll and set Authentication Level for Calls Property of Component to None, then I use clientreg to register VBR file to Client. When I run application, it can not active COM and show err: Error 70: Permission Denied
Anybody can help me?
Thanks
|
|
|
|
|
Hello friends
when I export the server application, the proxy installed on the client does not register the dll file. so, I have to copy and register the dll file manually to the COM+ app dir.
With the same process of generation, in other server, the proxy installer works perfectly.
What server configaration may affect the proxy generation?
Additionally, in the first environment I receive ever, in the client, the error 70 "permission denied", "the server was stopped or is in the restar process".
In the second environment, the client works fine with certains configurations (the identity for the server application must be an user with domain administrator account).
Note: to use the dll I use the instruction New in VB 6.0 and the user authentication is managed by Windows, the logued user ever had permissions to start and access DCOM.
Can anybody help me?, the process fails in production but not in development.
Thanks

|
|
|
|
|
NO body will be able to help you sorry
|
|
|
|
|
Delphi 6 UP2.
My application is the following:
COM+/MTS DATAMODULO;
Several RDM, through SharedConnection;
My option of Transaction Model, is always: Requires new transaction and
Threading Model is: Both
In the Client:
DCOMConnection, linked ConnectionBroker to DCOMConnection, to facilitate a
protocol "change if there is in the future"
I export the server for installation in my customer and I also export Proxy.
Same exporting Proxy there, the mistake persists.
Obs: In my net it works, in the customer's net not! I didn't still get to
see where is the problem.
Server Win2000 SP2, Client Win98.
--
Regards,
Anderson Haertel Rodrigues
Brazil.
|
|
|
|
|
I have the same behavior, I had to copy the component file to Program files\complusApplications\{Applicatio ID} directory and register it manually. I know that this are not the ebst way. If any knows the solution say me
|
|
|
|
|
Hi,
I have made up a COM component .. and i am calling method of this componet throght a client who is on different machine.. Is there any way to find out the name of client machine in the componet code.
HArish Chouksey
Software Engineer
Learnet India Limited
Mumbai-India
|
|
|
|
|
I am getting "Access denied" in my application when I try and access my DCOM object remotely. I have set up every security setting to allow "Everyone" launch permisions and full access. What am I doing wrong?
Also, if I log on as an administrator to the client and set DCOM up to run my object on another machine does that setting apply to every user that logs on to that client. If not, how can I set that up so that I do not have to go into DCOMCNFG for each login (because not all logins have access to run DCOMCNFG).
Any help would be greatly appreciated.
Thanx,
Jack
Jack Walker
|
|
|
|
|
This is probably a solution that fits your requirement. The Access Denied error can be caused by many scenarios. To really get round the problem you really need to understand DCOM Security.
I would sugest you read the following two part articles by Jeff Prosise on DCOM security.
http://www.codeguru.com/activex/COMSecurity1.html
and
http://www.codeguru.com/activex/COMSecurity2.html
|
|
|
|
|
Thank you for your feedback.
ShadiK 
|
|
|
|
|
|
General News Suggestion Question Bug Answer Joke Praise Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
|