Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Not enough permissions!?!


Message #1 by Lauralyn.Ninow@c... on Fri, 19 Apr 2002 13:50:02 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1E7D3.034D0720
Content-Type: text/plain;
	charset="iso-8859-1"

Hello.

I have an intranet page, that I require people to login with their network
usrename/password to access.

This page, allows them to send an email using CDONTS.

However, no one can but me - I'm the admistrator. The error they are getting
is:
ASPError.Number = -2146828218 (0x800A0046)
ASPError.Category = Microsoft VBScript runtime 
ASPError.File = /admin/content/netdb/b.func.asp
ASPError.Line = 108
ASPError.Column = -1
ASPError.Description = Permission denied

Clearly it is a permissions thing, but where do I go to set the permissions?



Thank you!

LN


Message #2 by Eli Schilling <eschilli@t...> on Fri, 19 Apr 2002 14:55:27 -0400
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1E7D3.C5498510
Content-Type: text/plain;
	charset="iso-8859-1"

They need access to the Queue directory under mailroot.  The user's session,
when calling CDONTS to send an e-mail, will need to write the outgoing
e-mail to the queue folder under Mailroot.  If they do not have write
privileges, they will get the access denied error.
 
-Eli

-----Original Message-----
From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]
Sent: Friday, April 19, 2002 11:50 AM
To: ASP CDO
Subject: [asp_cdo] Not enough permissions!?!



Hello. 

I have an intranet page, that I require people to login with their network
usrename/password to access. 

This page, allows them to send an email using CDONTS. 

However, no one can but me - I'm the admistrator. The error they are getting
is: 
ASPError.Number = -2146828218 (0x800A0046) 
ASPError.Category = Microsoft VBScript runtime 
ASPError.File = /admin/content/netdb/b.func.asp 
ASPError.Line = 108 
ASPError.Column = -1 
ASPError.Description = Permission denied 

Clearly it is a permissions thing, but where do I go to set the permissions?




Thank you! 

LN 

--- 


Message #3 by Lauralyn.Ninow@c... on Fri, 19 Apr 2002 14:09:07 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1E7D5.ADD62F30
Content-Type: text/plain;
	charset="iso-8859-1"

Thanks. I gave it a try, it wasn't enough. I ended up giving them write to
the whole mailroot.  I'm not patient enough to figure out all the minimum
permissions required.. Thank you!
 
LN
 

Lauralyn Ninow
webmaster @ Comtrol Corporation
http://www.comtrol.com <http://www.comtrol.com/>  

-----Original Message-----
From: Eli Schilling [mailto:eschilli@t...]
Sent: Friday, April 19, 2002 1:55 PM
To: ASP CDO
Subject: [asp_cdo] RE: Not enough permissions!?!


They need access to the Queue directory under mailroot.  The user's session,
when calling CDONTS to send an e-mail, will need to write the outgoing
e-mail to the queue folder under Mailroot.  If they do not have write
privileges, they will get the access denied error.
 
-Eli

-----Original Message-----
From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]
Sent: Friday, April 19, 2002 11:50 AM
To: ASP CDO
Subject: [asp_cdo] Not enough permissions!?!



Hello. 

I have an intranet page, that I require people to login with their network
usrename/password to access. 

This page, allows them to send an email using CDONTS. 

However, no one can but me - I'm the admistrator. The error they are getting
is: 
ASPError.Number = -2146828218 (0x800A0046) 
ASPError.Category = Microsoft VBScript runtime 
ASPError.File = /admin/content/netdb/b.func.asp 
ASPError.Line = 108 
ASPError.Column = -1 
ASPError.Description = Permission denied 

Clearly it is a permissions thing, but where do I go to set the permissions?




Thank you! 

LN 

--- 

--- 


Message #4 by "Tomm Matthis" <matthis@b...> on Sat, 20 Apr 2002 06:28:35 -0400
This is a multi-part message in MIME format.

------=_NextPart_000_0018_01C1E834.9942F490
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Not enough permissions!?!You need to check the permissions for the user that
the CDONTS object is being run in... when you log in as Admin, then it has
all the persmissions it needs... but not so when the user "logs in" ....
Start with checking the permissons for IUSR_xxx account..

Just a thought...

-- Tomm
  -----Original Message-----
  From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]
  Sent: Friday, April 19, 2002 2:50 PM
  To: ASP CDO
  Subject: [asp_cdo] Not enough permissions!?!


  Hello.

  I have an intranet page, that I require people to login with their network
usrename/password to access.

  This page, allows them to send an email using CDONTS.

  However, no one can but me - I'm the admistrator. The error they are
getting is:
  ASPError.Number = -2146828218 (0x800A0046)
  ASPError.Category = Microsoft VBScript runtime
  ASPError.File = /admin/content/netdb/b.func.asp
  ASPError.Line = 108
  ASPError.Column = -1
  ASPError.Description = Permission denied

  Clearly it is a permissions thing, but where do I go to set the
permissions?




  Thank you!

  LN




  Return to Index