Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dvasseur
Partner - Creator III
Partner - Creator III

QMS v11: Issue with GetTaskStatuses

Hello,

I've a strange error while using GetTaskStatuses on a QV11 server.

The code:

            TaskStatusFilter taskStatusFilter = new TaskStatusFilter();

            taskStatusFilter.EnabledState = EnabledState.Enabled;

            List<TaskStatus> taskStatuses = BackendClient.GetTaskStatuses(taskStatusFilter, TaskStatusScope.All);

Error:

Message: System.NullReferenceException: Object reference not set to an instance of an object.

I've also tried with the QMS API Client, same error

Any clue ?

18 Replies
StefanBackstrand
Partner - Specialist
Partner - Specialist

What does the GetAlert() respond? Have any service issues in the QMC? Any other errors in the QMS log, or any other service log?

dvasseur
Partner - Creator III
Partner - Creator III
Author

GetAlertText() => empty string

No issue in the QMC and nothing in the QMS log (debug mode) nor in any other log (I'm not sure for QDS, there are many log files, which one should I check ?)

BTW I'm using a QVS without Publisher

StefanBackstrand
Partner - Specialist
Partner - Specialist

You know what? I'm actually getting it in my server as well. And I even have Publiser. I'll try some more in the morning.

dvasseur
Partner - Creator III
Partner - Creator III
Author

Any feedback ? 😉

StefanBackstrand
Partner - Specialist
Partner - Specialist

Sorry, it slipped my mind. I'll look at it pronto.

StefanBackstrand
Partner - Specialist
Partner - Specialist

David, this seems to be a bug and I have reported it as one. Please create a support case with QlikView Support (and make sure to reference me in it), so I can attach it to the bug and get the proper priority.

Unfortunately, I see no workaround for this issue at the moment.

Thank you!

StefanBackstrand
Partner - Specialist
Partner - Specialist

I'm reporting this on 11 SR1, by the way.

dvasseur
Partner - Creator III
Partner - Creator III
Author

Case 00106447, thanks for your help Stefan !

StefanBackstrand
Partner - Specialist
Partner - Specialist

No worries, thanks for your help in finding it!