WSO2 CEP - Publisher Url From Property - wso2

Can I set CEP publisher's URL from a Register property. For an example I want to add host url which I stored here
in url position in here

Yes capability is added recently but the feature is not available in latest release of CEP. You can build the pack from git hub and use it.[1] Once you go to advance publisher configurations , said configuration will be available for you.
[1]https://github.com/wso2/product-cep

Related

Magento and Click & Drop integration

I am trying to integrate my magento v1.9 store with click & drop. But when I make connection it will show "Connection to your marketplace failed. Please check your details and try again".
For Magento 1 we found that being able to set the WS-I compliance solved this by making the Click and Drop system compatible with Magento API service.
Go to -
'System>Configuration>Services>Magento Core API'
and under General Settings change the WS-I Compliance from Yes to No.
Now your Magento API will be compatible with Click and Drop.
Works for Magento 1.x. No idea how to do it for Magento 2!
Make sure you have set up Magento API credentials correctly and all required resources have been allowed in selected user group
System->Web-Services->SOAP/XML RPC - Users
System->Web-Services->SOAP/XML RPC - Roles
Check SOAP PHP Extension is enabled for the PHP Version running on Server.

WSO2 AM2.0.0 monetization - Error wso2carbon.log:No schema is available for table ORG_WSO2_APIMGT_STATISTICS_REQUEST

I have followed the article by #Ruks : [Article] Enabling Monetization of APIs with WSO2 API Manager and configured my WSO2 API Manager 2.0.0 and WSO2 API Manager Analytics 2.0.0 with monetization. Billing engine is working fine. There are two issues:
Issue 1. When user is redirected from API Manger to billing engine for payment information, after successful signUp or login it does not redirect back to API manger.
Issue 2. On Analytics logs i am getting following error continuously
No schema is available for table ORG_WSO2_APIMGT_STATISTICS_REQUEST\r\n","stream":"stdout","time":"2017-01-12T18:52:01.569122694Z"}
Please advise. what is wrong. Thanks.
The repo to the sample billing engine provided in the article may not compatible with APIM 2.0.0. Please refer follwing repo and checkout am-2.0 tag which is compatible with APIM 2.0.0.
Also note that in the hosted version of API Manager - WSO2 API Cloud - monetization just works out of the box because the engine has been pre-integrated with Stripe. You just enable the monetization feature in the Configure menu, set pricing for your tiers, and configure the Stripe account to send you the money. See the tutorial here: https://docs.wso2.com/display/APICloud/Enable+Monetization

How to manage billing with WSO 2 AM (2.0.0)

I would like to combine WSO2 AM and DAS with billing function.
I tried to set it by referring to the following site, but the article did not correspond to WSO2 APIM(2.0.0).
http://wso2.com/library/articles/2016/07/article-enabling-monetization-of-apis-with-wso2-api-manager/
http://www.rukspot.com/Publishing_APIM_1100_Runtime_Statistics_to_DAS.html
I want to publish WSO 2 APIM(2.0.0) runtime statistics to DAS.
But,WSO2 AM(2.0.0) does not have admin-dashboard like WSO2 AM(1.10.X).
・Should I lower the WSO2 AM version?
・Is there a procedure / article based on WSO 2 AM (2.0.0)?
・Do you have my point should be noted?
Thanks a lot.
From 2.0.0 onwards, it's called admin portal, and the URL is https://localhost:9443/admin. However, analytics configurations are removed from Admin Portal UI. So you have to use api-manager.xml file to configure analytics.
Refer this doc to configure analytics in 2.0.0.
Also, note that online service based on API Manager - WSO2 API Cloud - has API monetization and billing integration available out-of-box - just configure your billing plans and bank account and start collecting money: https://docs.wso2.com/display/APICloud/Enable+Monetization
There´s a guide on the same blog that you linked
http://www.rukspot.com/configure_wso2_das_for_apim_analytics.html
This is for configuring DAS. If you only care about analytics data for apim I would recommend the new wso2am-analytics instead of the DAS. It's made specially for the apim and much easier to configure. See the guide that Bhatiya provided on how to configure wso2am-analytics.
The article is for APIM 1.10.0 and DAS 3.0.x. If you want to try this with APIM 2.0.0 you need to used the sample billing engine in this repo. checkout the tag am-2.0 and check.

WSO2 EMM - How to config project

When i develop with WSO2 EMM, i don't understand how to config project to run on local. I has config run on local success, but i don't go to the address same as the tutorial: Youtube link
Please tell me how to make it.
Thanks!
Every EMM version has the same URL if you are using a fresh pack with out modifying the offset configuration in carbon.xml the default url will be as following,
https://localhost:9443/emm
the tutorial you are referring is for EMM 1.. release. The latest version of EMM is 2.2.0 which is available in EMM product page.
The functionalities are most likely the same with new and improved UI and much more features and higher performances.So its best if you can use the new version to get started with wso2 EMM.

WSO2 ESB - Adding databases through Admin Console Feature

I am new to WSO2 ESB and then I've started by following the initial steps described on WSO2 ESB product documentaion page. After the first samples succesfully run, I've got myself stuck trying to exercise the Database mechanism.
According to WSO2 ESB documentation - http://docs.wso2.org/wiki/display/ESB460/Databases - Admin Console feature must be installed to add a new database. So, I've tried to add that feature to my ESB installation by creating several repositories (http://dist.wso2.org/p2/carbon/releases/3.0.0 up to 4.0.5 and even the local version of 4.0.5 p2-repo.zip) , but after all I had no success in finding the Admin Console Feature, so no Database option for me. Even after adding the Datasources Feature, the Database option did not show up.
What am I missing here ? Is the documentation outdated ?
Thanks.
Otmar, That particular database provisioning feature that you are referring to as admin console feature was renamed to "rss manager". Please lookup for the feature with that name in the p2 feature repository.