Ability to select and delete multiple tables in the Datasource in Migrate
Currently, If there are multiple tables that have imported metadata to a Datasource in Migrate, and user decides this is a mistake, they have to delete each table one by one - in some cases this could be thousands of tables. If we could add the same check box process provided within Value Mapping page to the Datasource details page, it would make maintenance of this part of the system easier.

Donna Knox about 17 hours ago
Migrate
Ability to select and delete multiple tables in the Datasource in Migrate
Currently, If there are multiple tables that have imported metadata to a Datasource in Migrate, and user decides this is a mistake, they have to delete each table one by one - in some cases this could be thousands of tables. If we could add the same check box process provided within Value Mapping page to the Datasource details page, it would make maintenance of this part of the system easier.

Donna Knox about 17 hours ago
Migrate
Security Role/Feature for Maintaining Comments (by business/functional)
We could use a new Role or Feature to allow us to “Maintain Comments” for Mappings while restricting maintenance of other fields on the Mapping screen. This will allow business/functional users (non-developers), such as SI analysts or client business analysts, to add comments on mapping changes or clarifications WITHOUT opening other mapping fields, e.g., Map Action, for unintentional changes.

acmorenotx 4 days ago
Migrate
Security Role/Feature for Maintaining Comments (by business/functional)
We could use a new Role or Feature to allow us to “Maintain Comments” for Mappings while restricting maintenance of other fields on the Mapping screen. This will allow business/functional users (non-developers), such as SI analysts or client business analysts, to add comments on mapping changes or clarifications WITHOUT opening other mapping fields, e.g., Map Action, for unintentional changes.

acmorenotx 4 days ago
Migrate
Connect to FTP
RL has would like to ingest files from an ftp / sftp server. It would be nice to have that functionality built into the tool.

Weldon, Eric (US) 4 days ago
Platform
Connect to FTP
RL has would like to ingest files from an ftp / sftp server. It would be nice to have that functionality built into the tool.

Weldon, Eric (US) 4 days ago
Platform
Automatically add table aliases to "shell" rules
When Migrate generates update rules, it would be VERY useful for it to automatically alias the table, and add that alias to the columns. See the current shell rule that gets generated: What I’m proposing is to replace the full table with “s.” and aliasing the column as “s” It may not seem like much, but in Postgres when there is no visual view designer, it becomes very cumbersome when you have to type out the table names for every column. And I end up repetitively aliasing and swapping in “s.” hundreds of times throughout the rules and reports. *Similarly, any source report would get “s.” and target report would get “t.” - And one last thing… can we add “WHERE s.zactive = true” to all update rules? I believe that’s standard methodology?

jay.hornback@syniti.com 13 days ago
Migrate
Automatically add table aliases to "shell" rules
When Migrate generates update rules, it would be VERY useful for it to automatically alias the table, and add that alias to the columns. See the current shell rule that gets generated: What I’m proposing is to replace the full table with “s.” and aliasing the column as “s” It may not seem like much, but in Postgres when there is no visual view designer, it becomes very cumbersome when you have to type out the table names for every column. And I end up repetitively aliasing and swapping in “s.” hundreds of times throughout the rules and reports. *Similarly, any source report would get “s.” and target report would get “t.” - And one last thing… can we add “WHERE s.zactive = true” to all update rules? I believe that’s standard methodology?

jay.hornback@syniti.com 13 days ago
Migrate
Enable click/drag reordering of ETL reports
We can already click and drag ETL rules to reorder them. Can we enable this in ETL reports as well?

jay.hornback@syniti.com 29 days ago
Migrate
Enable click/drag reordering of ETL reports
We can already click and drag ETL rules to reorder them. Can we enable this in ETL reports as well?

jay.hornback@syniti.com 29 days ago
Migrate
Future Consideration
Make ETL Report 'Column Translation' default configurable
When you add an ETL report, the Display section has a Column Translation selection, which is defaulted to ‘Both’. I would like this to be configurable because on our project the customer has asked that we always switch it to ‘Technical’. They do not like that ‘Both’ adds 2 rows to the report download. So I end up having to change this default value on every report.

jay.hornback@syniti.com about 1 month ago
Migrate
Future Consideration
Make ETL Report 'Column Translation' default configurable
When you add an ETL report, the Display section has a Column Translation selection, which is defaulted to ‘Both’. I would like this to be configurable because on our project the customer has asked that we always switch it to ‘Technical’. They do not like that ‘Both’ adds 2 rows to the report download. So I end up having to change this default value on every report.

