Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description of Issue

The T&A Login screen won't let me type in a username or password in to log in to the application.

Message on login screen shows:

Remote access to the primary interface is not allowed.

Context
  • ExecuTime
  • Time and Attendance
  • T&A
  • Login
  • Upgrade
Cause

Client is hosted in AWS or Yarmouth SaaS.  After an upgrade deployment, the login screen won't let user type in the fields or hit the sign in button.

Resolution

Run the below UPDATE scripts against the target Time & Attendance database to allow remote access;

UPDATE [employee] SET [remote_application_access] = 1

update [property]
set value = 'true'
where property_id = '337'

Additional Information

If remote access for mobile needs to be enabled, the following UPDATE scripts can also be ran to allow remote access for mobile:

update employee set remote_application_access_mobile = 1

update [property]
set value = 'true'
where property_id = '338'





  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.