Page tree

Versions Compared

Key

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

...

  • 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)