Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andreas Fallman 8 posts 88 karma points
    Oct 03, 2015 @ 13:08
    Andreas Fallman
    0

    Merchello on umbraco 7.3 not possible atm?

    Update Found this: http://issues.merchello.com/youtrack/issue/M-828

    Seems like it not ready yet. My bad =)

    Im trying to get merchello working to play around and evalute it for a possible usage for a incoming commerce site. But regardsless of what way Im trying to add merchello i get some error regarding the db(Se stacktrace below for one example). Are I doing it wrong or is merchello currently not working with the new umbraco 7.3?

    For example:

    Invalid object name 'merchCustomer'.

    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: Invalid object name 'merchCustomer'.

    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 (0x80131904): Invalid object name 'merchCustomer'.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) +1787814 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) +5341674 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +546 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +1693 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61 System.Data.SqlClient.SqlDataReader.getMetaData() +90 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +377 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +1421 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource1 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() +152 StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteScalar() in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Data\ProfiledDbCommand.cs:299 Umbraco.Core.Persistence.<>c__DisplayClassa.<ExecuteScalarWithRetry>b__9() +56 Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction(Func1 func) +170 Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteScalarWithRetry(IDbCommand command, RetryPolicy cmdRetryPolicy, RetryPolicy conRetryPolicy) +118 Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteScalarWithRetry(IDbCommand command, RetryPolicy retryPolicy) +52 Umbraco.Core.Persistence.PetaPocoCommandExtensions.ExecuteScalarWithRetry(IDbCommand command) +49 Umbraco.Core.Persistence.Database.ExecuteScalar(String sql, Object[] args) +333 Umbraco.Core.Persistence.Database.Page(Int64 page, Int64 itemsPerPage, String sql, Object[] args) +188 Umbraco.Core.Persistence.Database.Page(Int64 page, Int64 itemsPerPage, Sql sql) +91 Merchello.Core.Persistence.Repositories.PagedRepositoryBase2.GetDtoPage(Int64 page, Int64 itemsPerPage, Sql sql, String orderExpression, SortDirection sortDirection) +217 Merchello.Core.Persistence.Repositories.PagedRepositoryBase2.GetPage(Int64 page, Int64 itemsPerPage, IQuery1 query, String orderExpression, SortDirection sortDirection) +179 Merchello.Core.Services.CustomerService.GetPage(Int64 page, Int64 itemsPerPage, String sortBy, SortDirection sortDirection) +397 Merchello.Examine.DataServices.CustomerDataService.GetAll() +49 Merchello.Examine.Providers.CustomerIndexer.PerformIndexAll(String type) +62 Merchello.Examine.Providers.CustomerIndexer.RebuildIndex() +63 Examine.ExamineManager._RebuildIndex() in x:\Projects\Examine\Examine\Projects\Examine\ExamineManager.cs:240 Umbraco.Web.WebBootManager.<InitializeResolvers>b__c() +225 Umbraco.Core.Sync.DatabaseServerMessenger.Initialize() +280 Umbraco.Core.Sync.DatabaseServerMessenger.Boot() +87 Umbraco.Web.BatchedDatabaseServerMessenger.Startup() +186 Umbraco.Web.BatchedDatabaseServerMessengerStartup.ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) +63 Umbraco.Core.ApplicationEventHandler.OnApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) +37 Umbraco.Core.CoreBootManager.<Complete>b__8(IApplicationEventHandler x) +133 Umbraco.Core.EnumerableExtensions.ForEach(IEnumerable1 items, Action1 action) +141 Umbraco.Core.CoreBootManager.Complete(Action1 afterComplete) +282 Umbraco.Web.WebBootManager.Complete(Action`1 afterComplete) +60 Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +234 Umbraco.Core.UmbracoApplicationBase.ApplicationStart(Object sender, EventArgs e) +9

    [HttpException (0x80004005): Invalid object name 'merchCustomer'.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9918021 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

    [HttpException (0x80004005): Invalid object name 'merchCustomer'.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9931916 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Oct 05, 2015 @ 16:09
    Rusty Swayne
    100

    @Andreas - Merchello 1.12.0 in not compatible with Umbraco 7..3.0. I'm going to be release 1.13.0 hopefully this week which is.

    If you are in a hurry, you can build the code in the mdev-v2 branch. I have a few minor patches to complete for 1.12.1 and to merge into 1.13.0 before the release.

  • Andreas Fallman 8 posts 88 karma points
    Oct 06, 2015 @ 07:56
    Andreas Fallman
    0

    Thanks Rusty, but I´ll wait for the real release. Got what I needed to know for the moment by looking at the code.

Please Sign in or register to post replies

Write your reply to:

Draft