cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism - DB2 Platform

MichalPristas
Level 2
Hello. I would like to ask if there is any chance in next future to implement DB2 Database support as a Blue Prism Platform ? Thank you
4 REPLIES 4

John__Carter
Staff
Staff
Thanks Michal, please submit your idea here https://portal.blueprism.com/products/enhancement-request

We can connect the IBM DB2 database in the blue prism using the OLEDB provider. I am using in one of my processes and it is working fine as per my requirement.
Below are the steps to connect the database.

  • Components you need to connect the IBM DB2/AS400 Database
    • Microsoft OLE DB Provider for DB2 Version 6.0
    • Blue Prism Object - VBO - Data - OLEDB
    • IBM DB2/AS400 Database Access

  • Microsoft OLE DB Provider for DB2 Version 6.0
      •   Import from the folder VBO (Blue Prism installation folder)
    • IBM DB2 Database Access
      •   If you don't have IBM DB2 access.   You can create a test database  on IBM cloud https://cloud.ibm.com/

    Use Below Connection String and update the values for your database

    "Provider=DB2OLEDB;Network Transport Library=TCPIP;Network Address=xxx.xxx.xxx.xxx;Initial Catalog=MyCtlg;Package Collection=MyPkgCol;Default Schema=Schema;User ID=myUsername;Password=myPassword;"

    Below is the flow of the process to run the query.

    28537.png



    ------------------------------
    Susheel Maurya
    Team Leader - Process Excellence
    Metlife
    Noida
    ------------------------------

    Thanks Susheel for sharing the solution to connect to DB2.

    ------------------------------
    Santhosh Vijayabaskar
    Program Manager
    Fidelity Investments
    Covington KY
    ------------------------------

    Hello, Thanks for this!

    In addition, if network port needs to be configured - following string should be added to connection string: 

    "Network Port=xxxxx;"



    ------------------------------
    Mikko Rahikainen
    RPA Manager
    S-Group
    Europe/Helsinki
    ------------------------------