3 - WSO2 EI Tutorial | Configure DataSource in WSO2 EI

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 10

  • @cute157821
    @cute157821 2 роки тому

    Hi,
    It was very quick and easy to understand the use of ESB and its component.

  • @phearumkhem9088
    @phearumkhem9088 3 роки тому +1

    Hello sir,
    I don't know how to add the data source url and driver
    I want to use with Oracl database engine.
    Thanks Sir.

    • @integrationcorner268
      @integrationcorner268  3 роки тому

      WSO2_CARBON_DB
      The datasource used for registry and user manager
      jdbc/WSO2CarbonDB

      jdbc:oracle:thin:@SERVER_NAME:PORT/DB_NAME
      regadmin
      regadmin
      oracle.jdbc.driver.OracleDriver
      80
      60000
      5
      true
      SELECT 1 FROM DUAL
      30000

  • @Crystal-Love998
    @Crystal-Love998 4 роки тому

    hi sir, I don't know how to add the data source url and driver.....
    I want to use local db from mssql
    pls help me, sir

    • @integrationcorner268
      @integrationcorner268  4 роки тому

      Can you try the below
      Url : jdbc:mysql://localhost:3306/
      Driver : com.mysql.jdbc.Driver
      Ideally these values should get auto-populated if you are trying to add data source from management console. Nevertheless, give it a shot and let me know

  • @AnitaYadav-ss7ry
    @AnitaYadav-ss7ry 4 роки тому +1

    Hello sir I'm not Able to add ms sql data source

    • @integrationcorner268
      @integrationcorner268  4 роки тому

      I may be able to help you if you can provide me more details about what are you trying to achieve and what you have done already that didn't work.

    • @AnitaYadav-ss7ry
      @AnitaYadav-ss7ry 4 роки тому +2

      Actually I have mssql pre installed
      And I wanted to connect that database as my data source
      So how do I do it
      It's external database which I want to connect

    • @integrationcorner268
      @integrationcorner268  4 роки тому

      @@AnitaYadav-ss7ry The link [1] explains how to use MSSQL as the WSO2 CARBON DB if that is what you are looking for. If you are looking for Datasource configuration just to perform CRUD operations against it, the steps to follow are more or less the same as in the video except that instead of H2, as demonstrated in the video, you have to select MS SQL server as database engine.
      [1] - docs.wso2.com/display/EI660/Changing+to+MSSQL

    • @AnitaYadav-ss7ry
      @AnitaYadav-ss7ry 4 роки тому

      @@integrationcorner268 thank you sir