Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Effective Release Date: Jan 30th, 2020
Release Notes:

Enhancements

  • User and Role Management for Cloud and On-Premise. Ex: Now based on the User and Role management permissions user can access the Web API- /replicate and /CheckStatus permissions. 
  • Basic Auth support for DBSync API.
  • Log Page: Auto Refresh button and Profile Name. Users will get the toggle button to Switch On/Off the Auto Refresh Functionality on Log Page. 

Minor Fixes

  • Override property should alter only the property present in the file. currently altering all the columns irrespective of the database datatypeproperty
    • If the user has to work on Override property then he/she has to do changes in the system.properties

      • alter.schema.size=true, By default is true if User has to do changes then make it false

      • alter.schema.override=false, By default is true if User has to do changes then make it true

  • Cloud CDM WEB API issue- Profile has to work Based on the User and Role Management Permissions 
  • CSS pop up when session timeout issue
  • DBSync log file date time format
  • Table and Column rename backward compatibility issues. Get your 5x Profile data with all the fields in the 6x Version.

    • These 2 Properties users have to add in profile- config.properties

      • adapter.type=salesforce

      • application=salesforce

  • Log page does not open after certain sync
  • Salesforce BulkApi mode not querying more than 2 lakhs records issue.
    • application.pkchunking.size=20000 (It depends upon how much records you want to run in one single sync)

  • CDM Scheduler Issue.
  • Rename of database type.
  • Delete archived log entry from the H2 DB.
  • Jefferies: Export only 1500 records in .csv file and MALFORMED_QUERY for LoginEvent object issue.
    • The below property needs to add in system.properties
    • export.preview.limit=1500 (User can change the number)





  • No labels