Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello People,
I have a user that has to login by a "runas" username - iexplorer.exe - file.qvw possibility of a .bat file. To use the Access Point logged in like another NTuser.
The login procedure works and the user is able to see the QV that he needs to see. But, here comes the bad part, the Report functions has been greyed out. I found the following options to check:
- There is no default printer selected for that specific username that logs onto the Access Point.
- Allow Printing (even if export is prohibit, is switched on)
- Open File -> Document Properties -> Server -> "Allow Server Reports"
The items above didn't work for me.
Does somebody else has the same problem? And knows a solution? That would be awesome.
Thanks in advance,
Gerald
Hi Gerald,
You might want to try a Sysinternal utility called psexec. You can find it here and Mocrosoft now owns them. I have used it for testing and it is far better than RunAs. Below is the URL you would use.
C:\WINDOWS\PsExec.exe -d -u lab\user1 -p user1 -i "c:\program files\internet explorer\iexplore.exe" //localhost/qlikview
Bill