Hi, We are getting the following error in one of our environment.

Hi,

We are getting the following error in one of our environment.

An error occurred while attempting to verify the data store: Type definitions could not be found in the primary data source for the following type ids: 26005 (APNX-1-4047-008)

We checked the appian-ds.xml file and try delete and re-import as well as removing all the data types in that data store without success. Has anyone had this issue before? I could not locate any similar problems in the previous forum threads.

...

OriginalPostID-87174

OriginalPostID-87174

  Discussion posts and replies are publicly visible

Parents
  • It seems you uncommented more than what was required in custom.properties. At a glance this is an issue with this property

    conf.data.primary.datasource.search.index

    which kind of makes sense since the prefix matches the one you were supposed to uncomment for the primary data source. My suggestion is to search for the word install_dir and make sure that property is commented out then restart the application server.

    Also review carefully what else you uncommented when uncommenting conf.data.primary.datasource it seems this was done through search and replace so there can be other places impacted.
Reply
  • It seems you uncommented more than what was required in custom.properties. At a glance this is an issue with this property

    conf.data.primary.datasource.search.index

    which kind of makes sense since the prefix matches the one you were supposed to uncomment for the primary data source. My suggestion is to search for the word install_dir and make sure that property is commented out then restart the application server.

    Also review carefully what else you uncommented when uncommenting conf.data.primary.datasource it seems this was done through search and replace so there can be other places impacted.
Children
No Data