Online Login

Online Login requires the user to input a user account which is assigned with an online license by the license administrator. And Internet access is required, because the online license will be activated by the Appeon license server during the login process.

If you have configured a firewall on your machine, make sure you configure your firewall to allow access to the following domain used by the Appeon online license activation mechanism:

Protocol: HTTPS

Port: 443

Domain: api.appeon.com and api2.appeon.com

Logging in with an online license

To log in to PowerBuilder using an account assigned with an online license, follow these steps:

  1. Launch PowerBuilder and the login window appears.

    Before logging in, make sure the user account is assigned with an online license. For information on assigning users, see the section called “Assigning users”. If you do not have purchased the product from Appeon, you can click Buy now! to buy one or click Apply for a free trial to try the product for 30 days.

  1. Click Activate and then enter the email address and the password for the user account.

    See the following table for the descriptions for each item on this login window.

    Item

    Description

    Email Address

    The email address for the user account. Make sure the account is created and assigned with an online license on the Appeon website.

    Password

    The password for the user account.

    Remember credentials

    Whether email address and password are remembered and automatically filled in in the login window.

    Auto login at startup

    The user who uses the online license will automatically log in the license when the PowerBuilder IDE is launched next time. Their user name and password will be saved for the next login. This option is selected by default.

    Sign out on exit

    The user who uses the online license can automatically log out the license when the PowerBuilder IDE is closed in a normal way and with network connection. This option is selected by default in the virtual machine, but not selected by default in the physical machine.

    Register an account

    If you do not have an account, click this button to register one on the Appeon website and then assign an online license to the account.

    Reset password

    If you forget your password, click this button to reset your password.

    Activate without Internet

    If the computer has no Internet connection, click this button to activate the product using an offline license.

    Terms of Use

    You may click Terms of Use to view the terms of use.

    Privacy Statement

    You may click Privacy Statement to view the privacy statements.


  2. Click Log In and it goes back to PowerBuilder after you logged in successfully.

Make sure the current machine can connect to Internet, as the user account will be validated and the binding license will be activated by the Appeon license server immediately. Once activation is successful, you will be logged in to PowerBuilder IDE.

Command line parameters for login

You can start and log into PowerBuilder IDE by specifying your user account and password in the command line parameters. The command line mode can only work with the online license.

You can directly specify your user account through the command line parameter. For example,

pb190.exe /AC test@appeon.com /PW xxxxxxx /RC N /ALS N /SOE Y

/AC -- User Account.

/PW -- User Password.

/RC -- Remember Credentials (Y or N), default is Y. /RC is always Y when /ALS is Y. This parameter takes effect when both /AC and /PW are set.

/ALS -- Auto Login at Startup (Y or N), default is Y. This parameter takes effect when both /AC and /PW are set.

/SOE -- Sign Out on Exit (Y or N), default is Y. This parameter takes effect when both /AC and /PW are set.

You can also specify a file (that contains your user credentials) through the command line parameter. For example,

pb190.exe /LIF c:\test.ini

/LIF -- The full path to the license login initialization file which contains your encrypted password and other login settings.

The file is created by an independent tool (%AppeonInstallPath%\PowerBuilder [version]\Tools\LoginIniFileCreator.exe). You can specify the user account, the password, the login settings, and the file path in this tool. The password will be encrypted in the generated file to protect your login credentials. (If you want to copy the tool to other places, make sure to copy the executable file as well as the msvcp100.dll and msvcr100.dll files under the same folder).

Note

If a user account has already successfully logged in (and not logged out since then), then only its user name and password will be authenticated when specified in the command line; the other settings (such as Auto Login at Startup, Sign Out on Exit, Remember Credentials etc.) specified in the command line will be ignored.

Checking the online license information

After you logged in (which means the license is activated successfully), click the account on the right top of PowerBuilder and then click Account Management in the popup menu, and you will see the license information.

Refreshing the license

When the online license is renewed or upgraded, you can click Refresh license in the account management window to update the license.

Logging out

In the account management window, click Sign out to log off from PowerBuilder.

The login window pops up immediately after you signed out.

Signing out does not need to reassign the license to user. The user account can still be used to log into the PowerBuilder IDE (same or different one) again.

If you are unable to click Sign out to log off from PowerBuilder, you can ask your license admin to use the remote logout on the Appeon website (see the section called “Logging out users” for more).

You can also select the Sign out on exit option in the login window or the account management window to automatically log out the license when the PowerBuilder IDE is closed in a normal way and with network connection.

Trying a free trial

In the account management window, you can click the Switch to trial button to start trying the CloudPro edition for 30 days. This button is only available when your PowerBuilder is Standard edition or Professional edition. You can switch it back to your paid version anytime afterwards.

Follow Trial License Activation Guide to request and activate the trial license. The process is different.