Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
What does the GetAlert() respond? Have any service issues in the QMC? Any other errors in the QMS log, or any other service log?
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
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.
Any feedback ? 😉
Sorry, it slipped my mind. I'll look at it pronto.
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!
I'm reporting this on 11 SR1, by the way.
Case 00106447, thanks for your help Stefan !
No worries, thanks for your help in finding it!