Re: Accessing Oracle via Web Service and IIS
- From: "Glenn" <glennitunes@xxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 14:17:06 -0000
David
Are you disposing of your database related objects explicitly?
Glenn
"David++" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:72C986A8-9146-4D6E-8098-06FDA904AAEA@xxxxxxxxxxxxxxxx
Hi Glenn,not
Thanks for the reply. I had a look again at the IIS configuration for the
Website which I created to test the Web Service from. It seems that I was
giving enough priveleges to the Virtual Directory for that website. ByScript
default I think it only has 'Read' as an option, so I checked Write,
Source Access, and Directory Browsing and this solved the problem... justa
slight error on my behalf!at
The problem I have now is that the Oracle requests I make are not as fast
all as when running them through the VS2005 built in server, in fact theyin
seem to begin to fail when I continually call a test method of the Web
Service very quickly i.e. every second or 0.5 second. I also got an error
about 'connection pooling' so I think I will now look into that.
Oh well, onwards and upwards...
Cheers,
David
"Glenn" wrote:
David
The connection string "Data Source" property can't be matching any entry
lookthe tnsnames.ora file on the server executing the code. Are you running
with multiple Oracle homes?
If your using ODP.NET, which I would recommend you do, you could always
check what data sources are available from the current home. Take a
http://download-uk.oracle.com/docs/html/B28089_01/OracleDataSourceEnumeratorat
inClass.htm#CHDEHJCE
Glenn
"David++" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:807C329C-96F0-4430-A008-4CE81D04F88A@xxxxxxxxxxxxxxxx
Hi,
I have been developing Web Services in VS2005. Usually I use the built
computersserver in VS2005 to test and develop the Web Service.
However I now want to make this Web Service available to other
data(and applications) in our local company network.
When the service runs it accesses an Oracle database and pulls some
Serviceout. It works fine when running in VS2005 server. To allow the Web
ableto
be used by others I have created a Web Site in IIS and placed the WebService
and its files in their. The IIS server I have started running. I am
theto
access and use the Web Service from other machines via the IIS server,
identifierproblem is when I try to connect to the Oracle database it fails -
Database error: ORA-12154: TNS:could not resolve the connect
Servicespecified
This also happens when I use my local machine and access the Web
fromvia
IIS locally, even though it succeeds when I run the same Web Service
tothe
VS2005 built in Server.
Do I have to add the database to IIS or somehow configure IIS to point
the database, or the TNSNAMES.ora file??
Thanks for any tips,
David
.
- Follow-Ups:
- Re: Accessing Oracle via Web Service and IIS
- From: David++
- Re: Accessing Oracle via Web Service and IIS
- References:
- Re: Accessing Oracle via Web Service and IIS
- From: Glenn
- Re: Accessing Oracle via Web Service and IIS
- From: David++
- Re: Accessing Oracle via Web Service and IIS
- Prev by Date: Re: How to determine datatype returned from WCF method.
- Next by Date: Re: Help requried on accessing Webservice.
- Previous by thread: Re: Accessing Oracle via Web Service and IIS
- Next by thread: Re: Accessing Oracle via Web Service and IIS
- Index(es):
Relevant Pages
|