Archive

Posts Tagged ‘微软’

windows2003站点独立应用程序池开通失败

May 25th, 2010
No comments 13 views
GlobalTestMarket 的设计可让您直接影响全球市场研究Join Now

问题

报错信息
2006-09-14 13:57:29 RPC.CRPCRun.class(1297): [Error] (810) (host: 192.168.0.100) RPC execution failed 2006-09-14 13:57:29 RPC.CRPCRun.class(1300): [Error] (1801) [Error]: (1801) Fail to create site website: Error(0×81003305):Can not create application for Application esin.net.cn, hr = 0×80110414.

解决方案

查看订单处理日志和系统日志出现
2006-09-14 13:57:29 RPC.CRPCRun.class(1297): [Error] (810) (host: 192.168.0.100) RPC execution failed 2006-09-14 13:57:29 RPC.CRPCRun.class(1300): [Error] (1801) [Error]: (1801) Fail to create site website: Error(0×81003305):Can not create application for Application esin.net.cn, hr = 0×80110414.
可能的原因是
1.IWAM用户被锁定了,重新开启即可
1.改过IWAM的密码但是没有同步
2.改过机器名称

————————————————————————————–

2009-12-23 17:18

这二周来服务器一直在出问题,故障现象如下:
———————————————————————————————
服务器环境:Windows 2000 Server,IIS 5
———————————————————————————————
登录失败:
原因: 帐户已经锁定
用户名: IWAM_LIAN
域: LIAN
登录类型: 4
登录过程: DCOMSCM
身份验证程序包: Negotiate
工作站名: LIAN
———————————————————————————————
登录到帐户: IWAM_LIAN
登录的用户: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
从工作站: LIAN
未成功。错误代码是: 3221226036
———————————————————————————————
登录失败:
原因:   用户名未知或密码错误
用户名:  IWAM_LIAN
域:   LIAN
登录类型:   4
登录过程:   DCOMSCM
身份验证程序包:   Negotiate
工作站名:   LIAN
———————————————————————————————
分析原因:IIS 来宾访问账户密码不同步
微软的参考文章:http://support.microsoft.com/kb/266416/zh-cn
———————————————————————————————
今天花了半天的时间,反复测试,未果,遂放下睡之。网上有很多关于此问题的信息,但大多数人的解决办法是重新安装IIS或者Windows,太麻烦了。
———————————————————————————————
1.解决思路和步骤:
1)右键单击 我的电脑—->管理,打开计算机管理界面
打开 本地用户和组—->用户
右键单击 启动IIS进程帐号 IWAM_**** (注:****一般是计算机名)
点击设置密码,设置为一个你想要的密码。
2)同步IIS 配置数据库密码:
此处命令有二种,一种可以查看密码,一种是修改密码:
a.你可以利用查看密码命令查看 IWAM密码,然后把第一步中用户IWAM密码设置为与 查看到的IIS配置数据库密码 一样
b.也可以利用修改密码命令把IIS配置数据库密码修改为你第一步修改过的IWAM密码。
二种任你选择。
查看密码:
这里注意:在WIN2000中,查看到的密码为星号,若要不为星号,必须要先修改adsutil.vbs文件。
修改方法:
a.到c盘 inetpub\adminscripts 找到adsutil.vbs (根据装系统时设定的不同,有的路径可能不一样)
b.右键单击,用记事本打开
c.查找 IsSecureProperty = True 注意=前后各有一个空格
d.将 IsSecureProperty = True 改为 IsSecureProperty = False
e.保存,关闭,OK。
不罗嗦了,下面列出
查看密码命令:
开始—>程序—>附件 打开命令提示符
输入 cd c:\inetpub\adminscripts
获取 IWAM 帐户密码命令: cscript.exe adsutil.vbs get w3svc/wamuserpass
获取 IUSR 帐户密码命令: cscript.exe adsutil.vbs get w3svc/anonymoususerpass
输入以上命令,按回车可分别查看IWAM和IUSR的密码。
修改密码命令:
修改 IWAM 帐户密码 cscript.exe adsutil.vbs set w3svc/wamuserpass "password"
修改 IUSR 帐户密码 cscript.exe adsutil.vbs set w3svc/anonymoususerpass "password"
password 设置为你想修改的密码,即与第一步中你设置的用户IWAM_****的相同,按回车即可修改完成。
这里一定要注意:w3svc与wamuserpass之间的杠是/而不是\,否则会出错。
并且还要注意:修改密码前请一定停止所有的Internet信息服务,否则后面可能会出错,并且IWAM帐户可能会被锁定
如何停止?打开计算机管理,在Internet信息服务上单击右键,选择重新启动IIS服务,在选项中点停止IIS服务,确定即可。
3)更改组件服务中的密码
开始—>程序—>附件 打开命令提示符
先输入 cd c:\inetpub\adminscripts
然后输入 cscript.exe synciwam.vbs -v
系统会提示:
microsoft (r) windows script host version 5.6
版权所有(c) microsoft corporation 1996-2000。保留所有权利。
wamusername:iwam_myserver
wamuserpass:aboutnt2001
iis applications defined:
name, appisolated, package id
w3svc, 0, 3d14228c-fbe1-11d0-995d-00c04fd919c1}
root, 2,
iishelp, 2,
iisadmin, 2,
iissamples, 2,
msadc, 2,
root, 2,
iisadmin, 2,
iishelp, 2,
root, 2,
root, 2,
out of process applications defined:
count: 1
3d14228d-fbe1-11d0-995d-00c04fd919c1}
updating applications:
name: iis out-of-process pooled applications key: 3d14228d-fbe1-11d0-995d-00c04fd919c1}
这时所有操作基本就OK了,重新启动IIS,好了,你的网站能访问了。
如果第三步在最后一行提示:
80110414 错误
请将Internet信息服务停止,这时IWAM帐号可能也被锁定了。需要去用户里把IWAM帐号解锁。
然后再试,应该OK。
我现在的网站基本正常,但不敢保证永远不出问题,也许下午或者明天又是
Server Application Error
The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.
———————————————————————————————
PS:成功解决问题之前,曾参考了微软的文章,做过上述三步中的前两步,同步了windows用户和IIS用户的密码,但问题仍未解决,但微软的帮助信息总是#¥·#%—¥,大家都知道了,我也就不多说了。其实那篇文章中提到了是同步三处的密码,第三步其实就是用windows的密码来同步DCOM中用户的密码。
———————————————————————————————-
我只是修改IWAM的帐户密码就可以了

