adding a program

 2 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
andrew
Veteran Member
Posts: 100
Veteran Member

    Had a request from lawson to apply a program (ac903). to our product line.

    they sent me the tar file.

    do I simply untar the file - add to the directory then recompile ?

    I have never added a program before.

     

    windows 2003 and sql setup.

    John Henley
    Posts: 3353
      That's usually the process. Move the .tar file to a tmp directory.
      tar -xvf *.tar

      The contents of the .tar file are usually:
      - a dump file; use pgmload to load this to your desired product line, e.g.
      - source code (AC903PD, AC903WS, AC903.scr, AC903.rpt). Copy these to %LAWDIR%\prod\acsrc
      - qcompile prod ac ac903

      might need to add the program to desired security classes.
      Thanks for using the LawsonGuru.com forums!
      John
      andrew
      Veteran Member
      Posts: 100
      Veteran Member

        Thanks John,

         

        I was missing that pgmload command.

         

        cheers.