BEA Logo BEA eLink Adapter for R/3 ALE Release 1.6

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   eLink Adapter for R/3 ALE Doc Home   |   BEA eLink Adapter for R/3 ALE User Guide   |   Previous Topic   |   Next Topic   |   Contents   |   Index

Configuration Quick Reference

 

This section provides system administrators with a quick reference for getting the BEA eLink Adapter for R/3 ALE up and running quickly. It provides a step-by-step, chronological summary of the entire configuration process for UNIX and Windows NT. It includes the following main sections:

 


Configuration Quick Reference for UNIX

Perform the following steps when configuring your BEA eLink Adapter for R/3 ALE:

  1. Copy the following files from

    <installation directory>/adapters/sapr3_ale/config

    to

    <installation directory>/adapters/sapr3_ale/bin:

    setenv_ale.sh
    sideinfo
    cr3_ale.ubb
    cr3alein.env
    cr3aleout.env
    cr3_ale.fml
    cr3_tlog.sh
    cr3_queues.sh

    Note: <installation directory> is whatever path that you specified during installation of the BEA eLink Adapter for R/3 ALE.

  2. Edit these files as appropriate to match the settings in your environment. The following are guidelines for editing these files:

  3. Set your environment variables by running setenv_ale.sh from the UNIX prompt as follows:

    > setenv_ale.sh

    Make sure that you are in the bin directory, the directory containing the edited versions of the configuration files from Step 2.

  4. Generate your eLink Platform configuration file (tuxconf) from cr3_ale.ubb using the following command:

    > tmloadcf cr3_ale.ubb

  5. Generate your transaction log (TLOG) file by running cr3_tlog.sh from the UNIX prompt as follows:

    > cr3_tlog.sh

  6. Generate your queue spaces and queues by running cr3_queues.sh from the UNIX prompt as follows:

    > cr3_queues.sh

  7. Start the eLink Platform with the following command:

    > tmboot -y

  8. If you need to change your configuration, repeat Step 2 (editing the configuration files only as necessary to implement the configuration change you want to make), shutdown the eLink Platform servers, then perform Steps 3 through 7. Shutdown the eLink Platform servers by performing the following series of commands:

    1. Shutdown all R/3-to-eLink (outbound) servers with the following command:

      > tmshutdown -i ServerID -k KILL

      where ServerID is the unique ID of the R/3-to-eLink server. This would be whatever is set as the SRVID parameter for all cr3aleout servers in cr3_ale.ubb. In the sample cr3_ale.ubb listed in Sample Configuration Files, the ServerID value is "4."

    2. Shutdown the remaining eLink Platform servers with the command:

      > tmshutdown -y

    3. Repeat the command to make sure that all of the eLink Platform servers are shut down:

      > tmshutdown -y

 


Configuration Quick Reference for Windows NT

Perform the following steps when configuring your BEA eLink Adapter for R/3 ALE:

  1. Copy the following files from

    <installation directory>\adapters\sapr3_ale\config

    to

    <installation directory>\adapters\sapr3_ale\bin:

    setenv_ale.bat
    sideinfo
    cr3_ale.ubb
    cr3alein.env
    cr3aleout.env
    cr3_ale.fml
    cr3_tlog.nt
    cr3_queues.nt

    Note: The <installation directory> is whatever path that you specified during installation of the BEA eLink Adapter for R/3 ALE. The path C:\eLink was used in the Installing BEA eLink Adapter for R/3 ALE, examples.

  2. Edit these files as appropriate to match the settings in your environment. The following are guidelines for editing these files:

  3. Set your environment variables by running setenv_ale.bat from the Command prompt as follows:

    > setenv_ale.bat

    Make sure that you are in the bin directory, the directory containing the edited versions of the configuration files from Step 2.

  4. Generate your eLink Platform configuration file (tuxconf) from cr3_ale.ubb using the following command:

    > tmloadcf cr3_ale.ubb

  5. Generate your transaction log (TLOG) file by running cr3_tlog.nt from the DOS prompt as follows:

    > nmake -f cr3_tlog.nt

  6. Generate your queue spaces and queues by running cr3_queues.nt from the DOS prompt as follows:

    > nmake -f cr3_queues.nt

  7. Start the eLink Platform with the following command:

    > tmboot -y

  8. If you need to change your configuration, repeat Step 2 (editing the configuration files only as necessary to implement the configuration change you want to make), shutdown the eLink Platform servers, then perform Steps 3 through 7. Shutdown the eLink Platform servers by performing the following series of commands:

    1. Shutdown all R/3-to-eLink (outbound) servers with the following command:

      > tmshutdown -i ServerID -k KILL

      where ServerID is the unique ID of the R/3-to-eLink server. This would be whatever is set as the SRVID parameter for all cr3aleout servers in cr3_ale.ubb. In the sample cr3_ale.ubb listed in Sample Configuration Files, the ServerID value is "4."

    2. Shutdown the remaining eLink Platform servers with the command:

      > tmshutdown -y

    3. Repeat the command to make sure that all of the eLink Platform servers are shut down:

      > tmshutdown -y