服务器

IE6的末路

February 2nd, 2010
1 comment 4 views
GlobalTestMarket 的设计可让您直接影响全球市场研究Join Now

      浏览器市场是各家争夺的一块没有利润的市场,但是多方却有花很多心思来争,因为这里潜藏了很多利益,虽然钱不是明的钱,利益带来的就是钱,微软的IE在中国盗版市场的大兴推广,让他占足了占有率,随着市场的细分化日益强大,这个市场从原本的几家天下,现在是多路兵家必争之地,国内有免费的360,有人可能还怀疑这个浏览器,不瞒你说,他的占有率通过杀毒软件的免费捆绑,现在已经位居中国市场第三,根据月光博客的昨日统计独立用户数,浏览器使用份额从大到小分别是:IE6、IE8、360、火狐、傲游、IE7、Chrome、世界之窗、TT。发现360实在太猛了,以IT为主的网站都能达到这样的占有率,其他网站就更别说了,不过,IE6使用量依然是IE8或360的三倍。或许这边文章能解释IE6在中国短时间仍旧能存在的原因“为什么中国如此偏爱IE6”。

       Google今年将逐步停止支持IE6 google已经严重申明了这个问题,今天事情特别多,邮件也很多,突然看到Important notice: Google Apps browser support,这个邮件名称,里面“we will be phasing out support for Microsoft Internet Explorer 6.0 ”,我们将逐步淘汰IE6浏览器,这个跟GG之前说明的一样,专门力量研究HTML5支持更多功能,就更APPLE的乔布什申明新的IPOD不支持ADOBE的FLASH。

      至于IE6为什么会这么到今天这个地步跟微软的大趋势有关,IE7和IE8的出现,更多补丁的工作微软不会一直为之兼容,在GOOGLE的攻击之下,微软自己也要求用户放弃XP和IE6了,微软一周要闻:放弃Windows XP和IE6,这样的形势,固步自封的也要挪挪位置了,可笑的是国内网上银行系统竟然绝大部分都是支持的是IE6。

     若不是做affiliate,对国外信息一直关注,对这个也无所谓,我是几个浏览器一直混合用,IE6的路应该快要结束,新的浏览市场将更加激烈,这样才能受益广大用户。下面附上GG的邮件说明:

Dear Google Apps admin,​

In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology.  This includes faster JavaScript processing and new standards like HTML5.  As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.

We plan to begin phasing out support of these older browsers on the Google Docs suite and the Google Sites editor on March 1, 2010.  After that point, certain functionality within these applications may have higher latency and may not work correctly in these older browsers. Later in 2010, we will start to phase out support for these browsers for Google Mail and Google Calendar.

Google Apps will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above.

Starting this week, users on these older browsers will see a message in Google Docs and the Google Sites editor explaining this change and asking them to upgrade their browser.  We will also alert you again closer to March 1 to remind you of this change.

In 2009, the Google Apps team delivered more than 100 improvements to enhance your product experience.  We are aiming to beat that in 2010 and continue to deliver the best and most innovative collaboration products for businesses.

Thank you for your continued support!

Sincerely,

The Google Apps team

Email preferences: You have received this mandatory email service announcement to update you about important changes to your Google Apps product or account.

Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043

时事新闻 , ,


备案号:苏ICP备08008840号
Proxyfire烈火代理软件与论坛