随笔-24  评论-79  文章-16  trackbacks-37

安装完Wildfire服务器后,要对服务器进行配置及安装管理员控制台。

Admin Console

After completing the above steps, Wildfire will be configured and you can use the web-based admin console to administer the server. The URL should be the same as you used to setup the server unless you changed the port during the setup.

由于使用的是SQL Server,所以在安装进行到第三步时,根据文档说明我的连接字符串应该是:

Connectionjdbc:jtds:sqlserver://127.0.0.1/wildfire;appName=jive

虽然在SQL Server2005已经将wildfire数据库建好了,也通过提供的.sql文件建立了需要的表,同时1433端口也是开通的。但是出现了下面的错误:

ErrorA connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix the problem.

因为SQL Server默认下将 服务器属性/安全性 中的服务器身份验证方式设置为Windows身份验证模式,所以我在用户名/密码处都设空,结果便出现了这个错误。今天我将服务器身份验证模式改为了“SQL Server 和 Windows身份验证模式”,然为wildfire数据库设置了一个登录名(用户)test,然后把Wildfire数据库连接设置中的用户名/密码设置为了对应的值。于是错误消失了。

不过问题还是有的。在点设置的下一步时出现了另一个错误:

ErrorWildfire database schema does not appear to be installed. Follow the installation guide to fix this error.

错误提示Wildfire数据库(语句集schema)没有显示出安装过的迹象。这里很关键的是does not appear to,可能只是表面上没有安装。所以查看了下登录名test的登录属性,发现将此用于映射到Wildfire数据库时,未在数据库角色成员身份中为其分配角色。默认是public,于是添加了一个选择——db_owner。然后回到Wildfire web控制面板,点下一步。成功!

 

posted on 2006-12-26 13:10 Hunts.C 阅读(462) 评论(2)  编辑 收藏 所属分类: SQL ServerJabber

评论:
#1楼  2007-02-08 11:03 | jint [未注册用户]
你好:
我用的wildfire3.2 RC,SQLserver2000,但是始终是连接不上,不论怎么配置都是A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix the problem. 错误,不知道怎么办了,难道要用sqlserver2005么?
  回复  引用    
#2楼  2008-05-26 15:33 | poop      
真晕哦,我用SQL2000和SQL2005都不行哦!角色权限也设置了的拉....怎么解决啊,急...
  回复  引用  查看    

标题  
姓名  
主页
Email (博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
该文被作者在 2006-12-26 13:15 编辑过


相关链接: