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.

  • Frode Storhaug 12 posts 33 karma points
    Sep 19, 2014 @ 16:04
    Frode Storhaug
    0

    uConnector

    Does anybody know if it is possible to use the uconnector with umbraco 7 and ucommerce ? 

  • Martin 181 posts 740 karma points
    Sep 19, 2014 @ 18:13
    Martin
    0

    Hi Frode.

    Yes I'm pretty sure it's possible. Remember that uConnector is an independent product from uCommerce which is an integration platform (not necessary uCommerce).

    So if you want to use it with uCommerce/Umbraco my guess would be you just reference the specific version dlls of Umbraco you want to use and you should be on your right way :)

    Best regards
    Martin 

  • Frode Storhaug 12 posts 33 karma points
    Sep 19, 2014 @ 18:27
    Frode Storhaug
    0

    Thanks for your reply. I was thinking the same as you. But when I run the uconnector sample project against a ucommerce in umbraco 7 , it almost works. I can get products etc, but there is a problem with inserting categories because of a field in the database (createcustomersasMembers) I updated all dll's to ucommerce 7 ucommerce and ucommerce.umbraco7. And I can still connect, but the queries are always empty. I can not understand why, any suggestions ? Thanks

  • Frode Storhaug 12 posts 33 karma points
    Sep 19, 2014 @ 22:33
    Frode Storhaug
    0

    The error when trying to update categories in umbraco 7 and ucommerce is :

    Invalid column name 'CreateCustomersAsUmbracoMembers'

    But in the db dbo.uCommerce_productCatalogGroup the column seems to have been renamed to [CreateCustomersAsMembers]

    Thankful for any tips.

     

  • Martin 181 posts 740 karma points
    Sep 20, 2014 @ 12:24
    Martin
    0

    Have you referenced all uCommerce assemblies and updated the configuration files? (core.config, etc.). I know that uCommerce made their NHIbernate implementation plugable so it needs an entry in one of their configuration files. It could sound like it is missing.

    My guess would be you have not updated alll assemblies since the column name does not match. Can you try to verify that all assemblies are for the correct version? :)

  • Frode Storhaug 12 posts 33 karma points
    Sep 21, 2014 @ 13:15
    Frode Storhaug
    1

    I finally got it working, the components.config was completely different in the new version. But now I am testing the service for a demo, but it does not run any jobs. It says license invalid. Do we need a license to test the service ? And is it possible to get a demo/developer license ?

    Thanks again

     

     

     

  • Martin 181 posts 740 karma points
    Sep 22, 2014 @ 18:23
    Martin
    0

    Good to hear you found the issue.

    When you test your job are you running it through the uConnector.Server executable or are you using the example code provided for uConnector? My guess would be that you need license for the uConnector.Server executable and not for the sample project. (though I'm not 100% sure).

Please Sign in or register to post replies

Write your reply to:

Draft