Wednesday, 25 May 2022

[DbVis] Monitor file details lacks database connection section

Locate the correct meta data file (.met) in the Monitors of the settings directory. Locate the
exec.connection
line and set the databse id as found in the active
configXYZ/dbvis.xml
file. Possibly you also need to set a value for
exec.schema
.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...