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
|
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.
|