DataSet Migration

  1. Open TimeLine Developer and load your TimeLine Solution

  2. Go to the Resources Tab, on the Datasets folder

  3. Select the dataset you want to migrate and open it in Dataset Designer

  4. Click on Dataset Preview. If you get errors, this dataset needs to be migrated manually

Error on Dataset Preview in TimeLine Developer
  1. Open the table in SQL Designer

  2. Navigate to the PostgreSQL tab, click on "Generate"

Generated PostgreSQL Statement with Dataset Designer
  1. Test the generated statement by pressing Test

Test generated PostgreSQL statement with Dataset Designer
  1. By clicking on "Ok," TimeLine Developer will focus on the line and offset that generates errors. This will need to be fixed manually

The cursor will be placed at the offset that generates the error
  1. Fix the issue and press "Test" again

Highlighted first fix. After pressing on "Test", second error is displayed
  1. Resolve any remaining issues individually until the "Test" button successfully opens the Dataset Previewer

Highlighted second fix. Pressing on "Test" opens Dataset Previewer
Adjusting the WHERE clause in a dataset after successfully passing the "Test" validation.
  1. Once you fix the first table, click "Preview" on the dataset. If the Dataset Preview works, it means the dataset is compatible with PostgreSQL. If not, repeat steps 1-10 for each dataset table

Last updated