We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When partition enable database_partition_mode setting is configured, endpoint_hl7v2_in_v2 fails to start with exception:
database_partition_mode
SqlException: Duplicate column name "PARTITION_ID" insert into TRM_CONCEPT_MAP_GROUP (CONCEPT_MAP_PID,PARTITION_ID,CONCEPT_MAP_URL,PARTITION_DATE,SOURCE_URL,SOURCE_VS,SOURCE_VERSION,TARGET_URL,TARGET_VS,TARGET_VERSION,PID,PARTITION_ID) values (?,?,?,?,?,?,?,?,?,?,?,?)
To Reproduce Steps to reproduce the behavior:
Start app with configuration:
module.persistence.config.partitioning.enabled =true module.persistence.config.partitioning.partition_selection_mode=REQUEST_TENANT module.persistence.config.partitioning.seed.file =classpath:/config_seeding/fhir-partitions.json module.persistence.config.partitioning.default_partition_id = 10 module.persistence.config.database_partition_mode.enabled =true module.fhir_endpoint.config.partitioning.tenant_identification_strategy=URL_BASED module.endpoint_hl7v2_in_v2.type=ENDPOINT_HL7V2_IN_V2 module.endpoint_hl7v2_in_v2.requires.SECURITY_IN_ANONYMOUS=local_security module.endpoint_hl7v2_in_v2.requires.SECURITY_IN_UP=local_security module.endpoint_hl7v2_in_v2.requires.PERSISTENCE_ALL=persistence module.endpoint_hl7v2_in_v2.config.storage_tenant_name=Partition-A module.endpoint_hl7v2_in_v2.config.mllp_port=7000 module.endpoint_hl7v2_in_v2.config.port=7000 module.endpoint_hl7v2_in_v2.config.anonymous.access.account_username=ANONYMOUS
Expected behavior Application should start without exceptions
Environment:
The text was updated successfully, but these errors were encountered:
jmarchionatto
Successfully merging a pull request may close this issue.
When partition enable
database_partition_mode
setting is configured, endpoint_hl7v2_in_v2 fails to start with exception:SqlException: Duplicate column name "PARTITION_ID"
insert into TRM_CONCEPT_MAP_GROUP (CONCEPT_MAP_PID,PARTITION_ID,CONCEPT_MAP_URL,PARTITION_DATE,SOURCE_URL,SOURCE_VS,SOURCE_VERSION,TARGET_URL,TARGET_VS,TARGET_VERSION,PID,PARTITION_ID) values (?,?,?,?,?,?,?,?,?,?,?,?)
To Reproduce
Steps to reproduce the behavior:
Start app with configuration:
Expected behavior
Application should start without exceptions
Environment:
The text was updated successfully, but these errors were encountered: