Skip to main content
February 10, 2023
Question

RE: Error in Process Model

  • February 10, 2023
  • 3 replies
  • 0 views

There is a new column added to the table and accordingly made changes in the CDT.I am receiving this error while saving data to the table.

Can Anyone help with this?

Thanks in Advance.

    3 replies

    harshitb6843
    February 10, 2023

    Here are some quick steps to debug

    1. Check if the DS mapping is successful. 
    2. Check that the new column does not have any constraints that are being violated (foreign key, not null, etc)
    3. Check the datatype of the variable in your process model to see it is pointing to the correct version of the CDT.
    4. Check the logs to find a more clear error -> tomcat-stdout
    February 10, 2023

    Hi Harshit, First 2 steps that u have mentioned are checked and satisfying the conditions.

    Can u please let me know how 3rd step and 4th step can be check?

    Thanks in advance.

    abhayd3663
    February 21, 2023

    How did you update the CDT? if using XSD make sure to provide correct configuration like name, datatype, size etc.