Repro:
- Configure mirthdb to live in oracle
- Send a message
- Retrieve the message
Expected:
- Source Encoded and transformed content are available
Actual:
https://github.com/OpenIntegrationEngine/engine/actions/runs/35471826818
[0] Source status=TRANSFORMED
raw="OIE,Awesome\n"
sourceMap={batchSequenceId=1, batchId=1, destinationSet=[1], batchComplete=false}
connectorMap={}
metaDataMap={}
[1] Destination 1 status=SENT
encoded="<delimited><row><Name>OIE</Name><Description>Awesome</Description></row></delimited>"
sent="<com.mirth.connect.connectors.vm.VmDispatcherProperties version="4.6.0">\n <pluginProperties/>\n <destinationConnectorProperties version="4.6.0">\n <queueEnabled>false</queueEnabled>\n <sendFirst>false</sendFirst>\n <retryIntervalMillis>10000</retryIntervalMillis>\n <regenerateTemplate>false</regenerateTemplate>\n <retryCount>0</retryCount>\n <rotate>false</rotate>\n <includeFilterTransformer>false</includeFilterTransformer>\n <threadCount>1</threadCount>\n <threadAssignmentVariable></threadAssignmentVariable>\n <validateResponse>false</validateResponse>\n <resourceIds class="linked-hash-map">\n <entry>\n <string>Default Resource</string>\n <string>[Default Resource]</string>\n </entry>\n </resourceIds>\n <queueBufferSize>1000</queueBufferSize>\n <reattachAttachments>true</reattachAttachments>\n </destinationConnectorProperties>\n <channelId>none</channelId>\n <channelTemplate><delimited><row><Name>OIE</Name><Description>Awesome</Description></row></delimited></channelTemplate>\n <mapVariables/>\n</com.mirth.connect.connectors.vm.VmDispatcherProperties>"
response="<response>\n <status>SENT</status>\n <message></message>\n <statusMessage>Message routed successfully to channel id: none</statusMessage>\n</response>"
sourceMap={batchSequenceId=1, batchId=1, destinationSet=[1], batchComplete=false}
connectorMap={}
metaDataMap={}
This is not reproducible on Derby, SQL Server, MySQL, nor Postgres.
Repro:
Expected:
Actual:
https://github.com/OpenIntegrationEngine/engine/actions/runs/35471826818
This is not reproducible on Derby, SQL Server, MySQL, nor Postgres.