
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Rutger,
Thanks for the response. It helped me out to resolve the issue other way.
I could not locate/modify the seting through JMX Console, but I could override the entry you specified 'dal.object.condition.max.result.size' in the settings.overide file and it worked for me.
Go to "<uCMDBinstallLocation>\UCMDBServer\conf"
Edit file "settings.override". In this file append text as below (or if dal.object.condition.max.result.size already there, increase its size as required):
dal.object.condition.max.result.size=SomeX
number
Now, Save the file and restart the HP uCMDB server.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Try the JMX console, under Settings Services, look for "dal.object.condition.max.result.size".
I did NOT try this (so beware), would be nice if you could let me know how it turns out.
It would be a really good idea to try this in your LAB or TEST environment, otherwise caveat emptor! 🙂
Not that I see any serious problems on the horizon, as it's a setting that on the face of it would affect memory and temp disk space consumption. Could lead to a hanging system however, which can be annoying.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Rutger,
Thanks for the response. It helped me out to resolve the issue other way.
I could not locate/modify the seting through JMX Console, but I could override the entry you specified 'dal.object.condition.max.result.size' in the settings.overide file and it worked for me.
Go to "<uCMDBinstallLocation>\UCMDBServer\conf"
Edit file "settings.override". In this file append text as below (or if dal.object.condition.max.result.size already there, increase its size as required):
dal.object.condition.max.result.size=SomeX
number
Now, Save the file and restart the HP uCMDB server.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Excellent. Thanks for the additional explanations!