| Ripat DBA | NL | Contact |
| Server viewer | Database | Download | Change menu | Extra tables | Examples | Q & A | License info | Version history | SQL articles |
|
Questions and answers Last changed: 31 March 2024 List of questions and answers Here you will find questions and answers. Can't find your question here then please send an email to info@ripatdba.nl
Q How can I show multiple domains in the server list? A This works only in the licensed version.
Q How can I get sorting in the headers of the tables? A This works in both versions. -- no spaces between /# and class while the program searches for this string -- it must be the first line after the SQL statement -- [0, 0] means the first column is sorted asc -- this is also possible [0, 0], [1, 0] /#class='tablesorter {sortlist: [[0, 0]]}'#/ other(cu2) You can also put some extra info about what kind of order per field. It will look like this then: -- other(cu2) means show the table with sortable columns -- no spaces between /# and class while the program searches for this string -- it must be the first line after the SQL statement -- [0, 0] means the first column is sorted asc -- this is also possible [0, 0], [1, 0] /#class='tablesorter {sortlist: [[1, 0]]}'#/ -- columns specification can be applied to the columns for correct ordering -- when applied the number of columns must be identical to the number of fields in the select otherwise they will be discarded -- example: sort columns x as text = class='sorter-text', column x is not sortable = class='sorter-false', sort columns x as textclass='sorter-digit' /#column(,,, class='sorter-text', class='sorter-text', class='sorter-text', class='sorter-text',,,,)#/ other(cu2) The sort above is on the second column ascending. The fourth, fifth, sixth and seventh column will be sorted as text. In total there are eleven columns. Some of the textfiles already contain this ordering infromation i.e. database_show_database_properties.txt.
Q Wat is the default authentication to connect to a remote server? A If the domain of a server is the same as of the monitor server then Windows authentication will be used.
Q How can I force SQL authentication? A If you want to connect with SQL authentication then the domain of that server needs to be different as of the monitor server. If it is the same then simply place a space behind the domain in the field 'Domain' in the table 'Servers'. You will also fill the fields 'Login' en 'Password' in the table 'Servers'. This will be plain text. In the licensed version encrypted SQL authentication is used. If you want to use SQL authentication in the licensed version then please contact us. We will then provide you with explanation and an encryptiontool to encrypt names en passwords. These encrypted data should be entered in the fields 'Login' en 'Password' in the table 'Servers'.
Q How can I use an IP-number instead of a servername? A If the domain of the server is different then the domain of the monitor server then the field 'ServerIP' in the table 'Servers' is used when it is filled. Is the domain the same then you could add a space behind the domain in the field 'Domain' in the table 'Servers'. Is the field 'ServerIP' empty the servername is used.
Q How can I get a graphical line report? A The libraries are alreay included into the zipfile. Look into a SQL file like i.e. server_free_disk_space_historical_graphically_30_days.txt.
Q What happens when the license is expired for a user? A You can still run the program but then only 7 servers can be loaded and in the graphs you will only see two series. Also every x executions of a query an info message will appear. All other functionality remains the same.
Q Why do some menuitems do not work or give an error message? A Some menuitems for collected (graphical) database, diskspace or serverinformation work only if the extra tables have been created and filled with data.
Q Several files end with specific statements. What do they do? A graph(030) -- 030 means show the data graphically from the last 30 days with a predefined query
Q Place for more questions .... A ... |
|
| Ripat DBA | Contact | © Copyright 2010 - 2025 RipatDBA |