首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法将SchemaCrawler连接到Server

无法将SchemaCrawler连接到Server
EN

Stack Overflow用户
提问于 2014-04-03 03:43:43
回答 1查看 920关注 0票数 0

我下载了SchemaCrawler,目的是为Server 2008 R2数据库创建数据库关系图。

我的数据库(使用SQL Server语言)的详细信息如下:

代码语言:javascript
复制
Server Name:    localhost\SQLI03
Database Name:  TBL_DEV_53
Authentication: Windows Authentication

我正在运行以下SchemaCrawler命令:

代码语言:javascript
复制
sc.cmd -c graph -host=localhost\SQLI03 -port=1433 -database=TBL_DEV_53 schemacrawler.Main -infolevel=detailed -schemas=dbo -tabletypes=TABLE -outputformat=pdf -outputfile=database-diagram.pdf %*

有两件事我无法解决:

  1. 这是在提示我输入密码。
  2. 它输出以下错误:

schemacrawler.schemacrawler.SchemaCrawlerSQLException:无法用属性{}连接到jdbc:jtds:sqlserver://.\SQLI03:1433/TBL_DEV_53;appName=SchemaCrawler;useCursors=true,

我做错了什么?

EN

回答 1

Stack Overflow用户

发布于 2014-04-04 20:21:57

阿什比

请使用http://technet.microsoft.com/en-us/library/ms188670.aspx中的说明,更改为“Server和Windows身份验证模式”

然后,您可以使用"sa“作为用户,以及您选择的密码。

Sualeh Fatehi,SchemaCrawler

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22827439

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档