Controlling the Maximum Number of Records Processed by a VPME Query Node

From support-works
Revision as of 14:36, 9 February 2018 by Pamelal (talk | contribs) (Created page with "{{Template:Basic Cover | title=Controlling the Maximum Number of Records Processed by a VPME Query Node | type=FAQ }} {{Template:Basic Status | status=Published | version=1.0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Status: Published
Version: 1.0
Authors: Hornbill Support
Applies to: Supportworks ITSM 4.x

This setting determines how many records can be processed in each VPME Query node. On a clean install, this number is set to 5000; On upgrades the number is set to 0, which provides the same functionality as in previous releases of Supportworks. You can change this number by editing the SwServerService.xml file, changing the value as shown below as appropriate:

<Config>
  ....
  <VPME>
    ....
    <VPMEQueryMaxRecords value="5000"/>
    ....
  </VPME>
  ....
</Config>