Re: Unable to load oci.dll

From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 03/25/04


Date: Thu, 25 Mar 2004 10:09:36 -0600

On Wed, 24 Mar 2004 10:58:48 -0800, "CJF" <chrisf@unr.edu> wrote:

¤ Hi,
¤ The IIS security is set to anonymous. The asp.net authentication type is
¤ forms.
¤ On my XP desktop, aspnet has read and execute permissions to the oracle bin
¤ folder and it works fine
¤ On the 2003 server, "network service" and "aspnet" have read and execute
¤ permissions to the oracle bin folder and it fails.
¤
¤ I experimented by removing all acl settings for these accounts and placing
¤ them in the local administrator's group. I still can't get the oracle files
¤ to load (unable to load dll (oci.dll)). I also experimented by giving the
¤ anonymous account (iusr_machinename) read and execute privleges to the bin
¤ folder and it didn't help.
¤
¤ Thanks for giving me your time with this issue. Chris

You might want to try dumping out the authenticated user ID to the WebForm just to verify the
account that is being used:

System.Security.Principal.WindowsIdentity.GetCurrent.Name.Split("\"c)(1)

Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)



Relevant Pages

  • Re: New Software Not Working on all Desktops
    ... > it executes and works fine on the administrator account but will ... > not execute on any of the other accounts. ... Start Menu folder and Desktop folder shortcuts from the user profile ...
    (microsoft.public.windowsxp.basics)
  • User accounts
    ... How do you get a program to execute on a limited user ... Is there a way for the administrator account to share ... It will execute from the admin. ... If I right click on the folder in Explorer and choose ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Execute Persmission denied on object sp_OACreate
    ... > I logged in as that user, tried to execute the DTS ... which then launches the DTS package using the sp_OA* procs? ... account is used during proc execution. ... > proxy account to use in the Job Systems tab of SQL Server Agent ...
    (microsoft.public.sqlserver.security)
  • Execute Process Task not failing, but not executing the batch comm
    ... I can execute the following command from the windows "Run" prompt and it ... Might I have something set weird in SQL Server? ... server being by default configured to run as localsystem account, ...
    (microsoft.public.sqlserver.dts)
  • Re: pass stored procedure parameters in asp
    ... In Management Studio, open a new query window, logging in with the bettys ... account and try to execute the procedure. ... procedure and properties) of voidTran stored procedure and other ...
    (microsoft.public.inetserver.asp.general)