Error while trying to retrieve text for error ORA-12154

问题描述:vs中调试运行没有任何错误,但是发布到IIS中访问,就会报以上错误。IIS不会调试,所以一头雾水,不止错误在哪里。

分析:看到网上有人分析了Web.config模拟验证的问题恍然大悟:

原文:

前两天在VS2005下做个项目,用里面集成的Web服务调试没问题,但当把该项目在IIS下配置后,用浏览器浏览结果则不正确,这个问题郁闷了一天,后来我想不出招就让我同事调试了一下,他在Web.config中加了一句话:“<identity impersonate="true"  userName="操作系统用户" password="用户密码"/>”,浏览…,结果正确,后来我就在网上查了下这句话的作用,MSDN是这样说的

1、模拟 IIS 验证的帐户或用户 
 若要在收到 ASP.NET 应用程序中每个页的每个请求时模拟 Microsoft Internet 信息服务 (IIS) 身份验证用户,必须在此应用程序的 Web.config 文件中包含 <identity> 标记,并将 impersonate 属性设置为 true
 
2、为 ASP.NET 应用程序的所有请求模拟特定用户
   若要为 ASP.NET 应用程序的所有页面上的所有请求模拟特定用户,可以在该应用程序的 Web.config 文件的 <identity> 标记中指定 userName 和 password 属性。例如: 
<identity impersonate="true" userName="accountname" password="password" />

解决方案:详细检查了下web.config文件发现没有windows验证,添加下列语句模拟验证即可

<identity impersonate="true" userName="accountname" password="password" />

时间: 2024-10-05 04:45:01

Error while trying to retrieve text for error ORA-12154的相关文章

终于解决了Linux下运行OCCI程序一直报Error while trying to retrieve text for error ORA-01804错误

http://blog.csdn.net/zklth/article/details/7184032 Linux下 和 Windows 下 Oracle Instant Client 的安装. http://fableking.iteye.com/blog/2115724 http://download.csdn.net/download/fjnocliuzm/8512501 http://www.jb51.net/article/59646.htm http://blog.csdn.net/g

Write on &hellip;&hellip;&hellip; failed: 112(failed to retrieve text for this error. Reason: 15105)

早上检查数据库的备份邮件时,发现一台Microsoft SQL Server 2008 R2 (SP2)数据库的Maintenance Report有错误 在SSMS里面执行Exec YourSQLDba.Maint.ShowHistoryErrors 729脚本后,发现如下错误信息(数据库名用XXX替代): <Exec> <ctx>yMaint.backups</ctx> <cmd> backup log [XXXX_XXX] to disk = 'E:\

error: &lt;class &#39;xml.parsers.expat.ExpatError&#39;&gt;, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557

当linux设备上开启sonar6.2时, supervisorctl status报如下错误: error: <class 'xml.parsers.expat.ExpatError'>, syntax error: line 1, column 0: file: /usr/local/lib/python2.7/xmlrpclib.py line: 557 关闭sonar6.2时,报如下错误: error: <class 'socket.error'>, [Errno 113]

VS2012 Microsoft Git Provider 无法push: &quot;An error was raised by libgit2. Category = Net (Error).&quot;

VS2012 Update 5 中使用Microsoft Git Provider作为插件,push时报错: An error was raised by libgit2. Category = Net (Error). This transport isn't implemented. Sorry 解决方法: git remote set-url origin https://github.com/username/reponame.git 来自:Git support for Visual

idea报错:error java compilation failed internal java compiler error

idea下面报如下问题 error java compilation failed internal java compiler error 解决办法:Setting->Compiler->Java Compiler,发现有的module是1.7的是1.6的,重新删除再导入好了

cocoapods遇到error: RPC failed; curl 56 SSLRead() return error -36问题

在安装cocoapods遇到的问题 [!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master Cloning into 'master'... error: RPC failed; curl 56 SSLRead() return error -36 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

CMake error:System Error:No such file or directory CMake error:Could not open file for write in copy operation xxxx.ros_Config.cmake.tmp.

微型电脑或嵌入式与电脑还是有点不同的,在微型电脑上ros indigo 版本下利用catkin编译如果你遇到如下错误: CMake error:System Error:No such file or directory CMake error:Could not open file for write in copy operation xxxx.ros_Config.cmake.tmp. CMake error:at /opt/ros/indigo/share/catkin/cmake/ca

【SQLYOG】SSH ERROR:UNABLE TO OPEN CONNECTION:GETHOSTBYNAME:UNKNOWN ERROR牵引出来的一系列问题

出现这个问题很蹊跷,SQLyog管理过一二十台的mysql服务器或者vps,连接一直没有问题,各种服务商的都没问题,也包括阿里云的.可昨天偏偏一台阿里云的服务器本地通过SQLyog去连接它的时候报这样的错:SSH Error:Unable to open connection:gethostbyname:unknown error,谷歌.百度.好搜了几个小时都无果(查完无此相关问题). 刚开始以为是防火墙出了问题,结果关闭阿里云防火墙测试,同样无法通过,百思不得其解,另外3台阿里云的ECS服务器

ERROR (ConnectionError): HTTPConnectionPool (Caused by &lt;class &#39;socket.error&#39;&gt;: [Errno 111] Connecti

突然有一天使用 nova list  出现错误了 [email protected]:~# nova list ERROR: HTTPConnectionPool(host='openstackcloud1', port=35357): Max retries exceeded with url: /v2.0/tokens (Caused by <class 'socket.error'>: [Errno 111] Connection refused) 原因是  nova-api servi