The user name shown by the -panel is the PC Name. Is it possible have the user id of our application?

Question ID : 228
Created on 2013-12-05 at 5:05 AM
Author : Valerio Biolchi [valerio.biolchi@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=228



Yes. You can give each user their own login username and password.

  1. run iscclient -admin from a client PC and create new users. Note: Users are saved in a file named password.properties stored in the AppServer working directory on the server. You can customize this file name and location with iscobol.as.password_file.
  2. add iscobol.as.authentication=2 to the AppServer startup command and restart the AppServer.
    At this point, every client you launch will be asked to log in before using the COBOL program.

The client must provide user name and password as registered in the step above. When you run the administration panel, you'll see the login user name.



Back to Original Question