Saturday, September 16, 2017

B2B DX Pre-Installations and Challenges



B2B DX Pre-Installations and Challenges



Hi Friends,
Below are few challanges which you can come across when you go for DX Upgrade.


1. Multiple Java Path Issues

Make sure to set or execute these commands before you start installation in case if you have multiple Java installations on your Server.

export PATH=$INFA_HOME/java/jre/bin:$PATH
export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/sparcv9/jli:$LD_LIBRARY_PATH
export JAVA_HOME=/infa/informatica/PowerCenter9.6.1/java


2. Try to connect and recheck for any issues

infa/infaabc/softwares/B2BDataExchange9.6.1>>pmrep connect -r rs_stg_repo -d  domain_abc -n Administrator -x password

3. Recheck JVMClassPath


infa/infa/informatica/PowerCenter/isp/bin>>./infacmd.sh getServiceProcessOption -dn domain_stg -un Administrator -pd pwd -sn is_stg_abc1 -nn stg_node -op JVMClassPath

/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/dx-iface-api-8.6-9.0.1.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/dx-iface-api-8.6.1-9.0.1.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/dx-client-powercenter-9.1.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/activemq-all-5.4.2-fuse-02-00.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/dx-client-powercenter-9.5.1.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/commons-logging-1.1.1.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/log4j-1.2.16.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/activemq-all-5.5.1-fuse-02-02.jar:/infa/informatica/B2BDataExchange9.0.1/DataExchange/powercenter/lib/slf4j-log4j12-1.5.11.jar
Command ran successfully.

No comments:

Post a Comment