Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDownload, Release Notes, Release Date

Download Links:
- ETL+ 64 bits: DataSelf ETL Plus.exe (16MB)
- ETL+ 32 bits: DataSelf ETL Plus.exe (6MB)
- DataSelf Agent: DataSelf Agent.exe (60KB)
Released: 08/29/2022

New Features

  1. ETL page: title shows the connected “Data Warehouse: [<SqlServerName>].[<Database>]”

  2. ETL page: Settings icon updated.

  3. ETL Page - Find: Added Find feature to quickly highlight matches on sources, data warehouse tables, and SQL Statements.

  4. ETL Page - Find: Click the Find icon to expose/collapse the search box.

  5. ETL Page - Find: Find is case insensitive for source, table, and column names, and is case sensitive for ETL SQL Statements (to be improved in future releases).

  6. ETL Page: click (Ctrl + F) to open the Find box.

  7. ETL Page: click (Ctrl + G) to open the Log page.

  8. ETL Page: click (F1) to go to Help.

  9. ETL page, left panel renamed to “ETL Source”.

  10. ETL Source - MS Access: Added MS Access as a new source type.

  11. ETL Source - MS Access: Enter file path and password if required.

  12. ETL Source - MS Access: Replace delta refresh available.

  13. ETL Source - MS Access: Upsert delta refresh available.

  14. ETL Source - PostgreSQL: Added PostgreSQL as a new source type.

  15. ETL Source - PostgreSQL: Enter server address, port, credentials, and database name.

  16. ETL Source - PostgreSQL: Replace delta refresh available.

  17. ETL Source - PostgreSQL: Upsert delta refresh available.

  18. ETL Source - BigQuery ODBC: Support and adjustments to BigQuery ODBC.

  19. ETL Source - Google Sheet (beta): Support to extract data from Google Sheets. 64bit beta version.

  20. ETL Source - Google Sheet (beta): Enter Spreadsheet ID, Target (optional). More instructions to be provided.

  21. ETL Source - Google Sheet (beta): Date fields are automatically converted to varchar(max) to prevent failures with invalid dates in MS SQL. Users can enter SQL Expressions on the Design page to convert invalid dates to valid values.

  22. ETL Source - MySQL (beta): Support to extract data from MySQL. 64bit beta version.

  23. ETL Source - MySQL (beta): Enter server name, port, credentials, and database name.

  24. ETL Source - Oracle (beta): Support to extract data from Oracle. 64bit beta version.

  25. ETL Source - Oracle (beta): Enter Default or TNS, host name, port, credentials, and service name.

  26. ETL Source: Deleting ETL+ Sources deletes its mapped tables on the center panel and now also the physical data warehouse tables. User is prompted to confirm the physical table deletion.

  27. ETL Source: select a source → (Ctrl + i) opens its Properties.

  28. ETL Source: double-click a table to add/map it to the load process.

  29. ETL Source: (F5) to refresh a source.

  30. ETL Page, center panel: Renamed to ETL Objects. More descriptive of what the panel is about. Objects currently include source headings (to group sources' tables together), SQL schemas, tables, and table columns.

  31. ETL Objects: Renaming tables on the center panel renames the physical data warehouse tables.

  32. ETL Objects: Duplicating tables on the center panel duplicates the physical data warehouse tables. This is helpful when users want to perform tests on a table without affecting the official one.

  33. ETL Objects: Deleting tables on the center panel deletes the physical data warehouse tables. User is prompted to confirm the physical deletion.

  34. ETL Objects: zData Warehouse heading renamed to zData Warehouse (Reimports).

  35. ETL Objects: Job icon updated.

  36. ETL Objects: select a table → (Ctrl + Del) key to delete.

  37. ETL Objects: select a table → (Ctrl + 2) key to duplicate.

  38. ETL Objects: select a table → (F2) key to rename.

  39. ETL Objects: select a table → (Ctrl + D) key to open Design.

  40. ETL Objects: select a table → (Ctrl + O) key to re-load and show Columns and data types.

  41. ETL Objects: select a table → (Ctrl + P) key to preview.

  42. ETL Objects: select a table → (Ctrl + L) key to Load Now.

  43. ETL Objects: click (Ctrl + J) to open the Job page.

  44. ETL Objects: Added ... icon to the panel header for additional non-popular actions.

  45. ETL Objects: select a table → ... → Show Columns.

  46. ETL Objects: select a table → ... → Download to CSV.

  47. ETL Objects: ... → Load All Columns.

  48. ETL Objects: ... → Expand All / Collapse All for expanding/collapsing the source headers.

  49. ETL Objects - CSV: Added Export to CSV tables that have been loaded to the data warehouse.

  50. ETL Objects - CSV: Right-click an ETL Object table → More ActionsDownload to CSV downloads data in CSV format into the folder: ETL+ folder/DS_Downloads/<EntityID>.<TableName>.csv (ex.: abcinc.TName1.csv).

  51. ETL page: click (Ctrl + S) to Save.

  52. ETL page: click (Ctrl + O) inside of ETL SQL Statement to Confirm.

  53. Job page: “Refresh Batch” renamed to “Job” - this feature can run scripts that are not “refreshes”.

  54. Design page: When changing the Data Type of a column, ETL+ posts the SQL expressions automatically applied. Users can edit the expression.

  55. Design page: After a SQL expression is posted to a column, if a user changes the column’s Data Type again, ETL+ will prompt if it should update the SQL expression.

  56. Design page: Loading of MS SQL Timestamp columns automatically converted to char(23).

  57. DataSelf Agent: Greatly anticipated ETL+ auxiliary application to execute scheduled and remote tasks. Long-term vision: a user runs ETL+ on her laptop at a hotel and requests a data refresh from her on-premises ETL+ install, and orders a margarita (drink orders not included in ETL+ lol). Their on-prem DS Agent receives and executes the request on the on-prem ETL+. And then it notifies the user when the refresh is complete. Magic happens while the margarita buzz kicks in!

  58. Agent: A locally deployed Agent can run scheduled jobs.

  59. Agent: A locally deployed Agent can run on-demand jobs.

  60. Agent: Because of the Agent framework, users can now stop a running job no matter if it’s running via ETL+ UI or via an Agent.

  61. Agent: An ETL+ Job can be associated with one Agent or to WTS.

  62. Agent: ETL+ Production installs must have direct access to source systems and have the Agent locally deployed and running with a local Windows Admin user.

  63. Agent: ETL+ will capture in the metadata the Windows Device name to associate the ETL+ Entity and Job IDs to run by the Agent.

  64. Agent: When assigning a computer to run the Agent for the first time, ETL+ assigns the username and password saved on the Job → Properties → Agent credentials. This user must have local Windows Admin Rights.

  65. Agent: Runs as a Windows service (in the background) and checks the cloud metadata every 10 secs for instructions to execute.

  66. Agent: Checks the cloud metadata if there are Jobs to run now. The rule is: (Jobs associated to run by this Agent) & Enabled & (Next Run Time <= now).

  67. Agent: Checks the cloud metadata if there are on-demand tasks to execute. Currently, it can execute two tasks: run a Job now, and kill the execution of a running Job.

  68. Agent: DateTime values related to the Agent are fixed in PST. Next release will add flexibility to this setting.

  69. Agent Auto Start: When assigning a computer to run the Agent for the first time, ETL+ creates a WTS task to automatically run the Agent.

  70. Agent Auto Start: On a given computer, only one Agent runs at a time. Attempts to run a second session in parallel will only log the attempt.

  71. Agent Auto Start: The WTS that runs the Agent is scheduled to run every hour. This can be manually changed to run on Windows Startup, and change Setting to stop the app after 3 days.

  72. Agent Protocol: The communication between the Agent and the cloud is via a single metadata table.

  73. Agent Protocol: The Agent and ETL+ use the metadata table to monitor actions such as terminating a running Job.

  74. Agent Scheduling: Once per day schedules.

  75. Agent Scheduling: Repeat task every X days.

  76. Agent Scheduling: Repeat task every X minutes within Y hours.

  77. Agent Scheduling: Future schedules (ex.: run it next year).

  78. Agent app: Right-click on the Agent on Windows Explorer → Properties → Details, see the Agent version on File version.

  79. Agent app - Agent Log.txt: Creates Agent Log.txt log file on the same directory where the Agent is. This file contains high-level Agent debugging and monitoring logs.

  80. Agent app - Agent Log.txt: Logs the Agent version upon its start.

  81. Agent app - Agent Log.txt: Logs failed attempts to run the Agent (it’s usually ok since only one Agent can run on each computer).

  82. Agent app - Agent Log.txt: Logs the ETL+ command line running a Job.

  83. Agent app - Agent Log.txt: Logs the end of a Job run.

  84. Job: Added Status column on the job list to show which app runs the Job. Options: WTS (Windows Task Scheduler) to DataSelf Agent.

  85. Job: Status column = WTS Enabled: The job is assigned to run via Windows Task Scheduler like in prior ETL+ versions.

  86. Job: Status column = WTS Disabled: The job is assigned to run via Windows Task Scheduler like in prior ETL+ versions. However, ETL+ will not run the Job because it’s disabled even if/when WTS tries to run it.

  87. Job: Status = Agent Offline: The Job is assigned to an Agent that is either not running, or is unable to access DataSelf cloud.

  88. Job: Status = Agent Ready: The Job is assigned to an Agent and is ready to run scheduled or on-demand Jobs.

  89. Job: Status = Agent Disabled: The Job is assigned to an Agent but it won’t run the Job.

  90. Job: Status = Agent Running: The Job is running.

  91. Job: Status = Agent Stopping: The Job is/was running, but the user just clicked End Job in ETL+.

  92. Job: Added Load column showing Default or Forced Load All.

  93. Job: Added Start at column showing a summary of the schedule description.

  94. Job: Moved Run Job icon to the left panel header.

  95. Job: Added Job Properties icon on the left panel header.

  96. Job: Added ... (More Actions) icon.

  97. Job: Added ...Run Job via Agent icon. This sends a message to the Agent to run the Job on demand.

  98. Job: Added ...End Job icon.

  99. Job: Moved Rename Job icon under the ... icon.

  100. Job: Moved Delete Job icon under the ... icon.

  101. Job: Moved Create Win Shortcut icon under the ... icon.

  102. Job - Right-click: Same changes as the icons above.

  103. Job - Pop up: Shows Job name

  104. Job - Pop up: Shows Agent to run the Job. Computer Name if DataSelf Agent will run the Job.

  105. Job - Pop up: Shows Job Schedule.

  106. Job - Pop up: Shows Load Type.

  107. Job - Pop up: Shows Last Run Time.

  108. Job - Pop up: Shows Next Run Time.

  109. Job: Removed Windows Task Scheduler (WTS) section.

  110. Job: Removed WTS Settings.

  111. Job: Clicking the Job Properties icon shows a section for Schedule, Load Type, and App.

  112. Job: Settings icon updated.

  113. Job - Find: Added Find feature to quickly highlight matches on Jobs and Job Steps.

  114. Job: click (Ctrl + F) to open the Find box.

  115. Job: click (Ctrl + G) to open the Log page.

  116. Job: click (F1) to go to Help.

  117. Job: Standardized user interaction as main ETL page so right-clicking on panel objects pops up the available features. Ex.: right-click a job → Run Job.

  118. Job: Added Refresh icon that updates Job status.

  119. Job: Added Expand icon to show additional scheduling columns.

  120. Job: Expand additional column: Last Run.

  121. Job: Expand additional column: Next Run.

  122. Job: Expand additional column: Server.

  123. Job: The Refresh feature enters in a 10-sec auto-refresh mode when the columns are expanded.

  124. Job Steps: now shows the Job <ID> on the header.

  125. Job Steps: Added Move to Top icon/feature.

  126. Job Steps: Added Move to Bottom icon/feature.

  127. Job Steps: select a script → (Ctrl + i) to open its properties.

  128. Job Steps: select a script → (Ctrl + Del) key to delete.

  129. Job Steps: select a row → (Ctrl + D) key to push it down one row.

  130. Job Steps: select a row → press and hold the (Ctrl + D) key to push it down.

  131. Job Steps: select a row → (Ctrl + U) key to push it up one row.

  132. Job Steps: select a row → press and hold the (Ctrl + U) key to push it up.

  133. Job Steps: (Ctrl + T) to create a new Tableau Extract Refresh script.

  134. Job Steps: New script Download to CSV to run on a schedule. Select a Job+ on the Steps panel → Download to CSVselect a table -> Save.

  135. Job Steps: Right-click on a Job Step shows a popup with the icons/actions above.

  136. Job Properties - Schedule: Layout re-arranged.

  137. Job Properties - Schedule: Added Enabled checkbox. Unchecking it will prevent the Job from running via the command line (typically, this is done by the Agent and WTS).

  138. Job Properties - Schedule: The Start time zone shows PST when the Agent is selected.

  139. Job Properties - Schedule: The Start doesn’t show a time zone when WTS is selected. This assumes it’ll be run based on the time zone of the WTS running the Job.

  140. Job Start at column shows PST when the Agent is selected. It doesn’t show a time zone when WTS is selected (this assumes it’ll be run based on the time zone of the WTS running the Job).

  141. Job Last Run column shows PST when the Agent is selected. It doesn’t show a time zone when WTS is selected (this assumes it’ll be run based on the time zone of the WTS running the Job).

  142. Job Next Run column shows PST when the Agent is selected. It doesn’t show a time zone when WTS is selected (this assumes it’ll be run based on the time zone of the WTS running the Job).

  143. Job App: New section to manage the application running Jobs.

  144. Job App: In a new installation, the App dropdown has the following options:

    1. Deploy the Agent on this device (<DeviceName>)

    2. WTS.

  145. Job App: To deploy the Agent on a device, select Deploy the Agent on this device (<DeviceName>) on the dropdown, enter credentials with local Windows Admin rights on the right panel, check Assign the Agent on this device for all Jobs if applicable, press Apply. If the Agent hasn’t been downloaded yet to the ETL+ folder, this will download the Agent to the ETL+ folder, create a WTS task to run the Agent automatically during reboots, and run the Agent as a service.

  146. Job App: Repeat the step above to re-deploy the Agent - in case the Agent is running as expected.

  147. Job App: To upgrade the Agent, delete DataSelf Agent.exe from the ETL+ folder and deploy the Agent again.

  148. Job App: Once an Agent is assigned to a Job, its App dropdown shows Agent on <DeviceName> or Agent on <DeviceName> (this device). This informs the Agent is assigned to a Job and the Windows Computer name running that Agent.

  149. Job App: If there are multiple Agents available to run a Job, if required, use the App dropdown to assign a different Agent to a Job. For instance, the production server will be down for a few days, and the user assigns a Job to a backup server to run the Job during that period.

  150. Job App: ETL+ and Job refresh will work the same way as in prior versions when the App dropdown shows WTS.

  151. Job App: When the App = WTS, the right panels shows the credentials for the local Windows Admin user and the Apply button (similar to prior versions).

  152. Job App: When the App = WTS, users can disable the scheduled refresh of a Job using the Schedule Enable checkbox. This doesn’t affect the WTS activities per se, but it’ll prevent ETL+ from actively running such disabled Jobs.

  153. Load Engine: Depending on the source system, loading of Date and DateTime columns automatically converts invalid values to NULL.

  154. Load Engine: The delta filter column now creates a physical index in the data warehouse.

  155. Load Engine: PK columns used in delta loads now create physical indexes in the data warehouse.

  156. Load Engine: Adjustments when recalculating MS SQL indexes for the filter column used in tables with Replace. Resulting in significant performance improvement when processing deltas in large tables.

  157. Load Engine: Adjustments when recalculating MS SQL indexes for the filter and PK columns used in tables with Upsert. Resulting in significant performance improvement when processing deltas in large tables.

  158. Command Line: parameter -e <EntityID>. Ex.: -e abccorp

  159. Command Line: parameter -j <JobID>. Ex.: -j 1

  160. Command Line: New command syntax: -e <EntityID> -j <JobID> -ui <Page> <action>.

  161. Command Line: parameter -e <EntityID> -ui load -j <JobID>. Ex.: this runs JobID on a new Load session. This automatically closes once the job completes the refresh.

  162. Command Line: parameter -e <EntityID> -ui log. Ex.: this opens the Log page on a new ETL+ session. This session stays open until the user closes it. Click the Refresh icon to view the latest log rows.

  163. Command Line: parameter -e <EntityID> -ui agent. Ex.: opens the Agent page from an ETL+ session.

  164. Command Line: ETL+ uses the latest locally saved encrypted credentials when running command lines.

  165. Load Engine: If an ETL+ entity tries to load a table that is currently being loaded by another entity, it’ll show the message “Another ETL+ is loading this table. Waiting for table release.”

  166. Load Engine: If an ETL+ entity tries to load a table that is currently being loaded by another entity, every 15 secs it’ll show the message “Checking table release…”

  167. Load Engine: If an ETL+ entity tries to load a table that is currently being loaded by another entity, but the other entity isn’t active for over 90 seconds, the new entity takes over the table load.

  168. Load Engine: The mechanism to check for “Another ETL+ is loading this table. Waiting for table release.” checks for which Statement.RefreshRunID is loading the statement and when was the last date/time the loading was active on Statement.LastRefreshBg.

  169. Load Engine: Checking if Log tables exist only during the opening of an entity (instead of during the load of every table).

  170. Load Engine: Shows when the load started (metadata date/time).

  171. Job Loading Page: Runs on its own window (runs via command line).

  172. Agent Monitor Page: Opens Agent page on its own window (runs via command line).

  173. Security: New passwords require at least 12 complex characters (up from 8).

  174. Security: New passwords now accept # @ as part of special characters.

  175. Security: When ETL+ can’t connect to its metadata: "Unable to connect to cloud metadata via https and SSL SQL. ETL+ needs to whitelist your public IP, or your firewall or antimalware is preventing ETL+ connection to the cloud. Start ETL+ IP Whitelisting?"

  176. Security: ETL Page - ETL SQL Statement: For multi-tenant data warehouses, clicking Confirm validates that only dbo and entityID schemas can be read from zData Warehouse.

  177. Log Page: Runs on its own window (runs via command line). This allows users to keep it open for monitoring the results of load tests.

  178. Log Page: It will remain open even if the user closes the main ETL+ session. This can be useful for using the Log page for monitoring ETL+ loads exclusively.

  179. Log Page: Click Close to close it.

  180. Log Page: Added Rows Retrieved parameter. Enter a new value and press Refresh icon.

  181. Log Page: (F5) shortcut to refresh Log page.

  182. Log Page: Titles and radio buttons changed to ETL Log and Table Stats.

  183. Log Page: Table Stats layout rearranged and some labels renamed for easier viewing.

  184. Log Page: Default sorting of Log pages is the Index column.

  185. Log Page: User Admin users have access to an additional column that shows the (unmasked) Source Error message returned by source system.

  186. Log - Table Stats: Table row counting uses SQL metadata (instead of count(*)). Faster performance.

  187. Logging: Checking if Log tables exist only during the opening of an entity (instead of during a load of every table).

  188. Settings - Refresh Email Notification: Removed email attachments. No longer necessary with cloud logging.

  189. Settings: Debug Level dropdown shows a summary of what the log level does.

  190. Settings: Debug Off now removes the log file on the local HD. For saving disk space and avoiding requiring ETL+ to Run as Admin when running from Windows-protected folders

  191. Settings: Debug Off no longer counts and records the number of rows before and after a table load. Performance improvement.

  192. Settings: New Debug Level 0 adds the log file on the local HD plus counts and records the total number of rows before and after a table load.

  193. Settings: Debug Level 1 adds Level 1 log plus Level 0 features.

  194. Settings: Debug Level 2 adds Level 2 log plus Level 0 features.

  195. Settings - Restore ETL SQL Statement As Of: New dropdown list on Settings allows users to retrieve prior ETL SQL Server Statements. Useful to recover deleted and changed statements from the past.

  196. Login: Forgot Password? button. It’ll email the password when initiated from whitelisted IPs with a valid username (email address).

  197. ETL+ Plain Deployment: New framework for an on-premises data warehouse that easily loads the zDateUntreated table from a cloud Excel file.

  198. Cloud Scripts: Increased to up to 7 parallel processes.

  199. Metadata: Redesigned metadata for improved security, reporting, and indexing. This makes prior ETL+ versions incompatible and separated with the new version.

  200. Metadata AWS platform: Doubled the CPU capacity.

  201. Metadata AWS platform: Doubled the RAM capacity.

  202. Login within the same month release: Starting on this version, users will be able to upgrade and downgrade ETL+ seamlessly within the same ETL+ month release.

  203. Login within the same month release: Removed prompt about opening an entity with a different metadata version within the same ETL+ month release.

  204. Login with a newer month’s release: Opening an entity with a newer ETL+ version than the last opened release is seamless.

  205. Login with an older month’s release: ETL+ will suggest the user to upgrade ETL+ and opens the ETL+ Upgrade page.

  206. Creation of .ink files in \ProgramData\DataSelf\ETLplus removed.

  207. zEntity: Process to guarantee that there’s no duplication of EntityID values.

  208. Admin user: Remembers the last admin credentials in DataSelf protected computers.

  209. Admin user: Renamed “Tableau Deploy” to “Cloud Script” on the Client Information page.

  210. Admin user: Added Unlock Editing button to release an entity locked by a user.

  211. Support to Windows Server 2022.

  212. UI Pages: Data warehouse was removed from the bottom left corner since it’s prominently listed on the ETL main page.

Fixed Issues

  1. Tables with delta refresh no longer log the misleading message: “Error : Column name '<PK_column1,PK_column2,PK_column3etc>' does not exist in the target table or view.”

  2. Regular users: When login in to ETL+, the list of available entities used to show deleted ones as well.

  3. When manually loading a table, it will retry 3 times in case of failure (instead of 12 times).

  4. Tables with delta refresh no longer run into the error: ‘Invalid column name ‘0_UnionID', but ETL+ still processes the delta refresh correctly.

  5. When super users switched to a new entity within the same ETL+ session could create zEntity and zLog tables in the new entity’s data warehouse with the schema from the prior entity.

  6. When super users switched to a new entity within the same ETL+ session could send refresh emails with the prior entity’s refresh email subject.

  7. Deleting all Jobs no longer requires going to the ETL main page and back.

  8. Deleting an entity and recreating it with the same ID would add a new row to zEntity table.

  9. Clicking the Log icon after certain tasks (such as running a Job) no longer presents an "Unhandled exception" error.

  10. Regular users: Mousing over Sources is now showing the popup with details.

  11. Regular users: When login into ETL+, ETL+ will correctly open the selected entity from the dropdown list.

Known Issues

  1. Replace with filters such as getdate()-30 are duplicating rows on day = getdate()-30.

  2. ETL+ is not automatically converting Timestamp columns to char(23).

  3. Mechanism alerting users to upgrade their ETL+ is not friendly.

  4. ETL+ is trimming leading spaces in column names from Excel sources.

  5. ETL+ dies when opening it for the very first time on a machine. Fix: run it again.

  6. The ODBC delimiters don’t seem to be working.

  7. When importing tables from SAP Hana ODBC, ETL+ is not creating SQL Statements that are case sensitive.

  8. Stopping a Job via Agent sometimes doesn’t log the action.

  9. When configuring a Job schedule with Repeat every 2 or more days and the Start Date is in the past, the calculation of the Next Run might be incorrect.

  10. Job → Agent Monitor page: no longer needed.

  11. Sometimes still errors out with: “Two or more ETL+ tried to refresh the EntityID TableName data warehouse table at the same time.”

  12. Unable to rename Jobs 2 and onwards (?).

  13. When opening the Job page, Job <ID> Steps don't show until selecting another Job on the left.

  14. With Providex sources, when linking tables to use a filter from the parent table with Replace, ETL is logging failure because of incorrect column name for the filter name (ex.: H.InvoiceDate).

  15. When Log Level is set to Off, it still creates empty local files when running Jobs via the command line.

  16. ETL+ to create new dws with Containment type = Partial.

  17. Creation of SQL tables many times don’t sort the columns in the same order as in the SQL statement.

  18. Job Status column might not represent its status. Closing and reopening the Job page usually fixes the status column.

  19. Stopping a Job via the Agent sometimes doesn’t log the action.

  20. Upon adding a new table from a NetSuite ODBC, the SQL syntax will have an extra ] at the end of the table name. To fix it: remove ] and save.

  21. The creation of SQL Statement must be case sensitive for ODBC to SAP Hana. The default delimiters are double-quotes “ (?).

  22. Sometimes, trying to configure a Job’s app = WTS right off the bat doesn’t work.

  23. Many SQL Statements for MongoDB ODBC will only load using SELECT *.

  24. Some Acumatica OData v4 tables might show the error “The contents of table TableName are not available for this user“ and fail to import. This is an Acumatica security issue and we’ve requested how to fix it. While we wait for the Acumatica fix, use OData v3 to import such tables.

  25. Adding tables from Sage Intacct might not work.

  26. Job: If a table fails to refresh, the ETL+ might unexpectedly load several tables multiple times.

  27. Sometimes ETL+ will mistakenly flag that the metadata has been changed and you need to exit and re-enter the entity. Just exit and re-enter.

  28. Changing the data warehouse of an entity won’t show on the bottom left corner until the entity is closed and re-opened.

  29. The icon color and type for the column formats on the center panel aren’t 100% consistent yet.

  30. Opening an entity with tables mapped to the zData Warehouse with an older ETL+ version will push such tables to other source databases on the center panel. DataSelf can fix that manually.

  31. Importing large XML content into varchar(max) might run into error: server stack limit has been reached.

  32. A few installs are hitting the error “There is insufficient system memory in resource pool 'internal' to run this query.” once in a while. It happened to only one table in a job, and a different on another job. Load All. First report started in v2021.09.

  33. Sometimes ETL+ is closing unexpectedly after a data load.

  34. Sometimes ETL+ runs into an “Unhandled exception” error. Close and re-open ETL+.

  35. Locking the ETL+ editing when someone else is editing it doesn’t work in some situations.

  36. ETL+ still tries to send email even when set to Cloud notification, or No Notification.

  37. ETL+ delta extraction from NetSuite ODBC might not work when using dates for filtering.

...