Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
makerbiles6
Contributor
Contributor

Qlikview API Help

We have a Qlikview Accespoint check where we are basically making a post request to qlikview server then getting the stamp and a session.

We are then validating that certain files are on the server.

 

These checks were working fine then we upgraded Qlikview Server to Windows 2012 from Windows 2008 and checks are failing with http 403 error which basically means access denied.

 

Im fairly new to Qlikview and I know this question is fairly broad and a little vague but this about all I can post and any help would be greatly appreciated.

Labels (1)
1 Reply
Brett_Bleess
Former Employee
Former Employee

My hunch would be that as part of your Server OS upgrade, you forgot to migrate all the QlikView local security groups you had from the old server to the new server, and that is the reason things are now failing, as API calls require membership in other security groups, see the following Help link:

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/QMC/Content/QV_QMC/QMC_System_Setup_Remote...

The QlikView Management API security group must be created and the account making the QMS API requests must be added to that security group, or it would need to be in the QlikView Administrators security group, but without one of those, the requests will fail and that is by design.

https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.