Db2

Db2

Where DBAs and data experts come together to stop operating and start innovating. Connect, share, and shape the AI era with us.


#Data


#Data
#Databases
#Operatingsystems
#Db2
#Databasesolutions
 View Only
  • 1.  Data Management Console on Windows Docker environment

    Posted 11/07/22 12:20 PM
    Just installed DMC on a  docker container on my windows laptop.  Finally got the repro db created and the dmc container up and running.  However I am unable to connect to the web console.  I keep getting "502 Bad Gateway" in my browser.  I am using https://localhost:11081/console   Any suggestion as to how to resolve this issue?

    ------------------------------
    Dale McInnis
    ------------------------------

    #Db2


  • 2.  RE: Data Management Console on Windows Docker environment

    Posted 11/09/22 03:19 AM
    Hi Dale,
    Could you post the docker log info about that error here please? Thanks.

    ------------------------------
    fei fan
    ------------------------------



  • 3.  RE: Data Management Console on Windows Docker environment

    Posted 11/09/22 08:32 AM
    Edited by System Admin 01/20/23 04:51 PM
    I finally got it to work
    The IP address that is given internally to the pod is what DMC will be looking for, not localhost.
    This is obtain by issuing:
    docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mydb2

    ------------------------------
    Dale McInnis
    ------------------------------