Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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