Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

infa_10.4.1_setup.adoc

File metadata and controls

47 lines (28 loc) · 1.11 KB

Informatica 10.4.1 setup on PostreSQL

POSGRES env variables

Set variables in .env.postgres

POSTGRES_USER=...
POSTGRES_DB=...

Build docker image for Informatica 10.4.1

Note
It may be needed to convert CRLF
find . -name "*.sh" -type f -exec dos2unix {} \;

Build images:

docker-compose -f docker-compose.pg.yml up

Make sure c:\Windows\System32\drivers\etc\hosts configuration 127.0.0.1 informatica.local.vm is in place.

Start Tomcat

If needed, attach shell to Informatica container and start Tomcat service

"${INFA_HOME}/tomcat/bin/infaservice.sh" startup`

Informatica Administrator

  1. Add License
    Manage > Services and Nodes > Actions > New > License

  2. Create PowerCenter Repository Service
    Manage > Services and Nodes > Actions > New > PowerCenter Repository Service

    1. Name: IPCLAB_DOM

    2. DB type: PostgreSQL

    3. Username/Pass/Connection string: IPCLAB_REP

    4. Code Page: UTF-8

Configure domains

Domain Name: IPCLAB_DOM

Gateway Host: informatica.local.vm

Gateway Port: 6005