Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

PCK Configuration in NetWeaver 7.1


Introduction:


Partner Connectivity Kit (PCK), in addition to allow partners and subsidiaries to integrate with PI systems, can also be used to test Java adapters, including adapter user-modules. The configurations to enable PCK in NW 7.1 has changed, mainly due to the unavailability of the J2EE Visual Administrator in NW 7.1. This blog is to provide the updated configuration steps.

To get additional background, benefits and limitations of PCK, please reference the blog: PCK for Enabling & Testing SAP NetWeaver XI Adapter Scenarios

h3. Configurations:
The steps below assumes that you have already installed and deployed PCK in NW 7.1.
  • PCK configuration changes.
Add aii.properties file to the J2EE server. Make the appropriate changes to the aii. properties file. (An example of the file is in the Appendix.) An example of the aii.properties file directory path is: /usr/sap/<sapsid>JC00/j2ee/cluster/server0. The directory for the my sample installation is /usr/sap/A24/JC70/j2ee/cluster/server0. Sample aii.properties file:
################################
  1. Local AII Properties #####
################################
com.sap.aii.ib.client.properties = com.sap.aii.ib.client.,com.sap.aii.ib.core.,com.sap.aii.connect.,com.sap.aii.ib.server.,com.sap.aii.docu.,com.sap.aii.pck.


  1. PCK Connection Parameters
  2. NetWeaver 7.0   simple - robust - model driven


com.sap.aii.connect.directory.contextroot = pck


  1. Replace 'HostName' with the name of your J2EE host
com.sap.aii.connect.directory.name     = CHIN00413560A


  1. Replace '50000' with the httpport of your J2EE host (cf. SAP note 604564)
com.sap.aii.connect.directory.httpport = 57000


  1. Replace '50001' with the https-port of your J2EE host (cf. SAP note 604564)
com.sap.aii.connect.directory.httpsport = 57001


  1. Replace '50004' with the rmiport of your J2EE host (cf. SAP note 604564)
com.sap.aii.connect.directory.rmiport  = 57004


  1. Single Sign On (SSO). Replace 'false' with 'true' to configure SSO (cf. SAP note 810554)
com.sap.aii.ib.core.sso.enabled = false


  1. Client Parameters
#
  1. Appl name (do not change)
com.sap.aii.ib.client.applicationname.directory = sap.com/com.sap.xi.pck/


  1. Replace 'EN' with the languages of your PCK installation
com.sap.aii.ib.client.login.languages = EN


  1. Server Parameters
#
  1. Classpath Resolver Service Name (do not change)
com.sap.aii.pck.server.compiler.classpath_resolverServiceName = classpath_resolver

Please pay special attentions to the following parameters, they will probably need to be modified:

  1. com.sap.aii.connect.directory.name
  2. com.sap.aii.connect.directory.httpport
  3. com.sap.aii.connect.directory.httpsport
  4. com.sap.aii.connect.directory.rmiport
4 Comments