Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the following URL in a browser window: http://service.sap.com/connectors
  2. Enter your SAP Service Marketplace user name and password, and then click OK.
  3. In the tree view, go to Connectors>SAP Java Connector>Tools Connectors > SAP Java Connector > Tools and Services.
  4. Review the JCo Release notes for the available versions and choose one that is relevant for the operating system of the i³ for Precise for Web FocalPoint server. Note that the JCo may require other prerequisite software as described in the release notes. Use the JCo version as described in the note above.

...

  1. Unzip the contents of the downloaded file to a directory of your choice on the Precise for Precise for Web FocalPoint server.
  2. From the directory to which you unzipped the downloaded file, copy the .JAR file(s) to <i3_root>\java\3rd_party directory on your Precise for Web FocalPoint server.
  3. If the Precise for Web FocalPoint is installed on Windows, copy the .DLL files from the directory to which you unzipped the downloaded file to <i3_root>\products\www\bin directory on your Precise for Web FocalPoint server.
    If the Precise for Web FocalPoint is installed on UNIX/Linux, copy the .SO files from the directory to which you unzipped the downloaded file to: <i3_root>\products\www\bin directory on your Precise for Web FocalPoint server.
  4. Make sure the gateway port between the Precise for Web FocalPoint and the SAP Application Server is open in both directions. The gateway port is 33xx, where xx has to be replaced by the instance number of the SAP Application Server.
  5. Maintain the SAP communication ports the services file in:
    Windows. Windows     %windir%\system32\drivers\etc\services
    UNIX. UNIX             /etc/services
  6. Replace the following <SID> and <instance-number> with the values from your environment:
    sapms<SID>      sapms<SID> 36<instance-number>/tcp
    sapgw<SID>      sapgw<SID> 33<instance-number>/tcp
    sapdp<SID>      sapdp<SID> 32<instance-number>/tcp
    e.g. for a SAP system with the SID = PRD and Instance Number 01:
    sapmsPRD      sapmsPRD 3601/tcp # SAP Message Server
    sapgwPRD      sapgwPRD 3301/tcp # SAP Gateway sapdpPRD
    3201     3201/tcp # SAP Dispatcher

J2EE

...

  • Refer to the Precise Support Matrix for information on supported DB2 versions and FixPak levels
  • Precise software components are installed on each monitored DB2 server. You create a dedicated Precise OS user on each monitored server. The name "precise" is used as an example. 
    Windows. Windows     On Windows, generally a domain user is created, who is then granted local administrator permissions as required on monitored servers.
    UNIX. For UNIX UNIX            For UNIX servers, you must create a Precise user on every monitored server.
    For monitored DB2 servers, create the Precise user as follows:
    • Non-null password, not containing special characters, and has a maximum length of 15 characters
    • Connected to the DB2 SYSADM group (as reported by the DB2 GET DBM CFG command)
    • Login shell is ksh, with "dot" (.) in the Path variable
    • The shared library path (LD_LIBRARY, SHLIB_PATH, LIB_PATH) is not set in this user's environment
  • For monitoring purposes, the Precise user must have the DBADM and SYSMON privileges or SYSADM privileges

    Info

    The Precise for DB2 AppTier installation creates a schema in either an existing or new tablespace. If you prefer to create a new tablespace, the user must also have DBADM and SYSCTRL privileges or SYSADM privileges.

  • When monitoring DB2 on HP, make sure the database default charset isn't roman8 (CP1051)
  • Close the Services window in the Control Panel if you are installing on a Windows server

...