Data Store Entity being unmapped to constant after deploying Data Store

Hi

We've encountered some issues when deploying data stores to higher environments.Sometimes one of the entities in the data store will be unmapped to the constant that already exist in the same environment. There is no pattern to when this bug will occur, and even if the same patch that contains the same data store is deployed to two different environment a different constant could be unmapped to its entity.

We couldn't see a logical answer to this problem and wonder if anyone else have encountered similar issues?

Thanks

S

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi,

    There are different reasons

    1. May be unfortunately  you delete the data entity from the datastore while updating datatype. This is one of the  cause personally  faced so far.

    2. Datastore is not published properly

    3. Tables are already created in your environment, then you try to create datatype mismatch in datatypes

    Hope it will help

    Regards,

    Bhanu.

Reply
  • 0
    Certified Senior Developer

    Hi,

    There are different reasons

    1. May be unfortunately  you delete the data entity from the datastore while updating datatype. This is one of the  cause personally  faced so far.

    2. Datastore is not published properly

    3. Tables are already created in your environment, then you try to create datatype mismatch in datatypes

    Hope it will help

    Regards,

    Bhanu.

Children