Issues Querying the CONFIGURATION Channel for 'channelMetdata' in my Derby Database #6395
Unanswered
Hammer2233
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon,
Background:
This is my first post in the forum. I am working to attempt to export the settings held in the CONFIGURATION channel, mainly settings like "pruning information".
I am using SQL to query the derby database. I am using DBeaver 24.2.2 (I have used other database visualizers, but this is my current one). I am able to query other critical tables such as the "CHANNEL" and "CHANNEL_GROUP" tables
Mirth version 4.4.2
Current Issue:
I always get a conglomerate error on the "CONFIGURATION" table.
Example query: SELECT * FROM app.CONFIGURATION
Returns: SQL Error [30000] [XSAI2]: The conglomerate (20,768) requested does not exist.
Troubleshooting steps:
While most searches and walkthroughs with various AIs point towards missing tables or database corruptions, I have taken the following steps to dispel this:
Questions:
-Is there a "correct" way to query the configuration table via SQL?
-From my research on the Mirth forums, the "CONFIGURATION" table should contain the pruning/other information. Is that correct?
I appreciate any help I can get. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions