myLittleTools Community Forum

Welcome Guest Search | Active Topics | Members | Log In | Register

Error With Backup Wizard Web Hosting Options · View
GridSouth
Posted: Tuesday, July 15, 2008 11:38:27 PM
Rank: Newbie
Groups: Member

Joined: 7/15/2008
Posts: 1
Points: 0
Location: US
Source: mla_gui

Message: Object reference not set to an instance of an object.

Stack trace: at mla_gui.BackUpWH.btnSubmit_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Target site: Void btnSubmit_Click(System.Object, System.EventArgs)

Web and SQL are on Different Servers. Web is Windows 2008 w/ IIS7 and SQL is on Windows 2003. No matte what settings I use for the Virtaul Directory, the error occurs.

Please advise.

Thanks
elian
Posted: Wednesday, July 16, 2008 8:40:07 AM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
This error occurs when the sysadminconnection attribute is not defined in your sqlserver definition (config.xml)

Your <sqlserver> node must look like:
Code:

<sqlserver
    address="EARTHV01\SQL2K5"
    name="Main SQL 2K5 Instance"
    sysadminconnection="true"
    sysadminconnectionid="1"
/>


Don't forget to have a look at WH Backup Restore Configuration Guide.pdf located in your install folder.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.