How to enable CKAN 2.0 dataset ratings? - rating

How can I enable CKAN 2.0 dataset rating? I read official CKAN 2.0 documentation, but I could not find what I'm interested. I read somewhere on web that dataset rating support is built in since 1.0, and that is hidden since from 1.7, but it should be enabled in UI. Can you help me?

Related

Install Informatica MDM from 10.1 Hotfix2 to 10.1 Hotfix5 in Linux server with Oracle database

We are currently on Informatica MDM MDE 10.1 Hotfix2 and are planning to apply HF5.
I downloaded the HF from the portal but I did not find a document to guide through applying the HF.
I checked the administrator guide but I did not see find the apply HF page section.
Can you please share/point any documents that will be help us get through applying the patch?
Sorry, if this is very trivial.
We do not have an administrator and currently filing up admin shoes.
Any help is appreciated.

How do I get the most recent / official code and jars for siddhi?

I see there's a separate maven repo at http://dist.wso2.org/maven2 but the version of siddhi - your CEP does not match what is in here: https://github.com/wso2/product-cep
Which is current and which can be used? Also, the website has a lead-capture form. Is the product truly apache2 open source or is it in name only?
WSO2 products are 100% apache 2.0 license compatible free and open source products. you can find the siddhi version used in WSO2 CEP.
Based on the description given on Siddhi repository,current version is 3.0.2. Please find the maven nexus repository for Siddhi

Sync framework 2.1 and 2.0

I have this type of architecture- Tablet application,Desktop Application,web application.. In tablet application its sync framework 2.1.Desktop 2.0 web 2.0 When syncing from Tab to Desktop i am upgrading metadata to 2.1, sync works fine between tab and desktop...Now when trying to sync between Desktop and Web it throws error as metadata of desktop app is upgraded. I cant upgrade web metadata as many desktop users are using 2.0 framework in their desktop. can anyone suggest me wat to do in this scenario.
unfortunately, you can't mix and match the metadata version. its either you upgrade everyone or you don't. (i think that's actually explicitly mentioned in the metadata upgrade docs.)

Sitecore SBOS Module Click-through measurement

I installed SBOS accelerators version 1.2 to have click-through reporting for Multi variant testing.
I use Sitecore 7.0 Mvc and the clicks are not registered on the report.
Is Mvc not supported in version 1.2?
Does anyone know what I can do to make it work?
Thanks for your help.
SBOS 1.2 does not support MVC. This is mentioned in the comments on the Sitecore Marketplace. It's supported by 2.0 only.
https://marketplace.sitecore.net/Modules/SBOS_Accelerators.aspx
Have a nice day!
Gert.

Intuit Quickbooks OAuth version 1.0 or 2.0?

I am using Django for my website/app and I want to integrate quickbooks. I wasn't sure whether you are using Oauth version 1.0 or 2.0. Also the documentation is more specific for PHP but the django-oauth-toolkit documentation I THINK is more geared towards hosting your own Oauth than connecting as a client. So although my main question is what version are you using any links to where I could read up on connecting with django would be greatly appreciated. I do have PHP still setup but I have been converting all my modules to django (python) and I was trying to avoid that. I thought reading the IETF protocol might help my understanding but there is the older version 1.0 by the original author and then the newer 2.0 that is currently supported. He does seem to have a pretty good beginner's guide but at the same time he seems a little 'disgruntled', if that's the right word, about the newer version. Also I believe the django-oauth-toolkit is version 2.0 protocol.
It's OAuth v1.0.
They have a bit of documentation here:
https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/0085_develop_quickbooks_apps/0004_authentication_and_authorization
I would highly recommend you find an existing OAuth library for Django/Python - writing your own is likely going to be a painful process.