Re: database permissions issue
- From: Dave Cullen <nospam@xxxxxxxx>
- Date: Thu, 15 Sep 2005 16:26:35 -0400
Yup, that was it. I needed to give permissions to the Oracle
directories. Thanks.
Dave wrote:
>
> Dave
>
> XP has different registry entries for each login, the Oracle client software
> may be installed for the Power user login but not for the normal user. See
> if the normal user can talk to the Oracle database using the Oracle tools.
> If they can you need to look elsewhere, if not you probably need to install
> the client software for the normal user.
>
> Good Luck
> Dave O.
>
> "MikeD" <nobody@xxxxxxxxxxx> wrote in message
> news:uf2a32XuFHA.1136@xxxxxxxxxxxxxxxxxxxxxxx
> >
> > "Dave Cullen" <nospam@xxxxxxxx> wrote in message
> > news:43289327.4909E73C@xxxxxxxxxxx
> >>I have a VB6 application that works fine when I'm logged onto the PC
> >> (and our network) as a power user, but won't run when the normal user
> >> logs on. I've traced the problem to this line in the form load
> >> procedure:
> >>
> >> Set OraSession = CreateObject("OracleInProcServer.XOraSession")
> >>
> >> The program is supposed to attach to our Oracle server. The error
> >> message is Run-time error '70', permission denied.
> >>
> >> I've seen this sort of thing with .NET when running database programs
> >> from a shared network drive, but not with VS 6 programs and not when the
> >> exe is on the local drive.
> >>
> >> OS is WinXP. Can anyone offer a solution, please?
> >
> >
> > Have you contacted Oracle (searched their FAQs, KB, etc.)? That'd be the
> > first thing I'd do. It's quite possible that whatever component you're
> > creating requires certain permissions that "normal" users don't have by
> > default. It depends on the component/object.
> >
> > --
> > Mike
> > Microsoft MVP Visual Basic
> >
> >
> >
> >
.
- References:
- database permissions issue
- From: Dave Cullen
- Re: database permissions issue
- From: MikeD
- Re: database permissions issue
- From: Dave
- database permissions issue
- Prev by Date: Re: VB to PayPal Challenge!
- Next by Date: Font looks fine in 3rd party app, but looks tish in VB6
- Previous by thread: Re: database permissions issue
- Next by thread: NTService... service description?
- Index(es):
Relevant Pages
|