Versions Compared

Key

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

...

Install Axes-TS on the target computer

Axes-TS needs to be installed on the target IBM i server.

 See Install and Configure RAMP-TS/aXes-TS on your IBM i Server.


Create application folder

On the target system, create an application folder as a subfolder of the \axes\ts\screens folder using the IBM i CRTDIR command.

The name of the folder can contain only letters from the English alphabet or numbers, no blanks.

For example to create folder MyApplication1 in \axes\ts\screens\ folder:

CRTDIR DIR('axes\ts\screens\myapplication1')


Set authorities

Use the IBM i WRKLNK command and make sure that folder MyApplication1 has *R rights for user *PUBLIC and no other rights.

Use WRKLNK OBJ('axes\ts\screens\ MyApplication1') then use option 9=Work with authority to display and alter the authority to folder MyApplication1.


Load tables

SQL commands may commands may be used to load any static or dynamic tables in your application.

Check that the user the aXes server is executing under has READ authorization to any required SQL/database tables.

The commands execute under the user profile that the aXes server is executing under.

You should authorize that user profile for read access to the SQL tables required for this purpose. This user does not need any rights to other data base tables that may be on the system. 


...