jay.hornback@syniti.com about 1 month ago
Migrate
Migrate Column Translations should have a way to bulk load several translations instead of having to ask Cloud Ops every time to upload them

Baruc Alcala about 1 month ago
Migrate
Migrate Column Translations should have a way to bulk load several translations instead of having to ask Cloud Ops every time to upload them

Baruc Alcala about 1 month ago
Migrate
Planned
Exporting all results from SQL Editor
Is it possible to export all records from SQL editor? I tried to export but it is ONLY limited to 1000 records and not the complete set.

Shashank Damera about 1 month ago
Migrate
Planned
Exporting all results from SQL Editor
Is it possible to export all records from SQL editor? I tried to export but it is ONLY limited to 1000 records and not the complete set.

Shashank Damera about 1 month ago
Migrate
Planned
Add Refresh button to Catalog Scan tab
When a scan is executing, give the ability to click a refresh button. Currently the only option is to refresh your browser.

jay.hornback@syniti.com about 1 month ago
Catalog
Planned
Add Refresh button to Catalog Scan tab
When a scan is executing, give the ability to click a refresh button. Currently the only option is to refresh your browser.

jay.hornback@syniti.com about 1 month ago
Catalog
Add Last Executed On to Target Export page
It would be very helpful to have a timestamp of Last Executed On on this page

jay.hornback@syniti.com about 2 months ago
Migrate
Add Last Executed On to Target Export page
It would be very helpful to have a timestamp of Last Executed On on this page

jay.hornback@syniti.com about 2 months ago
Migrate
Planned
Dataset Design - Migration Fields - Source/Target slider
Currently in Migrate, a user can specify whether global "Standard Fields" are applicable for source working tables, target working tables, or both (screenshot below). This same functionality should be made available for Migration Fields in dataset design (on the Migration tab)

tom.woodward about 2 months ago
Migrate
Planned
Dataset Design - Migration Fields - Source/Target slider
Currently in Migrate, a user can specify whether global "Standard Fields" are applicable for source working tables, target working tables, or both (screenshot below). This same functionality should be made available for Migration Fields in dataset design (on the Migration tab)

tom.woodward about 2 months ago
Migrate
Unlikely to Implement
Predelivered functions / sp to support Release copy backend code
In order to reach an end-to-end executable process as per Release copy feature, delivery consultants need a set of predelivered functions / stored procedures to support backend code promotion including: Compare objects & ETL jobs of 2 releases (with optional filter to focus on “development area”, “source”, “dataset” only) Returns excel import formats for template Generates SQL scripts to promote custom objects to the new development area, code adjusted Highlights missing dependencies, e.g., source tables

Guillaume Dutey about 2 months ago
Migrate
Unlikely to Implement
Predelivered functions / sp to support Release copy backend code
In order to reach an end-to-end executable process as per Release copy feature, delivery consultants need a set of predelivered functions / stored procedures to support backend code promotion including: Compare objects & ETL jobs of 2 releases (with optional filter to focus on “development area”, “source”, “dataset” only) Returns excel import formats for template Generates SQL scripts to promote custom objects to the new development area, code adjusted Highlights missing dependencies, e.g., source tables

Guillaume Dutey about 2 months ago
Migrate
Planned
Enhance MIG_EXPORT_ETL to identify autogen vs manually added ETL tasks
Adding one or various columns to MIG_EXPORT_ETL table populated to identify how the tasks was added (AutoGen / Manual) would help with comparison during Release copy and Quality Assurance checks. Note: as per support ticket ETL reports - identify the rules added manually – Software Support there is no clear way to identify rules which have been manually added.

Guillaume Dutey about 2 months ago
Migrate
Planned
Enhance MIG_EXPORT_ETL to identify autogen vs manually added ETL tasks
Adding one or various columns to MIG_EXPORT_ETL table populated to identify how the tasks was added (AutoGen / Manual) would help with comparison during Release copy and Quality Assurance checks. Note: as per support ticket ETL reports - identify the rules added manually – Software Support there is no clear way to identify rules which have been manually added.

Guillaume Dutey about 2 months ago
Migrate
In Progress
Add mapping status to Excel import template
Enable end user to decide mapping status through excel datasets & mappings import feature with a dedicated column. Allowed values (same as dropdown list on mapping screen): New In-Progress Design Required Complete

