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 :)
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
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? :)
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 ?
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).
uConnector
Does anybody know if it is possible to use the uconnector with umbraco 7 and ucommerce ?
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
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
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.
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? :)
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
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).
is working on a reply...