Platform

Platform

A place for Apptio product users to learn, connect, share and grow together.

 View Only

DataLink 4.8.10 (Build 12262): Release Notes 

Mon August 26, 2019 11:23 PM

Release date: August 26, 2019

TIPS  

 

This release includes the GA release of the DataDrop Viewer and EA release of the Azure billing connector using Azure's async API, along with various improvements and bug fixes.

 

Compatibility

  • The DataLink Engine is compatible with DataLink Manager version from 4.8 (new-master-11122)
  • The DataLink Agent is compatible with DataLink Manager version from 4.8 (new-master-11122)
  • Update the manager and the engine to receive all updates in this release

 

New Features

  • DataDrop Viewer (GA): Address feedback and improvements. See Work with Apptio DataDrop  for detailed information. [DL-7700]
  • Azure Connector: Use asynchronous version of Azure billing API (EA - contact Support to enable). [DL-7707]
  • SFTP Connector: Add an option to allow a user to archive a file even when validation fails. [DL-7562]
  • SFTP Connector (in Default Agent): Add a Use DataDrop Setting option to allow a user to use the DataDrop settings (from the DataLink Manager) for SFTP configuration.  See the SFTP Server Connector Guide  for detailed instruction. [DL-7642]

 

Bug Fixes

  • Security: Upgrade vulnerable JavaScript libraries [DL-6955]
  • SFTP Connector: When a file is more than 50 MB and Cancel is clicked, the connector will now cancel [DL-7447]
  • Rotation of Manager's EncryptionKey from KeyRotation task is now enabled [DL-7684]
  • Salesforce Connector: When getting OAuth2.0 tokens, a description of expected webpage redirection is now provided [DL-7693]
  • DataDrop Viewer (EA): If a customer enters an incorrect configuration in the settings page, an error is thrown [DL-7738]

 

Known Issues

  • Customers with DataDrop EA build, after upgrading to the GA build:
    • Go to the "Manager Settings" page and re-save your DataDrop credentials (there is no need to re-enter the credentials, just click Save).
    • Navigate to DataDrop SFTP Connectors in the Apptio Default Agent, select the Use DataDrop Credentials checkbox and save it.
  • File listing in DataDrop Viewer shows incorrect "last modified" time stamp [DL-7765]

 

Product Availability

To schedule your upgrade to the latest version, submit a support ticket

 

TIP To learn more, visit the Data for TBM Knowledge Base.




#Datalink

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Comments

Tue September 03, 2019 07:07 AM

Thanks Ken! Assumed I did not have the freedom earlier. Given Monthly Schedules - doing it on the SFTP Server......


#Datalink

Tue September 03, 2019 04:59 AM

DataLink does not have a mechanism to alter a file during upload. The file must have consistent column headers by the time the SFTP connector transfers the file. To accomplish what you're describing, the customer has the freedom to use whatever technologies they have at their disposal to add that row to the beginning of the file; it just has to be completed before DataLink uploads the file.


#Datalink

Mon September 02, 2019 08:27 AM

Does the JCraft Library provide a method by which we can write into a Raw File? Would like to append/prepend a dynamic column list ( col1, 2,3...n) based on the # of delimiters +1 on top of the raw file to always have a dynamic column header mapping with the apptio table. for a use case - a particular bill gives dynamic headers and hence cannot be mapped (hardcoded). A sed -i1 like utility with a loop to count #of columns - as an option? can Jcraft be used in conjunction with other java libraries before the file is transferred from SFTP to TBM Studio?


#Datalink