|
From: Pedro Rafael on 15 Feb 2005 07:08 Hello. I have an asp.net application that connects to a oracle database with the microsoft OLE DB provider. All works fine, if the web application is opened with a admin account. But if opened with other accounts SOMETIMES i get the "ora-12154 TNS: could not resolve service name" error. I already change the application in order to use the Microsoft Provider, but the nothing was changed. I added the following tag to the web.config file: <identity impersonate="true" />. All the users have read and execute access the oracle home. The bug it seems the one reported on http://support.microsoft.com/default.aspx?scid=kb;en-us;830173 . But the ora-12154 error is not included in the error list included in the page. So there is no bugFix. Thanks. Pedro Rafael
|
Pages: 1 Next: Windows Service - need Windows.Forms.Application.DoEvent() equiv |