I'm trying to install the reference app and am getting this error with the d

I'm trying to install the reference app and am getting this error with the datasource verification: A type mapping annotation is invalid: Table [SALESOrderItem] contains logical column name [`orderid`] referenced by multiple physical column names: [`orderId`], [`orderid`] (DuplicateMappingException) (APNX-2-4055-000)

Can someone help?...

OriginalPostID-88193

OriginalPostID-88193

  Discussion posts and replies are publicly visible

Parents
  • I've done some more research on this. This issue has been reported to our product team with the reference number 41277.

    There is a workaround. In your suite.ear/conf directory, alongside your custom.properties file, create a new file named custom.teneo.properties. In that file, place the following property configuration:

    teneo.naming.strategy=none

    Restart your application server and recreate the data store.
Reply
  • I've done some more research on this. This issue has been reported to our product team with the reference number 41277.

    There is a workaround. In your suite.ear/conf directory, alongside your custom.properties file, create a new file named custom.teneo.properties. In that file, place the following property configuration:

    teneo.naming.strategy=none

    Restart your application server and recreate the data store.
Children
No Data