If you are getting multiple results in your DQL results for single objects, modify the server.ini file on the Content Server to add the following line
return_top_results_row_based=false
in the [SERVER_STARTUP] section and restart the Content Server.
Here are the complete steps:
- Stop the following in order
- JMS,
- All running Docbases and
- Docbroker
- Locate the server.ini on Content Server at $DM_HOME/dba/config/<DocbaseName>
- Create a backup of the file
- Open the server.ini file and locate the [SERVER_STARTUP] section
- Add the following line in the [SERVER_STARTUP] section:
return_top_results_row_based=false
- Save server.ini
- Restart Docbroker, Docbases stopped in step 1, and JMS
Leave a comment