redirect - SAP Business Object 4.1 webi report slowness on https -


i new bo installation. have installed sbop bi platform 4.1 sp05 server windows server , webi report has longer query giving slowness , hanging issue more 1 hour on https. ran iis without https (on port 80) , there wasn’t issue timeouts , slowness. when switch https (on port 443), experiencing issue. configuration of both ports same, both ports communicating tomcat on same port http. points out issue in https. wondering if there issue bo application timeout refresh hardcoded http? have faced slowness , hanging issues when redirect through apache webserver. http works fine.anysuggestion welcome. thanks, j

additional questions:

  • when/where experiencing delay? each action (logging on, navigating web interface, …) or specific actions (e.g. refreshing document). in latter case, try different documents see if document specific or not.

  • are experiencing issue both bi launchpad , cmc?

  • if you're using web intelligence, use html or java web interface? see difference when using either (i.e. work in html not in java)?

  • if delay solely while refreshing document, check if query running on database when running through https. check if there difference in generated query when running in http , https.

suggestions:

  • use web debugging tool fiddler compare http https connection. might allow pinpoint why connection slower using https.

  • test different browsers (internet explorer, firefox, chrome) see if there's difference.

remark:

  • if you're having issues https connection when using tomcat, there's no point in adding http server in front of it.

Comments