Wrox Programmer Forums
|
Pro VB Databases Advanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 29th, 2005, 11:11 AM
Registered User
 
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default authorization denied COM+

Hello,
I need some help about COM+.
I got the error "authorization denied" as I try to use a method of a component running on a windows 2000 server.
From the clien I can do the "createobject" command without any error and I can see the component "ball" running on the server.
But even I can istanciate the component properly I can't use his interface.

I gave these Access Permission:

Administrators
Everyone
INTERACTIVE
IUSR_...
IWAM_...
NETWORK
SYSTEM

and these Launch Permission:

Administrators
Everyone
INTERACTIVE
IUSR_...
IWAM_...
NETWORK
SYSTEM

also I set in the computer properies tab:

Deafult authentication Level:

None

Default Impersonation Level:

Identify

Also I set in the application properties tab:

Authentication level for calls:

None

Impersonation level:

Identify




Please help !!

Thanks

 
Old November 29th, 2005, 11:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Try adding a Role to the package on the server, then add the client's user id(s) (or a win group to which the user/s belong) to that Role
 
Old July 8th, 2006, 09:02 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

we always add anonymous user to evade that problem but there's a risk in security






Similar Threads
Thread Thread Starter Forum Replies Last Post
Regarding authorization harshaghanta ASP.NET 2.0 Professional 1 June 5th, 2006 09:18 PM
SMTP Authorization zarol Pro PHP 1 April 9th, 2006 12:59 PM
SMTP Authorization zarol PHP How-To 0 April 5th, 2006 02:56 AM
Authorization @shish ASP.NET 1.0 and 1.1 Basics 0 March 7th, 2006 06:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.