Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Shashank Birthare 25 posts 45 karma points
    Jun 29, 2010 @ 09:39
    Shashank Birthare
    0

    System.ArgumentException: Keyword not supported: 'datalayer'.

    hi...

    I have install Umbraco v4.0.1 in Developer > Packages > Install Local Package, [commerce] section is genrate in Admin, when we click [commerce] section then we find some error...

    Server Error in '/' Application.

    Keyword not supported: 'datalayer'.

    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.ArgumentException: Keyword not supported: 'datalayer'.

    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:

    [ArgumentException: Keyword not supported: 'datalayer'.]
    System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +417
    System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +99
    System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +52
    System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +25
    System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +141
    System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +38
    System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4
    System.Data.SqlClient.SqlConnection..ctor(String connectionString) +21
    SubSonic.SqlDataProvider.CreateConnection(String newConnectionString) +24
    SubSonic.SqlDataProvider.CreateConnection() +22
    SubSonic.AutomaticConnectionScope..ctor(DataProvider provider) +56
    SubSonic.SqlDataProvider.GetReader(QueryCommand qry) +40
    SubSonic.AbstractList`2.Load() +405
    CommerceForUmbraco.adminSection.commerce.dashboardOverview.BindData() +1082
    CommerceForUmbraco.adminSection.commerce.dashboardOverview.Page_Load(Object sender, EventArgs e) +345
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
    System.Web.UI.Control.OnLoad(EventArgs e) +80
    System.Web.UI.Control.LoadRecursive() +49
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Control.LoadRecursive() +132
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706

     

    give  me the solution of this problem......

     

     

  • Steen Tøttrup 191 posts 291 karma points c-trib
    Jun 29, 2010 @ 10:30
    Steen Tøttrup
    0

    Does commerce come with it's own database connection in the web.config file? Looks like some database connect string is wrong.

    regards,

    Steen

  • Fredrik Esseen 608 posts 904 karma points
    Jun 29, 2010 @ 10:57
    Fredrik Esseen
    0

    Could it be that you run MySQL and that commerce only supports MSSQL?

  • Lasse Eskildsen 34 posts 57 karma points
    Jun 29, 2010 @ 15:12
    Lasse Eskildsen
    0

    Hi,

    uCommerce runs off it's own database. Try removing the string part of the connection string for uCommerce which contains "datalayer=SqlServer".

    Let me know how it works out?

Please Sign in or register to post replies

Write your reply to:

Draft