Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
WIthout a ticket the OCX will open a password dialogbox when the following is passed to the OpenDocument
qvp://<user>@<host>/<filename>
I am trying to avoid the password dialog box but first getting a ticket for <user> from <host> using GetTicket.aspx.
Once I have the ticket string, how to I add it to the qvp string passed to OpenDocument?
If I
1) Convert QVServer to using DMS authorization
2) Use QVEMC to manually add an authorized name (no windows account needed for this name) for a qvw, e.g. Frank
3) Request a ticket for Frank using as credentials a name/pswd for a windows account that exists on the machine hosting GetTicket.aspx
Then I am able to pass the folloiwng qvp to file open in the OCX
qvp://<host>/<file>?ticket
i.e. CTE+DMS ==>> qvp+ticket ==>> open qvw in OCX
I could not find anything in the QVServer Ref manual that says only DMS authorization is supported for CTE.
Is this the case?
Getting a ticket can be done as described in GetTicket using C#
If I
1) Convert QVServer to using DMS authorization
2) Use QVEMC to manually add an authorized name (no windows account needed for this name) for a qvw, e.g. Frank
3) Request a ticket for Frank using as credentials a name/pswd for a windows account that exists on the machine hosting GetTicket.aspx
Then I am able to pass the folloiwng qvp to file open in the OCX
qvp://<host>/<file>?ticket
i.e. CTE+DMS ==>> qvp+ticket ==>> open qvw in OCX
I could not find anything in the QVServer Ref manual that says only DMS authorization is supported for CTE.
Is this the case?