Hi,
For introduce you to my problem, i'll list my server spec before:
- Windows 2012 R2
- Sharepoint 2013
- Project Server 2013
I develop a event handler for a site collection (PWA).
When I try to get the list of events by WCF with the service "http://servername/_vti_bin/PSI/ProjectServer.svcon the activate of the feature, I got in the ULS the error "Identity must not be Generic".
When I check before the error in the ULS, it's show that I try to connect with the IIS anonymous user (nt authority/iusr).
I try to create a channel with delagation or impersonalisation and also in kerberos or ntlm but nothing work.
For a little test, i try to give permissions of farm admin to the IUSR but that did'nt work.
Did someone know the source of my problem and how to correct ?
Thank you in advance.