Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
nigel_turner
Contributor
Contributor

Qlikview error Maximum message size quota for incoming messages has been exceeded

We are getting an issue in Qlikview when we log into Qlikview DSC > custom directory and the view of the existing users do not appear, but they are still there.

If we try to click on the users within the custom user groups we get an error of "Object refernece not set to an instance of an object".

If we then try adding a user to the user list then we get an error of "CDSP did not respond to request. The maximum message size quota for incoming messages has been exceeded. To increase the quota use the max recieved message size property on the appropriate binding element.

Does anyone know how to resolve this issue?

1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

It is going to be an issue in one of two places with the following config file setting:

<add key="MaxReceivedMessageSize" value="262144"/>

C:\Program Files\QlikView\Management Service\QVManagementService.exe.config

C:\Program Files\QlikView\Directory Service Connector\QVDirectoryServiceConnector.exe.config

In the latter path, you will need to manually add the setting to the file, as it is not there by default.  I would recommend doubling or even quadrupling the value above, then restart both the QMS and DSC services to be sure the change gets picked up, that should stop the messages at that point I believe.

Regards,
Brett 

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

1 Reply
Brett_Bleess
Former Employee
Former Employee

It is going to be an issue in one of two places with the following config file setting:

<add key="MaxReceivedMessageSize" value="262144"/>

C:\Program Files\QlikView\Management Service\QVManagementService.exe.config

C:\Program Files\QlikView\Directory Service Connector\QVDirectoryServiceConnector.exe.config

In the latter path, you will need to manually add the setting to the file, as it is not there by default.  I would recommend doubling or even quadrupling the value above, then restart both the QMS and DSC services to be sure the change gets picked up, that should stop the messages at that point I believe.

Regards,
Brett 

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.