You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the IQMS Interfaces are contained in the PIX.dll assembly....
I poked around and had a look at that, and what I found is that the GetLoadedDocuments is there, but it is missing the OperationContract & Authorization attributes that it needs in order to be exposed by the API.
My suggestion in this instance, would be to raise a support case and get Qlik Support to look into this one. As there are actually quite a few APIs I found in a quick look that are missing the required attributes. (all of which are missing from the Operations list in your screenshot)
just some of the one I think may be useful (not a complete list)
GetQMSSettings
SetQMSSettings
GetDSCSettings
SetDSCSettings
GetDSPSettings
SetDSPSettings
GetAllSchedules
GetUserDocumentSchedule
SetUserDocumentSchedule
GetLoadedDocuments
ReloadDocument
GetTaskInfoListForUser
GetMailSettings
GetTaskLogHistory
GetExternalProgramTasks
GetExternalProgramTask
SaveExternalProgramTask
GetLicenseStatus
GetCloudDeploymentSettings
SetCloudDeploymentSettings
TestCloudConnection
When/If they release a SR with the fix for it, I will be able to regenerate the module to include it.
Is there a way to implement the GetLoadedDocuments method?
I don't see this method in service.
The text was updated successfully, but these errors were encountered: