YAFLogo

deggen40
  • deggen40
  • 56.8% (Neutral)
  • YAF Camper Topic Starter
10 years ago
I am trying to setup the database on Azure and I am getting the following error when I try to get into the Admin portion of the site.

System.Data.SqlClient.SqlException: Invalid object name 'sysfiles'.

[SqlException (0x80131904): Invalid object name 'sysfiles'.]

System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +1768090

System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +5352642

System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +244

System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +1691

System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61

System.Data.SqlClient.SqlDataReader.get_MetaData() +90

System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +365

System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +1406

System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +177

System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +53

System.Data.SqlClient.SqlCommand.ExecuteScalar() +149

YAF.Types.Interfaces.Data.IDbAccessExtensions.b__4(IDbCommand c) +8

YAF.Core.Data.DbAccessBase.Execute(Func`2 execFunc, IDbCommand cmd, IDbTransaction dbTransaction) +186

YAF.Types.Interfaces.Data.IDbAccessExtensions.ExecuteScalar(IDbAccess dbAccess, IDbCommand cmd, IDbTransaction dbTransaction) +137

YAF.Data.MsSql.Functions.MsSqlSpecificFunctions.DBSize(IDbAccess dbAccess) +76

[TargetInvocationException: Exception has been thrown by the target of an invocation.]

System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0

System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +92

System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +108

YAF.Data.MsSql.BaseReflectedSpecificFunctions.RunOperation(SqlConnection sqlConnection, IDbTransaction dbTransaction, DbFunctionType dbfunctionType, String operationName, IEnumerable`1 parameters, Object& result) +708

YAF.Data.MsSql.BaseMsSqlFunction.Execute(DbFunctionType dbfunctionType, String operationName, IEnumerable`1 parameters, Object& result, IDbTransaction transaction) +224

YAF.Core.Data.DynamicDbFunction.DbFunctionExecute(DbFunctionType functionType, InvokeMemberBinder binder, IList`1 parameters, Func`2 executeDb, Object& result) +172

YAF.Core.Data.DynamicDbFunction.InvokeScalar(InvokeMemberBinder binder, Object[] args, Object& result) +85

YAF.Core.Data.TryInvokeMemberProxy.TryInvokeMember(InvokeMemberBinder binder, Object[] args, Object& result) +18

CallSite.Target(Closure , CallSite , Object ) +148

System.Dynamic.UpdateDelegates.UpdateAndExecute1(CallSite site, T0 arg0) +662

YAF.Core.Helpers.DbFunctionHelper.b__3(Object s) +134

CallSite.Target(Closure , CallSite , Func`2 , Object ) +81

System.Dynamic.UpdateDelegates.UpdateAndExecute2(CallSite site, T0 arg0, T1 arg1) +686

YAF.Types.Interfaces.Data.IDbFunctionExtensions.GetScalar(IDbFunction dbFunction, Func`2 function) +217

YAF.Core.Helpers.DbFunctionHelper.b__2(IDbFunction f) +73

YAF.Core.Helpers.DbFunctionHelper.ValidateAndExecute(IDbFunction dbFunction, String operationName, Func`2 func) +59

YAF.Core.Helpers.DbFunctionHelper.GetDBSize(IDbFunction dbFunction) +103

YAF.Pages.Admin.admin.BindData() +1464

YAF.Pages.Admin.admin.Page_Load(Object sender, EventArgs e) +185

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51

System.EventHandler.Invoke(Object sender, EventArgs e) +0

System.Web.UI.Control.OnLoad(EventArgs e) +92

System.Web.UI.Control.LoadRecursive() +54

System.Web.UI.Control.LoadRecursive() +145

System.Web.UI.Control.LoadRecursive() +145

System.Web.UI.Control.LoadRecursive() +145

System.Web.UI.Control.LoadRecursive() +145

System.Web.UI.Control.LoadRecursive() +145

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
10 years ago
deggen40
  • deggen40
  • 56.8% (Neutral)
  • YAF Camper Topic Starter
10 years ago
Can I get an ETA by any chance?
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
10 years ago

Can I get an ETA by any chance?

Originally Posted by: deggen40 

Yes, check the road map

https://github.com/YAFNET/YAFNET/issues/milestones 

But be aware that those release dates are often delayed

Eagle_f90
10 years ago
Are you planning to completely support Azure SQL in 2.2? The instructions for setting up the forum on Azure links to files that are no longer available from Microsoft making it impossible for new people to get it running on Azure