Versions Compared

Key

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

...

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. 


...