Since our migration from QV10 to QV11 we are working on the QV_user_manager because the code for QV10 don't work anymore on QV11.
After many works, we are capable to list the Document CALs, remove them and change duration of CALs (2 days in place of 30).
But we have a (big) problem : In our log file, Qv_user manager says
"System.Exception: Failed to set document meta data"
Our task owner is well in Qlikview API group but that don't change anything. The objective of this schedulded task is to remove all our CALs older than 2 days (Because many users ask for licenses but don't use them after 1 day...)
I think that the code line who hold problem in the Qv_user_manager is : "backendClient.SaveDocumentMetaData(metaData);"
Did you ever figure out the cause of "System.Exception: Failed to set document meta data" becuase I have the same problem. Also, how were you able to change the CAL duration from 30 to 2 days?