Starting the Enterprise Server for IBM i Manually

To start the enterprise server for IBM i manually:

  1. Sign on to the IBM i as ONEWORLD.

  2. Start JDENet using this command:

    STRNET
    
  3. Start the PORTTEST program using this command to verify that the basic enterprise server software was correctly installed:

    PORTTEST userID password environment
    

    Where userID represents the JD Edwards EnterpriseOne IBM i user ID, password represents the password, and environment represents the environment that you want to test.

    The PORTTEST program initializes an environment and user if JD Edwards EnterpriseOne was correctly installed and configured. The program opens a table and displays up to 99 rows of data. You should see results similar to those in this example:

    Running porttest for JDESVR on M9ASD2 with password JDESVR
    Initializing Environment M9ASD2,... 
    Environment M9ASD2 was initialized successfully.
    Initializing JDESVR/JDESVR (User/Password),... 
    JDESVR/JDESVR (User/Password) Initialized successfully.
    Opening table F986110,... 
    Opened table F986110 successfully.
    Closing table F986110,... 
    Closed table F986110 successfully.
    Opening table F0902,... 
    Opened table F0902 successfully.
    Performing select all on table F0902,... 
    Select all on F0902 succeeded.
    Printing up to 99 records in the table F0902,...
    f0902.gbaid f0902.gbawtd
    ------------ ------------
    [98] 00009697 24060973
    [97] 00009806 13540877
    [96] 00010102 3140380...
    [1] 00068798 10000
    [0] 00058798 250000
    Total number of rows printed = 99
    Calling DataDictionary Validation function,... 
    Data Dictionary Validation Succeed for CO 00001.
    Closing table F0902,... 
    Closed table F0902.
    Freeing user JDESVR,... 
    Freed user JDESVR successfully.
    Cleaning up environment M9ASD2,... 
    Cleaned up environment M9ASD2 successfully.
    Congratulations! Porttest completed successfully.
    All Done! 
    BYE!
    

    If the table in the environment that you specified is empty, the total number of records that the program prints will equal zero.

  4. Enter this command:

    WRKACTJOB SBS(JDEErelease)
    

    The variable release is the JD Edwards EnterpriseOne release level that the site is using, such as JDEE920.

  5. Verify that the entry NETWORK with function PGM-JDENET_N and status of SELW is running (until a net request is performed, the CPU will be 0).