[提问]
使用DPW,发布MSSQL数据库,到GD时出错〔图〕
|
|
MSSQL数据库备份,使用DPW导入数据时出错。
已经参照教程,使用 DPW ,把本机的A ,B, C, 3个mssql2005数据库,成功发布到 GD 的数据库,其中一个还是54M 的大数据库。
在发布数据库 D 的时候,在发布的第4步出错,多次尝试失败,提示如下:
点击查看 事件报告如下:
==============
数据库发布进度
- 收集要编写脚本的对象的列表 (成功)
- 连接到 Web 服务 (成功)
- 编写对象脚本 (成功)
- 将对象发布到 Web 服务 (错误)
消息
* 尝试发布以下脚本时出错:
/****** 对象: Database [shop2003] 脚本日期: 07/11/2009 23:11:19 ******/
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
begin
EXEC [dbo].[sp_fulltext_database] @action = 'enable'
end
(SqlPubWiz)
------------------------------
其他信息:
User does not have permission to perform this action. (System.Web.Services)
=======================================
========================================
然后,再点击查看 详细的报告内容,显示如下:
===================================
An error occured while trying to publish the following script:
/****** 对象: Database [asshop] 脚本日期: 07/11/2009 23:49:29 ******/
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
begin
EXEC [dbo].[sp_fulltext_database] @action = 'enable'
end
(SqlPubWiz)
------------------------------
程序位置:
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.PublishToWebWriterProvider.PublishScript(String script)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.PublishToWebWriterProvider.PublishCachedScript()
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.PublishToWebWriterProvider.WriteLine(String script)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptWriter.Write(String script, Boolean useBatch)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptWriter.Write(String script)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptObjectContainer.AppendScriptFragment(ScriptWriter scriptWriter, IEnumerable fragment)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptObjectContainer.AppendCreateScript(ScriptWriter scriptWriter)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptObjectContainer.Script(ScriptWriter scriptWriter)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptedObjectCollection.ScriptAll(ScriptWriter scriptWriter)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ObjectScriptHandler.ScriptCore(ScriptWriter scriptWriter)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.SingleScriptTarget.OnScriptingFinished(Object source, EventArgs e)
在 System.EventHandler.Invoke(Object sender, EventArgs e)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptProcessor.OnScriptingCompleted()
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptProcessor.GenerateScript()
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptingEngine.GenerateScript()
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.ScriptingDriver.GenerateScript()
在 Microsoft.SqlServer.Management.SqlManagerUI.GenerateScriptMaker.DoScript()
在 Microsoft.SqlServer.Management.SqlManagerUI.GenScriptWizForm.Script()
===================================
User does not have permission to perform this action. (System.Web.Services)
------------------------------
程序位置:
在 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
在 Microsoft.SqlServer.Tools.HostingServices.PublishService.PublishScript(String script)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.PublishToWebWriterProvider.PublishScript(String script)
===================================
既然发布D 服务备份出错,我猜测 是这次在GD 建立的数据库也许出错了,就尝试发布 A 到这个新建的空数据,结果很快就提示,发布成功了。
难道是我本地的数据库有问题?请版主给看看。
[ 本帖最后由 王红雷 于 2009-7-12 12:51 AM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
王红雷
发表于 2009-7-12 23:19:28
|
显示全部楼层
版主还没有到,顶起来。
版主还没有到,顶起来。
着急阿。好歹也发布成功3个,咋就这个搞不定阿?
心神不宁。。。 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2009-7-13 09:19:00
|
显示全部楼层
搞不懂,你联系GD客服看看他们怎么说
看提示是没有权限
把错误提示发给他们 |
|
|
|
|
|
|
|
|
|
|
王红雷
发表于 2009-7-13 10:23:51
|
显示全部楼层
把 错误提示发给 GD 了,GD的回信 答非所问。
把 错误提示发给 GD 了,GD的回信 答非所问。
这事 GD 的回信。。真无语了。。。。都不知道该怎么说了。
Thank you for contacting Online Support. When you are updating information for your database, please be sure that you are using the database manager within your Hosting Control Center. Use the following directions to access the management tools for your database:
• Go to the Go Daddy Account Login Page
• Log in using your account username (which may be the same as your customer number) and password
If you have trouble logging in, our password reset form may help you. You can find this form through the following link:
Password Reset Form
• Select 'Hosting' from the 'My Products' list on the left side of the page
• Click the 'Manage Account' link under the Control Panel column for the hosting account which holds your database
• Click the button for the type of database you are working with
To access the database details (hostname, username, password):
• Click on the 'edit' icon for the database. You can also reset the password and create a DSN from this screen
To edit the database:
• Click the 'Manage via web admin' button
• Enter the username and password for your database
If there is anything else that we may assist you with, please feel free to contact us via email or for a speedy response, you may call our support line at (480) 505-8877. We are available 24/7 for your convenience |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2009-7-13 10:36:26
|
显示全部楼层
可能GD把你的意思理解错了。
楼主导出csv数据试试 |
|
|
|
|
|
|
|
|
|
|
王红雷
发表于 2009-7-13 10:37:57
|
显示全部楼层
导出csv?
|
我的数据库,里面有很多表,不是一张表,能导出CSV吗? |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2009-7-13 10:57:01
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
soar20
发表于 2009-12-29 16:28:00
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2009-12-29 16:50:45
|
显示全部楼层
回复 8# 的帖子
下面这个步骤不行?
查询分析器,查询出结果集,
按照网格方式显式,
然后全选数据,
右键选择保存为...
指定格式为.csv |
|
|
|
|
|
|
|
|