SCVMM和SQL分别建在不同服务器上报错:Error ID 319 during database creation on remote SQL Server

简介: 问题发生了,测试过权限,帐号,服务,工具问题,均不是。 在微软网站找到解决办法。 就是MASTER.SQL的脚本在数据库服务器上单独运行。 然后,安装SCVMM时,不新建数据库,直接指现建好的库。

问题发生了,测试过权限,帐号,服务,工具问题,均不是。

在微软网站找到解决办法。

就是MASTER.SQL的脚本在数据库服务器上单独运行。

然后,安装SCVMM时,不新建数据库,直接指现建好的库。

搞定。

~~~~~~~~~~~

http://social.technet.microsoft.com/Forums/systemcenter/en-US/baadd711-034c-4e70-ac18-eabd3038eb25/error-id-319-during-database-creation-on-remote-sql-server?forum=virtualmachingmgrsetup

I am tyring to install SCVMM 2008 on a guest VM running 2008 STD SP1. I chose to install the database on a remote SQL server which I have sysadmin rights to. It creates the database on the remote SQL server adn then the VMM 2008 wizard ends with a failure with the following.....

The virtual machine manager database was not created. Check to make sure the mdf and ldf do not exist or choose a new database name and run setup again. Also verify that
disk quota management is not enabled on the drive where the database is being created.

Thanks for any insight..
~~~~~~~~~~~~~

For anyone that is interested, the error was due to the sql commands that were issued to sqlcmd.exe from the installation on the remote sql server were not be completed successfully.

It seemed as though the database was being created on the remote sql server but it was not 100% complete. In trying to determine if the error was on the sql server or the scvmm server, I ran the master.sql on the remote sql server and then pointed the scvmm install to an already existing database.

Setup then completed successfully without error.
~~~~~~~~~~~~~~~

附上MASTER.SQL脚本:

 

目录
相关文章
|
SQL 关系型数据库 MySQL
怎么通过第三方库实现标准库`database/sql`的驱动注入?
在Go语言中,数据库驱动通过注入`database/sql`标准库实现,允许统一接口操作不同数据库。本文聚焦于`github.com/go-sql-driver/mysql`如何实现MySQL驱动。`database/sql`提供通用接口和驱动注册机制,全局变量管理驱动注册,`Register`函数负责添加驱动,而MySQL驱动在`init`函数中注册自身。通过这个机制,开发者能以一致的方式处理多种数据库。
173 3
|
SQL 存储 关系型数据库
SQL `CREATE DATABASE` 语法
【11月更文挑战第10天】
392 3
|
关系型数据库 MySQL Java
flywa报错java.sql.SQLSyntaxErrorException: Unknown database ‘flyway‘
flywa报错java.sql.SQLSyntaxErrorException: Unknown database ‘flyway‘
176 1
|
SQL 数据库
SQL-serve数据库不能连接本地服务器的解决方案
SQL-serve数据库不能连接本地服务器的解决方案
1181 0
|
SQL 弹性计算 资源调度
云服务器 ECS产品使用问题之bin/spark-sql --master yarn如何进行集群模式运行
云服务器ECS(Elastic Compute Service)是各大云服务商阿里云提供的一种基础云计算服务,它允许用户租用云端计算资源来部署和运行各种应用程序。以下是一个关于如何使用ECS产品的综合指南。
|
SQL 关系型数据库 MySQL
云服务器 ECS产品使用问题之出现“1044 - Access denied for user ‘root‘@‘%‘ to database ‘数据库名称‘”这样的错误,该怎么办
云服务器ECS(Elastic Compute Service)是各大云服务商阿里云提供的一种基础云计算服务,它允许用户租用云端计算资源来部署和运行各种应用程序。以下是一个关于如何使用ECS产品的综合指南。
|
SQL 安全 Oracle
SQL Server 链接服务器(Linked Servers)
【9月更文挑战第12天】SQL Server 的链接服务器功能强大,可让你在一个实例中访问其他数据源,包括其他 SQL Server 实例、Oracle 数据库等。它支持数据集成、分布式查询和数据同步,无需复制数据。创建链接服务器需在 SQL Server Management Studio 中进行,并配置名称、类型及安全性。使用时需注意权限、性能和安全性问题,确保系统稳定和数据安全。
715 0
|
SQL 数据库
SQL CREATE DATABASE 语句
【7月更文挑战第18天】SQL CREATE DATABASE 语句。
274 1
|
SQL 数据库
SQL CREATE DATABASE 语句
SQL CREATE DATABASE 语句
150 4
|
SQL Cloud Native 关系型数据库
云原生数据仓库AnalyticDB操作报错合集之执行sql的进程报错:"unknown connection id",是什么导致的
阿里云AnalyticDB提供了全面的数据导入、查询分析、数据管理、运维监控等功能,并通过扩展功能支持与AI平台集成、跨地域复制与联邦查询等高级应用场景,为企业构建实时、高效、可扩展的数据仓库解决方案。以下是对AnalyticDB产品使用合集的概述,包括数据导入、查询分析、数据管理、运维监控、扩展功能等方面。
951 3

热门文章

最新文章