Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetLoadedDocuments Method #4

Open
chevcheli0s opened this issue Dec 19, 2022 · 1 comment
Open

GetLoadedDocuments Method #4

chevcheli0s opened this issue Dec 19, 2022 · 1 comment

Comments

@chevcheli0s
Copy link

chevcheli0s commented Dec 19, 2022

Is there a way to implement the GetLoadedDocuments method?
I don't see this method in service.
image

@Nillth
Copy link
Member

Nillth commented Mar 16, 2023

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.

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants