Xưởng May Đồng Phục Sinh Viên Đại Học Bách Khoa TP HCM

Server Error in '/' Application.

Could not allocate space for object 'dbo.CMS_EventLog'.'IX_CMS_EventLog_EventTime' in database 'dongphucchison1.com' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

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: Could not allocate space for object 'dbo.CMS_EventLog'.'IX_CMS_EventLog_EventTime' in database 'dongphucchison1.com' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. Source Error:
Line 1141: node.SetValue(parameterName[i], parameterValue[i]); Line 1142: } Line 1143: node.Update(); Line 1144: } Line 1145: }
Source File: c:\inetpub\wwwroot\dongphucchison.com\App_Code\CMSUtils.cs Line: 1143 Stack Trace:
[SqlException (0x80131904): Could not allocate space for object 'dbo.CMS_EventLog'.'IX_CMS_EventLog_EventTime' in database 'dongphucchison1.com' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +3317868 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +736 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4061 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +90 System.Data.SqlClient.SqlDataReader.get_MetaData() +99 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) +604 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3303 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +667 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +83 System.Data.SqlClient.SqlCommand.ExecuteScalar() +359 CMS.DataProviderSQL.DataConnection.ExecuteScalar(String queryText, QueryDataParameters queryParams, QueryTypeEnum queryType, Boolean requiresTransaction) +136 [Exception: [DataConnection.HandleError]: Query: INSERT INTO CMS_EventLog ([EventType], [EventTime], [Source], [EventCode], [UserID], [UserName], [IPAddress], [NodeID], [DocumentName], [EventDescription], [SiteID], [EventUrl], [EventMachineName], [EventUserAgent], [EventUrlReferrer] ) VALUES ( @EventType, @EventTime, @Source, @EventCode, @UserID, @UserName, @IPAddress, @NodeID, @DocumentName, @EventDescription, @SiteID, @EventUrl, @EventMachineName, @EventUserAgent, @EventUrlReferrer); SELECT SCOPE_IDENTITY() AS [EventID]: caused exception: Could not allocate space for object 'dbo.CMS_EventLog'.'IX_CMS_EventLog_EventTime' in database 'dongphucchison1.com' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.] CMS.DataEngine.AbstractDataConnection.HandleError(String queryText, SqlException ex) +119 CMS.DataProviderSQL.DataConnection.ExecuteScalar(String queryText, QueryDataParameters queryParams, QueryTypeEnum queryType, Boolean requiresTransaction) +227 CMS.DataEngine.GeneralConnection.ExecuteScalar(QueryParameters query) +391 CMS.DataEngine.GeneralConnection.ExecuteScalar(String queryName, QueryDataParameters parameters) +35 CMS.DataEngine.SimpleDataClass.Insert(Boolean getId) +150 CMS.DataEngine.AbstractInfo`1.InsertData() +468 CMS.EventLog.EventLogProvider.SetEventLogInfoInternal(EventLogInfo eventLog) +166 CMS.EventLog.EventLogProvider.LogEvent(String eventType, DateTime eventTime, String source, String eventCode, Int32 userId, String userName, Int32 nodeId, String documentName, String ipAddress, String eventDescription, Int32 siteId, String eventUrl, String machineName, String urlReferrer, String userAgent) +1654 CMS.Synchronization.SynchronizationHelper.LogUpdate(GeneralizedInfo infoObj) +714 CMS.Synchronization.SynchronizedInfo`1.UpdateData() +67 CMS.DataEngine.AbstractInfoProvider`2.SetInfo(InfoType info) +562 CMS.Ecommerce.SKUInfoProvider.SetSKUInfoInternal(SKUInfo skuObj) +378 CMS.Ecommerce.SKUInfoProvider.SetSKUInfo(SKUInfo skuObj) +32 CMS.Ecommerce.SKUInfoProvider.UpdateSKUColumnsInternal(TreeNode node) +100 CMS.Ecommerce.ECommerceModule.ProcessCommand(String commandName, Object[] parameters) +1085 CMS.SettingsProvider.ModuleCommands.ECommerceUpdateSKUColumns(Object node) +115 CMS.TreeEngine.TreeNode.UpdateSKUColumns() +36 CMS.TreeEngine.TreeNode.Update() +4495 CMS.WorkflowEngine.ContentDocument.Update(Boolean useDocumentHelper) +184 CMSUtils.UpdateDocument(Int32 nodeID, String[] parameterName, Object[] parameterValue) in c:\inetpub\wwwroot\dongphucchison.com\App_Code\CMSUtils.cs:1143 CMSTemplates_ProjectCode_Product.UpdateNewsView() in c:\inetpub\wwwroot\dongphucchison.com\CMSTemplates\ProjectCode\Product.aspx.cs:82 CMSTemplates_ProjectCode_Product.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\dongphucchison.com\CMSTemplates\ProjectCode\Product.aspx.cs:33 System.Web.UI.Control.OnLoad(EventArgs e) +106 CMS.UIControls.ContentPage.OnLoad(EventArgs e) +49 System.Web.UI.Control.LoadRecursive() +68 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3701.0

Từ khóa » đồng Phục Bách Khoa Tphcm