Integrating Oracle E-Business Suite Release 12 with Oracle BPEL in Oracle SOA Suite 11g (LINUX) -- i
After creating the EBS_BPEL_payload.zip on the EBS application server and unzipping in the $MW_HOME on the MW server, am getting "EbsBpelMasterBuild11g.xml:595: dbcFile doesn't exist" when executing:
ant -f EbsBpelMasterBuild11g.xml createConnections \
-DdataSourceName=CustomerDbConnectionDS \
-DdataSourceJNDIName=jdbc/CustomerDBConnectionDS \
-DasadminUser=ASADMIN \
-DasadminPassword=asadmin \
-DdbcFile=$MW_HOME/appsutil/xxxxx/bpel/xxxx.dbc \
-DdataSourceType=NONXA \
-Dadapters=multiple \
-DproductName=msc \
-DignoreDataSourceExists=yes
The DBC file does exist in the $MW_HOME/appsutil/xxxxx/bpel/ directory.
Am using doc 1321776.1 at step 4.3.6. Create Datasource
and Connection Factories
0