Guillaume Dutey about 2 months ago
Migrate
In Progress
Add mapping status to Excel import template
Enable end user to decide mapping status through excel datasets & mappings import feature with a dedicated column. Allowed values (same as dropdown list on mapping screen): New In-Progress Design Required Complete

Guillaume Dutey about 2 months ago
Migrate
Add execution plan feature to SQL Editor
Seeing the execution plan of a query is a feature that is currently lost as we move from back end database tools to the SQL Editor. This is something we should try to add as a button to produce suggestions on indexes, show % of resources, etc.

jay.hornback@syniti.com about 2 months ago
Migrate
Add execution plan feature to SQL Editor
Seeing the execution plan of a query is a feature that is currently lost as we move from back end database tools to the SQL Editor. This is something we should try to add as a button to produce suggestions on indexes, show % of resources, etc.

jay.hornback@syniti.com about 2 months ago
Migrate
Planned
SME Defaulted in reviewer lists of an asset
Dear team, when we push to review the creation of an asset we need to select the reviewers list, this is not always a big list but it would be a good accelerator to include the SME as the default reviewer to make this step quicker Thanks

Antoniorodriguezzarzoso about 2 months ago
Catalog
Planned
SME Defaulted in reviewer lists of an asset
Dear team, when we push to review the creation of an asset we need to select the reviewers list, this is not always a big list but it would be a good accelerator to include the SME as the default reviewer to make this step quicker Thanks

Antoniorodriguezzarzoso about 2 months ago
Catalog
Migrate - PMO Dashboard - Remove Load Rate & Load Accuracy from Metrics % calculation
Load Rate & Load Accuracy being calculated in the Metrics % calculation, needs to be configurable (set to active or inactive as per the requirement)

avinash.sahu@syniti.com about 2 months ago
Migrate
Migrate - PMO Dashboard - Remove Load Rate & Load Accuracy from Metrics % calculation
Load Rate & Load Accuracy being calculated in the Metrics % calculation, needs to be configurable (set to active or inactive as per the requirement)

avinash.sahu@syniti.com about 2 months ago
Migrate
Planned
Migrate Target Report - Display Field description in the "Error Log Msg"
Users are requesting an option to include the field Description alongside (or instead of) the technical field name by default, so they don’t need to update it manually. For example, instead of “BUKRS IS NULL,” the message would read “Company Code (BUKRS) is null.” This would make validation easier, especially for business users who may not be familiar with technical field names.

Ana Garcia Rubio (Syniti) 2 months ago
Migrate
Planned
Migrate Target Report - Display Field description in the "Error Log Msg"
Users are requesting an option to include the field Description alongside (or instead of) the technical field name by default, so they don’t need to update it manually. For example, instead of “BUKRS IS NULL,” the message would read “Company Code (BUKRS) is null.” This would make validation easier, especially for business users who may not be familiar with technical field names.

Ana Garcia Rubio (Syniti) 2 months ago
Migrate
Extending existing System Report
Client would like to enhance the existing report Home > System Reports >> All Snapshot Tables with following fields: to include the following additional information: Execution context INITIATED_BY START_TIME END_TIME Outcome and metrics STATUS PROCESSED_RECORDS FAILED_RECORDS WARNING_COUNT LATENCY_SECONDS I could not find the table which stores this data. This information I think is beneficial for the client. Please look into this enhanced system report.

ash.tallapally 2 months ago
Replicate
Extending existing System Report
Client would like to enhance the existing report Home > System Reports >> All Snapshot Tables with following fields: to include the following additional information: Execution context INITIATED_BY START_TIME END_TIME Outcome and metrics STATUS PROCESSED_RECORDS FAILED_RECORDS WARNING_COUNT LATENCY_SECONDS I could not find the table which stores this data. This information I think is beneficial for the client. Please look into this enhanced system report.

ash.tallapally 2 months ago
Replicate
A List Over Limit error displays when the user selects a list box item in excel integration.
I understand that excel is limited to only 3000 entries in the list box. The default limitation is ok, however, I think we can have a setting like we had in ADM that will allow us to increase/modify this default setting to allow more values in the dropdown depending on the configuration in the project.

Divya Navandar 2 months ago
Construct
A List Over Limit error displays when the user selects a list box item in excel integration.
I understand that excel is limited to only 3000 entries in the list box. The default limitation is ok, however, I think we can have a setting like we had in ADM that will allow us to increase/modify this default setting to allow more values in the dropdown depending on the configuration in the project.

Divya Navandar 2 months ago
Construct