03-18-2021 08:22 PM
Has anyone been able to figure out how to convert this particular column into a human readable format? I understand using the dumpcfg utility, but I'm hoping there's a programmatic way of doing too or at least a way to do it through SQL.
david
03-19-2021 07:59 AM
I remember getting pretty far with it but I can't seem to find my notes from it. I did it by cheating.
Copy all .jar files from icm folder/subfolders
notepad++ find in files for regex (config_message_log|configmessage)
unifiedconfig-api-<version>.jar seems to be a good place to start
03-19-2021 11:45 AM
I found the file you mentioned, but not sure how to utilize it, but this at least gives me something else to go by. If you can think of anything else from your deep dive I would appreciate any pointers.
david
03-20-2021 05:40 PM
Oh I left off the secret sauce. http://java-decompiler.github.io/
From there you can track how it's putting together the config messages
03-22-2021 07:07 PM
I appreciate the help, but I could not make sense of where the requests comes from. I see a good bit of the specific endpoints under DiagnostigPortalUtilies, but none match the GetConfigurationCategory. Any ideas?
david
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide