No info found around help in doing this job, also the web console is not working as expected (I also use TEIID 8.2 and probably the new web console mangled up a few things) and surely having a domain installation does not help things up.
All the things found around suggest to use this command
/subsystem=datasources/data-source=reportsDS:test-connection-in-pool
Being in a domain mode I do not have /subsystem so I tryed to get the subsystem from somewhere.
Getting it from profile ...
/profile=ha/subsystem=datasources/data-source=reportsDS:test-connection-in-pool
But the result are below and are not the expected
{
"outcome" => "failed",
"failure-description" => "JBAS010850: No handler for operation test-connection-in-pool at address [
(\"profile\" => \"ha\"),
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"reportsDS\")
]",
"rolled-back" => true
}
So I tryed with the following (that is logical since the previous was issued on a definition (profile) and not something truly running) against the host/server
/host=master/server=teiid1/subsystem=datasources/data-source=reportsDS:test-connection-in-pool
This time the result is successful
{
"outcome" => "success",
"result" => [true]
}
If needed by anyone.
1 commenti:
Thank you!!!
Post a Comment