账号通
    

账号  

密码  

1889

查看

7

回复
主题:[ICMS]今天导入了.DAT格式的备份到SQL2000,结果出问题了,求官方解救 [收藏主题] 转到:  
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/19 20:06:02   | 只看该作者 查看该作者主题 楼主 
科汛在线考试系统(NET)
远程正常用的网站。备份到本地后导入出现问题。三个字段后台模型中都有。


Server Error in '/' Application.
             列名 'spxj' 无效。
列名 'spdx' 无效。
列名 'xueke' 无效。
                          Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.            

             Exception Details: System.Data.SqlClient.SqlException: 列名 'spxj' 无效。
列名 'spdx' 无效。
列名 'xueke' 无效。

            Source Error:

                                                                        
                       An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.                  
            
            Stack Trace:

                                                                        
                       [SqlException (0x80131904): 列名 'spxj' 无效。列名 'spdx' 无效。列名 'xueke' 无效。]   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857434   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735046   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31   System.Data.SqlClient.SqlDataReader.get_MetaData() +62   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122   System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +86   Kesion.DataBase.DBHelper.ExecuteDataset(DbConnection connection, CommandType commandType, String commandText, DbParameter[] commandParameters) +139   Kesion.DataBase.DBHelper.ExecuteDataset(String connectionString, CommandType commandType, String commandText, DbParameter[] commandParameters) +95   Kesion.DataBase.DBHelper.ExecuteDataset(CommandType commandType, String commandText) +24   Kesion.SqlDAL.DataFactory.GetDataTable(String sqlstr) +52   Kesion.BLL.DataFactory.GetDataTable(String sqlstr) +38   Kesion.HtmlTags.Intermediate.Page.Run(String Param) +2261   Kesion.HtmlTags.ReplaceLabels.GetLabelContent(String Param) +1601   Kesion.HtmlTags.ReplaceLabels.ReplaceBasicLabel(String& str) +119   Kesion.HtmlTags.ReplaceLabels.ReplaceFunFunctionLabel(String& FileStr) +33   Kesion.HtmlTags.ReplaceLabels.ReplaceFunAndSQLLabel(String& FileStr) +56   Kesion.HtmlTags.ReplaceLabels.ReplaceAllLabel(String& FileStr) +32   Kesion.HtmlTags.ReplaceList.GetList() +1237   Kesion.NET.WebSite.Model_List.S0Shjxs3VY() +133   Kesion.NET.WebSite.Model_List.Page_Load(Object sender, EventArgs e) +414   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34   System.Web.UI.Control.OnLoad(EventArgs e) +99   System.Web.UI.Control.LoadRecursive() +47   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061                  
            
            
            Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42            
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/2/20 9:20:11   | 只看该作者 查看该作者主题 沙发 
科汛智能建站系统
上面提示你列名不存在。如果确定字段有存在,有可能是因为转移服务器, 数据库表的所有者不一致导致的。参考:http://www.kesion.com/kfrz/13009.html 把所有者都改成dbo试试
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/20 9:20:12   | 只看该作者 查看该作者主题 藤椅 
科汛在线商城系统(NET)

官方没上班吗》求指导。

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/20 9:21:40   | 只看该作者 查看该作者主题 板凳 
科汛在线商城系统(NET)

今天又重新导入了一次。仍是这样的情况。理论上,原来在买的空间上使用正常,备份后,再导入,难道会掉下这几个表吗?从后台模型字段中看到它们都在的啊。

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/20 9:26:25   | 只看该作者 查看该作者主题 报纸 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/2/20 10:46:46   | 只看该作者 查看该作者主题 地板 
做在线知识付费 选科汛云开店
按我上面二楼的回答去处理。打开数据库看看表里是不是确实存在字段?及表的所有者是不是都一样。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/20 10:56:14   | 只看该作者 查看该作者主题 7楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
artedu 当前离线

760

主题

202

广播

11

粉丝
添加关注
级别:六年级

用户积分:1599 分
登录次数:540 次
注册时间:2013/1/20
最后登录:2023/12/25
artedu 发表于:2014/2/20 10:56:25   | 只看该作者 查看该作者主题 8楼 
科汛在线商城系统(NET)
没有及时刷新。刚看到。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.22070秒 powered by KesionCMS 9.0