Environment: BOE BO XI r2 SP4 installed on windows server A with an Oracle dB
Data Integrator 11.5 is installed on a windows server B
we have also installed the BOE components, designer, webi, etc on server B.
Problem: When we try to install DI metadata integrator on server B, I get the following error:
'...path not found'
when i try to run the cmsConfig.cmd file from dos i get the same error.
I have checked and see all the jar files. Any help would be appreciated
See below the information in the cmsconfig.cmd file
@echo off
setlocal
rem Define the directory containing the Business Objects Enterprise and collector jar files.
rem NOTE: Do not change the names of the following environment variables. They are subject
rem to automatic update by the install utility.
set DI_DIR=C:\PROGRA1\BUSINE1\DATAIN~1.7
set CE_JARS_DIR=C:\PROGRA1\BUSINE1\common\3.5\java\lib
set DI_CRAWLER_DIR=C:\PROGRA1\BUSINE1\DATAIN~1.7\ext\cmsCollector
if NOT defined JAVA_HOME set JAVA_HOME=%DI_DIR%\ext\jre
set CLASSPATH=%DI_DIR%\lib\loader.jar
"%JAVA_HOME%\bin\java" -Djava.system.class.loader=com.bobj.ConfigurableClassLoader -Dclassloader.properties="%DI_CRAWLER_DIR%\classloader.properties"
-Dlink_dir="%DI_DIR%" -Dboe_dir="%CE_JARS_DIR%" com.acta.crystalrepo.config.crConfigLaunch -C"%CE_JARS_DIR%" -I"%DI_CRAWLER_DIR%" -D"%DI_DIR%" %*
:EXIT
See below the information in the properties file
Application jars
cp.0.directory=%link_dir%
lib
cp.0.jars=acta_adapter_sdk.jar;acta_tool.jar;log4j-1.2.3.jar
Business Objects Enterprise jars
cp.1.directory=%boe_dir%
cp.1.jars=cecore.jar;celib.jar;ceplugins.jar;cereports.jar;cesession.jar;corbaidl.jar;ebus405.jar;pluginhelper.jar;rasapp.jar;rascore.jar;serialization.jar;webi.jar;wilog.jar;jtools.jar;boconfig.jar;rebean.jar;rebean.wi.jar;rebean.common.jar
webi.directory=%boe_dir%
webi.jars=webi.jar;wilog.jar;jtools.jar;boconfig.jar
CMS Metadata Integrator jar
cp.2.directory=%link_dir%
ext
cmsCollector
lib
cp.2.jars=cms_md_collector.jar;MMCore.jar;MMCMS.jar
External jars
cp.3.directory=%link_dir%
ext
lib
cp.3.jars=xerces.jar;msutil.jar;commons-logging.jar
Web External jars
cp.4.directory=%link_dir%
ext
diAdmin
WEB-INF
lib
cp.4.jars=sqljdbc.jar;ojdbc14.jar;db2java.jar;ifxjdbc.jar;ifxjdbcx.jar;jconn2.jar;jconnect45.jar;mysql-connector-java-5.0.4-bin.jar