|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
OraClient and .NET Managed PRovider usage from within ServiceHi there,
Currently, I am facing the following issue: We are using the Oracle Client from within our software, which runs under a service account. Now, everything works fine as long as the service account has local administrator privileges which is not fearsible. When I remove that privilege, I got the error that the name can not be resolved. Can anyone give me an enlightment on that?? Thanks. Joerg Fischer Most likely an Oracle set up. My suggestion, because it gets through these
issues quicker, is swich to ODP.NET. You will have to install the Oracle client libraries (Java) on the machine, but once you have the client configured to run under the proper account, you are set to use ODP.NET. If this is not feasible, you are going to have to look into Oracle access from that machine. Your DBA should be able to help. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ************************************************* Think outside of the box! ************************************************* "Joerg Fischer" <Not shown> wrote in message news:eraKZMS7GHA.4232@TK2MSFTNGP02.phx.gbl... > Hi there, > > Currently, I am facing the following issue: > > We are using the Oracle Client from within our software, which runs under > a service account. Now, everything works fine as long as the service > account has local administrator privileges which is not fearsible. When I > remove that privilege, I got the error that the name can not be resolved. > > Can anyone give me an enlightment on that?? > > Thanks. > > Joerg Fischer > > Hi,
Thanks so far. I checked that but that is not an option since we are using a prepacked software solution component. Already I logged on using the service account and checked that the ORA Data Sources are accessible. So far, so good. Can you give me any further enlightment on what to further check? Sincerely Joerg Fischer Show quote "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> schrieb im Newsbeitrag news:uke$XAT7GHA.788@TK2MSFTNGP05.phx.gbl... > Most likely an Oracle set up. My suggestion, because it gets through these > issues quicker, is swich to ODP.NET. You will have to install the Oracle > client libraries (Java) on the machine, but once you have the client > configured to run under the proper account, you are set to use ODP.NET. > > If this is not feasible, you are going to have to look into Oracle access > from that machine. Your DBA should be able to help. > > -- > Gregory A. Beamer > MVP; MCP: +I, SE, SD, DBA > http://gregorybeamer.spaces.live.com > > ************************************************* > Think outside of the box! > ************************************************* > "Joerg Fischer" <Not shown> wrote in message > news:eraKZMS7GHA.4232@TK2MSFTNGP02.phx.gbl... >> Hi there, >> >> Currently, I am facing the following issue: >> >> We are using the Oracle Client from within our software, which runs under >> a service account. Now, everything works fine as long as the service >> account has local administrator privileges which is not fearsible. When I >> remove that privilege, I got the error that the name can not be resolved. >> >> Can anyone give me an enlightment on that?? >> >> Thanks. >> >> Joerg Fischer >> >> > > |
|||||||||||||||||||||||