ODF-0656 error creating Money type attributes
search cancel

ODF-0656 error creating Money type attributes

book

Article ID: 408170

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

Unable to create money type attributes in Clarity 16.3.3 on a PostgreSQL DB if the feature DE80850_ABORT_REQUESTS_AVOIDING_LONG_WAITS has been enabled

STEPS TO REPRODUCE

  1. Enable feature toggle DE80850_ABORT_REQUESTS_AVOIDING_LONG_WAITS
  2. Administration > Studio > Objects
  3. Edit the project, idea or any investment object
  4. Go to the Attributes tab and create a money type attribute
    •    Provide Name, ID and API Attribute ID and select Money as type
  5. Save the attribute

Expected Results: The attribute to be saved

Actual Results: The saving action errors:

ODF-0656: Add/Delete operations cannot be performed at this moment. Please contact Administrator.
ODF-0231: Serious error on inserting or updating object attribute, contact system administrator

Environment

Clarity 16.3.3 in PostgreSQL

Cause

This is caused by DE174808

Resolution

This is currently being investigated

Workaround:

  • Run the below command
    • admin toggle-feature DE80850_ABORT_REQUESTS_AVOIDING_LONG_WAITS 0
  • Restart all the services