Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sbcsandhu

  1. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    i deleted all the .java and .class files under D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost Then restarted apache tomcat, but still no change
  2. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    under D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost there are 12 folders, within the folders there is tldCache.ser, should i delete tldCache.ser in each folder or should i delect all 12 folders, some folders have more files then just the tldCache.ser file
  3. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    so i re-started tomcat 5.0.27 but still hasnt changed, but i not sure where the cache file is
  4. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    under this D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost I have alot of folders under this directory, which one would be the cache?
  5. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    i found apache tomcat 5.0.27 under services
  6. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    also under services i dont see the tomcat in services to restart
  7. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    so if im using .jsp i should delet \Program Files\Business Objects\Tomcat55\work\Catalina folder ?
  8. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    when i go to this http://server name/businessobjects/enterprise11/desktoplaunch/InfoView/logon/logon.jsp Infoview shows up but the drop down on the authentication is blank
  9. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    this is what i have <!-- You can specify the default Authentication types here --> <!-- secEnterprise, secLDAP, secWinAD --> <context-param> <param-name>authentication.default</param-name> <param-value>secWinAD</param-value> </context-param> <!-- Choose whether to let the user...
  10. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    <!-- AUTHENTICATION This section sets the authentication policies of the application. Possible modes are "Windows", "Forms", "Passport" and "None" "None" No authentication is performed. "Windows" IIS performs authentication (Basic, Digest, or...
  11. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    <!-- AUTHENTICATION This section sets the authentication policies of the application. Possible modes are "Windows", "Forms", "Passport" and "None" "None" No authentication is performed. "Windows" IIS performs authentication (Basic, Digest, or...
  12. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    this is where i changed the file that you told me above D:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise11\desktoplaunch\WEB-INF <context-param> <param-name>authentication.default</param-name> <param-value>secWinAD</param-value> </context-param>
  13. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    where would i find out if its .net or java?
  14. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    IF your using .net is there any cache i need to delete? I restarted IIS and the change didnt still work?
  15. sbcsandhu

    Windows AD - Authentication drop down not there in Infoview

    i have secWinAD.dll in Program Files\Business Objects\BusinessObjects Enterprise 11\win32_x86\plugins\auth\secWinAD Does this need to be in another location also for the Infoview to have Window AD Authentication drop down

Part and Inventory Search

Back
Top