Hello,
i have a problem with Opendocument. I enabled SSO with Vintela method for JSP application on windows Active Directory. I configured users login Infoview, using Active directory credentials, and the system functions very well.
After infoview logon ( without logon screen ) i have to open a report launching Opendocument, but the system require me credentials again ( if i put AD credentials Logon happens sucessfully, but i want login without logon screen ).
Now, I applied SAP Note 1251945 - When accessing URL's from OpenDocument users are prompted to enter their login credentials, to modify web.xml of OpenDocument application, and I added keytab parameter also,
<init-param>
<param-name>idm.keytab</param-name>
<param-value>C:\Winnt\bossosvacct.keytab</param-value>
</init-param>
where C:\.... is the path of my keytab file.
After I finished to modify web.xml file, Opendocument application doesn't start; I forced starting from tomcat manager but without success.
How can i resolve my problem?
Goal: my users must open reports passing from Opendocument, starting form Infoview.
Thanks
Edited by: Roberto Cassoni on Sep 16, 2009 1:57 PM