Bonjour,
Je ne connais pas du tout MS SQL et mon frère me demande mon avis sur les erreurs suivantes, car la société qui a développé son site (http://www.seafoodintelligence.com/ )ne donne plus signe de vie.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 Server Error in '/' Application. Could not allocate space for object 'SiteLog' in database 'charron_seafood' because the 'PRIMARY' filegroup is full. 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 'SiteLog' in database 'charron_seafood' because the 'PRIMARY' filegroup is full. 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: Could not allocate space for object 'SiteLog' in database 'charron_seafood' because the 'PRIMARY' filegroup is full.] System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +740 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +196 DotNetNuke.AdminDB.AddSiteLog(Int32 PortalId, Int32 UserId, String Referrer, String URL, String UserAgent, String UserHostAddress, String UserHostName, Int32 TabId, Int32 AffiliateId) DotNetNuke.DesktopPortalBanner.Page_Load(Object sender, EventArgs e) System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +750Pouvez-vous me donner des pistes sur les causes et éventuellement les moyens de remédiations à ces erreurs, sachant que j'ai accès aux sources sur le serveur (je vais essayer d'en comprendre l'organisation si je ne peux pas faire autrement) et que j'ai également,a priori car je n'ai pas encore essayé, la possibilité d'accèder à l'administration de la base.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 Server Error in '/' Application. Could not allocate space for object 'NewsArticle' in database 'charron_seafood' because the 'PRIMARY' filegroup is full. 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 'NewsArticle' in database 'charron_seafood' because the 'PRIMARY' filegroup is full. 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: Could not allocate space for object 'NewsArticle' in database 'charron_seafood' because the 'PRIMARY' filegroup is full.] System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +740 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +196 NewsArticleDB.AddNewsArticle(Int32 CategoryId, Int32 UserId, DateTime CreatedDate, String Title, String Description, Boolean Authed, String Article, Int32 PriorityId, Boolean NewsAlert, DateTime DatePublication, Int32 ItemId) DotNetNuke.EditNewsArticle.cmdUpdate_Click(Object sender, EventArgs e) System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138 System.Web.UI.Page.ProcessRequestMain() +1292
D'avance, merci pour vos lumières,
Partager