Previous Topic: Configure the SAP R3 ConnectorNext Topic: CA Identity Minder Provisioning Connection Information


Error: Endpoint cannot be created in this endpoint type.

Reason:

You need to download 64-bit DLLs for your platform.

Action:

Download the 64-bit JCo DLLs and a 32-bit JDK and update your acjcswrap.ini.

  1. Download the 64-bit SAP JCo files from the SAP site.
    http://service.sap.com/connectors 
    
  2. Place the SAP JCo JAR file in the following folder:
    accesspath\Connector Server\extlib
    
  3. Place the SAP JCo DLL files (librfc32.dll, sapjcorfc.dll) in a dedicated folder (for example, C:\SAPJCO)
  4. Open and run the command prompt as Administrator to register the librfc32.dll.
  5. Download and install the 32-bit JDK.
    http://java.com/en/download/manual.jsp
    
  6. Change into the following directory:
    C:\Program Files\CA\AccessControlServer\Connector Server\bin\
    
  7. Edit the acjcswrap.ini file as follows:
    1. Change the command line parameter to point to the 32-bit JDK java.exe.
    2. Add the paths of the two JCo DLL files to the -Djava.library.path.
  8. Restart the Java Connector Server service.

Edit your acjcswrap.ini file to look as follows:

Command line = "C:\Program Files (x86)\Java\jdk1.7.0_40\bin\java.exe" 
-Xms256M -Xmx512M -server -Djava.awt.headless=true 
-Dlog4j.configuration=../conf/log4j.properties 
-Djava.library.path=.;C:\SAPJCO 
-Dlog4j.configuration=../conf/log4j.properties 
-Dweblogic.security.SSL.enforceConstraints=off 
-Dweblogic.security.SSL.ignoreHostnameVerification=true 
-Dsun.lang.ClassLoader.allowArraySyntax=true -Dbea.home=../conf 
-Dweblogic.security.SSL.trustedCAKeyStore=../conf/ssl.keystore 
-cp jcs-bootstrap.jar;../conf;../lib/*;../extlib/* 
org.apache.directory.server.UberjarMain ../conf/server_jcs.xml 
classpath*:conf/connector.xml ../conf/override/**/connector.xml normalize=false