The Load Data Warehouse job fails when a calculated string attribute is included if there is an instance of that attribute that is longer than 255 characters.
Steps to Reproduce:1. Create a custom string attribute "review_comment" under any object with:
- Data Type=String
- Maximum Size = Between [256 to 2000]
- Include in the Data Warehouse = checked
2. Next create a calculated attribute "final_comment" with:
- Data Type = Calculated
- Result Data Type = String
- Current Expression = Concat(review_comment)
- Include in the Data Warehouse = checked
3. Put both attributes on the object properties edit views
4. Open an existing object instance and enter a string for the review_comment that is over 255 characters long
5. Ensure the same is reflected on the screen for the 'final_comment' calculated attribute
6. Run an instance of the full Load DWH job
Expected Results: The Load DWH job runs to completion.
Actual Results: The Load DWH fails. 'THERE WERE ERRORS DURING DIMENSION JOB EXECUTION FOR THE TABLE' can be found in the error message pointing to the table corresponding to the object that the calculated string attribute is on.