Quantcast
Channel: Siggi Gladitsch Tracker
Viewing all articles
Browse latest Browse all 426

Re: Creating a script to query an external database

$
0
0

Hi KG,

thanks for providing the sample output, this helped a lot!

The only property which might be able to influence this behaviour is
SiteScope -> Preferences -> Infrastructure Preferences
 Monitor Settings
  DB maximum value length (default : 200)

This setting is used to limit the output as shown:
..
 if (resultBuffer.length() > DB_MAX_SUMMARY) {
    resultBuffer.setLength(DB_MAX_SUMMARY);
    resultBuffer.append("...");
..

Simply increase the setting to for example 400 and give it a try.

Greetings
Siggi


Viewing all articles
Browse latest Browse all 426

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>