Is there an easy way to import the configuration of a WSO2 ESB into WSO2 Developer Studio? - wso2-integration-studio

I am trying to connect my WSO2 Developer Studio (on top of eclipse kepler) with an existing WSO2 Carbon ESB server. Is there an easy way to import the existing services, registry, ... automaticly?

There is no such option to import the existing services automatically.
You can import the artifacts in the server to an ESB Config project by navigating to the relevant location of the server. ($ESB_HOME/repository/deployment/server/synapse-configs/default/..)

Related

How to synchronize apis to external system

I have deployed WSO2 API manager4.0.0 All-in-one on my vms.
They are working fine.
Now ,there is a external system of my company , wants to get all apis from wso2apimanager, the apis will list in their system, and they want to invoke wso2 apis from their system.
Anyone can guide me?
You can export APIs using the apictl command line tool as in [1]. But these projects are only readonly from the WSO2 API Manager. You can use the Swagger definitions and host them in a 3rd party system.
[1] - https://apim.docs.wso2.com/en/latest/install-and-setup/setup/api-controller/ci-cd-with-wso2-api-management/

Configuration file for Cloudera Management Service

Is the a configuration file for Cloudera Management Service?
I'd like to have the service roles' configuration stored in repository. This way, service configuration can be shared between environments without the need to change the configuration via CM ui or rest API on each environment.
Cloudera deploys configs for those dynamically when service is started by agent, for example Service Monitor will end up in /run/cloudera-scm-agent/process/XXXXX-cloudera-mgmt-SERVICEMONITOR
Config itself is stored in database, in configs table.
So I would say that your only solution (sadly) is to manage config via api. Client libraries for that are pretty friendly though.

No `api-manager.xml` configuration file inside WSO2 Identity server

I'm trying to configure WSO2 Identity Server as a key manager for WSO2 Api Manager by following this tutorial.
In that, under step-4, following instructions are there.
For this purpose open the /repository/conf/api-manager.xml
file and change the element that appears under the
section, so that it points to the API Manager server.
But there is no api-manager.xml file inside <IS_KM_HOME>/repository/conf/. I'm using WSO2 Identity Server 5.6.0.
Does anyone know where can I find this api-manager.xml file?
This XML file exists only in WSO2 IS as a Key Manager (WSO2 IS-KM). Please refer[1][2]. You can download the IS as KM from [2]. For API Manager 2.6.0, IS as KM version is 5.7.0. IS 5.6.0 is not a Key manager hence it will not include that configuration file.
[1]https://docs.wso2.com/display/AM260/Configuring+WSO2+Identity+Server+as+a+Key+Manager
[2]https://wso2.com/api-management/install/key-manager/
Thanks

Migrate BizTalk Server from local server to remote server

I have BizTalk 2016 server running on my local machine and want to migrate all the settings and applications to remote server. I am trying to implement using BizTalk migration tool provided by Microsoft Announcing: BizTalk Server Migration tool
Would appreciate if provided a sample demo on this application/tool or any other implementation available to migrate.
My advice, don't bother with this tool. I've never even heard of it so...no one is actually using it.... ;)
Anyway, the correct procedure is very simple...
Build new BizTalk Server environment
Deploy your apps
Export .msi and bindings
OR -
Build the apps with BizTalk Deployment Framework

Windows Azure: how to update service definition for existing VM role?

I am reviewing Azure Connect, included in the Azure SDK 1.3.
The goal is to connect an existing VM role machine to an already configured local endpoint. Note: using a Web role is not an option.
I need to make the configuration changes described here.
I can update the configuration file, but I first need to be able to update the service definition (.csdef) file to add this entry:
<Import moduleName="Connect" />
Problem: can I update the service definition file without Visual Studio?
Yes, you can update the ServiceDefinition.csdef file with any text editor... and you can package any Windows Azure app with the cspack commandline tool. (This does require the SDK to be installed, but not Visual Studio.)

Resources