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')


...