⭐ DAMA India ChapterCDMPContact

Resources · Tech Solution

Tech Solution

Real world technical solutions from Dheerayat delivery experts. Each post documents an actual implementation or problem resolution, step by step with exact commands, so clients and practitioners can apply the same approach with confidence. New solutions are published here regularly.

Informatica MDM Installation

ActiveVOS Installation - Informatica MDM 10.5 HF3

Install & configure ActiveVOS (AVOS) on Informatica MDM 10.5 HF3 server.

Read Full Solution ↓Collapse ↑

Install & configure ActiveVOS (AVOS) on Informatica MDM 10.5 HF3 server.

1. Create ActiveVOS Console User (JBoss)

Run:

sh /u01/mdm/EAP/bin/add-user.sh

Choose Application User:

  • Username: avosadmin
  • Groups: abTrust, abServiceConsumer, abTaskClient, abAdmin

2. Prepare Database Resources

Navigate to:

/u01/mdm/Informatica/infamdm/hub/server/resources/database

Unzip database.jar:

database.jar

3. Create ActiveVOS Schema

Run:

cd /u01/mdm/Informatica/infamdm/hub/server/bin sh sip_ant.sh create_bpm

Provide:

  • Database Type: ORACLE
  • Hostname: Dheerayat
  • Port: 1680
  • Service Name: DHADB
  • DBA User: sys
  • AVOS Schema User: AVOS
  • Tablespace: CMX_DATA

4. Update ActiveVOS Build Properties

Edit:

/u01/mdm/infamdm/hub/server/bin/build.properties

Set:

sip.appserver.web.url=http://Dheerayat:8080 activevos.install.dir=/u01/mdm/infamdm/Avos activevos.deploy.url=http://Dheerayat:8080/active-bpel/services/ActiveBpelDeployBPR activevos.mdm.sif.url=http://Dheerayat:8080/cmx/services/SifService activevos.mdm.cs.url=http://Dheerayat:8080/cmx/services/BEServices activevos.mdm.urn.mapping.url=http://Dheerayat:8080/active-bpel/services/soap12/AeURNManagement activevos.db.type=oracle activevos.db.server=Dheerayat activevos.db.port=1680 activevos.db.user=avos activevos.db.dbname=DHADB activevos.db.schemaname=avos activevos.db.jdbc.url=jdbc:oracle:thin:@//Dheerayat:1680/DHADB

5. Update AVOS Installation Properties

Edit:

/u01/mdm/Informatica/infamdm/hub/server/conf/avos.install.properties

Key entries:

appserver.location=/u01/mdm/EAP/standalone/deployments jdbc.database.url=jdbc:oracle:thin:@//Dheerayat:1680/DHADB jdbc.database.driver.jar=/u01/mdm/Informatica/infamdm/hub/server/lib/ojdbc8.jar database.type=oracle jdbc.database.username=avos b4p.url=http://Dheerayat:8080/active-bpel/services/AeB4PTaskClient-taskOperations

6. Install ActiveVOS Server Binaries

Run:

chmod 755 ActiveVOS_Server_Unix_9.2.5.sh ./ActiveVOS_Server_Unix_9.2.5.sh
  • JBoss installation
  • AVOS installation directory
  • Workflow engine configuration

Copy the AVOS license file into the module directory.

7. Prepare BPM Resources

Navigate to:

/u01/mdm/Informatica/infamdm/hub/server/resources/bpm

Extract bpm.jar:

bpm.jar

8. Deploy ActiveVOS

Run:

./sip_ant.sh avos.deploy \ -Ddatabase.password=<CMX_SYSTEM_PASSWORD> \ -Davos.username=avosadmin \ -Davos.password=avosadmin \ -Davos.jdbc.database.username=avos \ -Davos.jdbc.database.password=<AVOS_SCHEMA_PASSWORD> \ -Davos.jdbc.database.url=jdbc:oracle:thin:@//Dheerayat:1680/DHADB

Generates activevos-central.war and save_jboss.ear — place in:

/u01/mdm/EAP/standalone/deployments

9. Validate Installation

Check:

  • Console URL: http://Dheerayat:8080/active-bpel
  • Workflow deployment
  • MDM integration (SIF, BEServices, URN mapping)
Need help with a similar implementation? Contact info@dheerayatsolutions.com or WhatsApp +91 83369 23288.

More solutions are added regularly as our delivery teams document new implementations. Check back or follow us on LinkedIn.

Facing a similar challenge?

Our consultants deliver these implementations for enterprise clients across banking, insurance, credit, energy, and telecom. Talk to us about your environment.

Schedule a Call →