3  ADRF - FAQs

FAQs

You should be prompted to set up multifactor authentication when you create your account, the options are SMS, voice call, email and the Okta verify application.

This is recommended. If you lose access to one form of MFA, you would still be able to gain access to your account using an alternative. To do so, please log on to https://adrf.okta.com and select your name on the top right and click settings. Here you can modify or set up your SMS, voice call, email or Okta multifactor authentication.

You can use the “Need help signing in?” option on the sign on page (https://adrf.okta.com) which will send a link to your email to reset your password. You may have to verify your identify by answering security questions which you set up when creating your account.

You can reset your ADRF project password by following these steps:

  1. Click on the ADRF Management Portal Okta Tile:

ADRF Management Portal Icon

  1. Then click on Admin Tasks on the left hand side of the screen:

Admin Tasks

  1. Then click on RESET PASSWORD:

Reset Password

  1. You’ll see a screen where you can choose the project(s) for which you want to update the password.

You would have to reach out to support at support@coleridgeinitiative.org to have your account unlocked and you would have to reset your security questions so that you can recover your account in the future.

Please ensure the connection to ADRF is not being blocked by your organizations VPN and/or firewall (try using a device not connected to your organization’s network) and reach out to support@coleridgeinitiative.org.

The ADRF is a temporary workspace environment, files left on the desktop will be removed when you log out of your session, and we cannot restore these files. See section 5.2.1 Best practice is to store files in your user folder on the U: drive

On the desktop you should find an icon for JupyterLab, when you click that, a command prompt and a browser window are opened up, leave the command prompt running. You should be able to open the file by selecting File -> Open From Path  and providing the path to the folder containing the ipynb notebook.

Please open a support request by sending an email to support@coleridgeinitiative.org.  Include the dataset you wish to have available inside the ADRF and documentation that confirms that the dataset is public.

Publicly available data is stored in the schema ds_public_1.

All project and training related databases are prefixed with ‘pr_’ (for project) or ‘tr_’ (for training). You may use this space when creating intermediate datasets or as a “working space”. All project members have read and write access to this area (specific to your project).

Read-only non-relational data are stored in the G:\ drive on Windows Explorer. Project specific non-relational data and files are stored in project specific folders that are prefixed with ‘pr_’ or ‘tr_’.  The location of these folders are in the P:\ drive on Windows Explorer.

Each drive location has a different purpose and access rule:
          P:  Project specific files shared by ALL project members
          U:  User personal space.  Only the user has read/write access to this area.
          G:  Non-relational datasets.  Read-only access to authorized users only.

The best practice is to process the data where it is currently located.  If the data is in a relational database, perform as much of your processing using Redshift to make the most efficient use of resources (i.e. filtering, sorting, etc).