Desktop Client Login

Sort:
You are not authorized to post a reply.
Author
Messages
Raja Elumalai
New Member
Posts: 4
New Member
    I have added some code in my profile, after that i try to connect the server through desktop client login but is not working.

    How desktop client login menu passing the input value of servername,username,passwd,productline and formid to unix machine.

    what are the things i have to verify to solve the above problem.

    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      Make sure it is not skipping the setting of the 'LATERM' env variable.
      Behind the scenes, Lawson is simply sending 'lapm <form>>. It's just a front-end for telnet.
      Try logging in with the 'desktop client' not the 'desktop client login' and you will get a prompt. See if you can issue an 'lapm' command. Assuming you're running on Unix.
      Thanks for using the LawsonGuru.com forums!
      John
      Raja Elumalai
      New Member
      Posts: 4
      New Member
        Lapm is working fine in the command prompt. I have written small menu in the .profile for 'desktop client'. If i use 'desktop client login' it should take the given input formid menu from the screen.

        Can you please explain in what way 'desktop client login' passing input value to unix machine. (i.e Variable Name) to execute the command lapm 'productline' 'formid'

        John Henley
        Senior Member
        Posts: 3348
        Senior Member
          You should get an error message in the 'desktop client logon', with the option to 'Diagnose', which allows you to see what is going on, at least enough to let you troubleshoot.

          My recollection is that the following commands are pushed behind the scenes via Telnet:
          setenv LATERM univwin
          export LATERM
          lapm <form>>
          Thanks for using the LawsonGuru.com forums!
          John
          You are not authorized to post a reply.