How to start the dashboard micro integrator wso2 ei 7.0 - wso2

I try to start service micro integrator wso2 7.1.0
Enterprise Integration 7.1.0 Micro integrator
but, i cant open dashboard https://localhost:9743/dashboard/login
This site can’t be reached
what i missed ?

It is because, when you start Micro Integrator, the monitoring dashboard does not start automatically. It is separate from the Micro Integrator runtime. You need to start the dashboard in a different terminal and connect it to the runtime. https://ei.docs.wso2.com/en/latest/micro-integrator/administer-and-observe/working-with-monitoring-dashboard/#setting-up-the-dashboard

Related

Deploy and run BPMN processes with the Micro Integrator

The WSO2 documentation says that the functionality of the Enterprise Integrator is now included in the Micro Integrator and API Manager.
How do I deploy and run BPMN processes with the new system? I can't find any documentation on it and don't see where to add a BPMN process to the Integrator or where to work on HumanTasks.
For this you need the BPS profile of the Enterprise Integrator. But the BPS server is on maintenance mode and new features or development is not made on this. Therefore the Micro Integrator does not contain the features of the BPS profile.
If you want to use the BPS profile you will need to continue to use the EI (6.6.0 is the latest EI server)

Add connectors WSO2 Enterprise Integrator

I have installed Enterprise Integrator 7.1 on Linux VM. Now I want add all available connectors to Enterprise Integrator /Micro Integrator. Because when access the Micro integrator Dashboard (https://my.domain.com:9743/dashboard/connector) and select Connectors it says no record found. Can anyone help how I can add connectors to it directly.
You have to pack the connectors in a Connector Exporter Project in Integration Studio and export it as a CApp and then use it in Micro Integrator.
Have a look at https://www.youtube.com/watch?v=O2rAFdL8lZQ

WSO 7.0 Micro Integrator multiple odata services

As the Odata Service in Micro Integrator 7.x has to use keywords "odata_service" and "Datasource", it is right only one Odata Service can be built in one WSO2 Micro Integrator instance?
Is the only work around (to have muliple Odata Service) is to have mulitple MI instance?
Thanks.
"odata_service" and "Datasource" are not keywords. I am assuming you are referring to this documentation https://ei.docs.wso2.com/en/next/micro-integrator/use-cases/examples/data_integration/odata-service/
The above values are shown as example. You can create multiple DataServices with ODataEnabled with different service name and dataservice id in a single Micro Integrator instance.

WSO2 Micro Integrator Dashboard

I have a recent installation of wso2 Micro Integrator but I can't find the link to download Micro Integrator Dashboard
Where I can find it?.
Tks
The monitoring dashboard can be downloaded from the below links.
https://wso2.com/integration/micro-integrator/
https://wso2.com/integration/
Click on the download button and you will be able to see the resources that are available.

Admin services in WSO2 Micro Integrator 7.X (Migrating to New WSO2 Micro Integrator 7.X)

We are doing technical feasibility for migrating to WSO2 Micro Integrator 7.X version.
From the documentation it seems the admin services can now be explored in a REST API way or in a visualized dashboard manner (https://ei.docs.wso2.com/en/latest/micro-integrator/administer-and-observe/working-with-management-api/) .
What about other admin services like AuthenticationAdmin service and others , see link in paranthesis (https://docs.wso2.com/display/EI650/Working+with+Admin+Services). Is it possible to access these back end services in WSO2 Micro Integrator 7, keeping in view that only a micro integrator is used within the plaform.
I am wondering as the footprint of a micro integrator is small , these admin backend services which earlier available may not be accessible within the Micro Integrator at all. Do let me know if that is a correct understanding.
Hi Rajarshi Bhattacharjee
Basically the admin services which were in EI 6x series is no-more in Micro Integrator. These are new REST APIs which are there to retrieve the artifacts. You might see the available rest APIs in https://github.com/wso2/micro-integrator/blob/master/doc/mi-rest-api.md . Please report an issue in https://github.com/wso2/micro-integrator/issues if there is a necessity for other services.
Thanks !
Nirothipan