Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to show a qvw in a portal.
First step, I tried to show accesspoint to see if ticketing works.
So I implemented webticket, and if i put the adress directly in brower, it works and logg me, and i can see projects.
If i put the same adress in iframe like that :
<iframe height="1000" width="1000" id="frame" src="http://{serverName}/QvAJAXZfc/Authenticate.aspx?type=html&try=/QvAJAXZfc/opendoc.htm?document=MCS.qvw&webticket=+t1JKoS5DofNR0cnrcqkYtXLNGF6wjK+dzy0UDkj"></iframe>
i can see that it says "welcome anonymous" and i'm not logged ..
It's not timeout ticket because if i try again in browser with same ticket, it works.
If I try to see one object, tells me "you don't have permission to access" (it's normal if i'm not logged)
Ideally, i would like to show entire qvw.
Ok, i figured it out : i thought webtickets can works with windows authentication AND anonymous, but not.
I was logged with a user who has no account on QV, that's why qv couldn't recognize me.
So, I turned off windows authentication on QvAjaxZfc folder on iis :
And it works !
Ok, i figured it out : i thought webtickets can works with windows authentication AND anonymous, but not.
I was logged with a user who has no account on QV, that's why qv couldn't recognize me.
So, I turned off windows authentication on QvAjaxZfc folder on iis :
And it works !