Hi,
Fiddler is creating dupl entries for same webi services…any idea
kraf (BOB member since 2013-06-25)
Hi,
Fiddler is creating dupl entries for same webi services…any idea
kraf (BOB member since 2013-06-25)
a web service is going to send several requests…that is normal. they are not exact duplicates. If you are looking to diagnose a bit of QaaWS or BIWS, then look for the response in the left panel that has the full OpenDoc reference in it.
Cairmor (BOB member since 2008-06-05)
but if its sending the requests for the same web services multiple times then wont this hit dashboard response time.
i see both the requests are having bytes of data. Also why does it do for some & not for all.
kraf (BOB member since 2013-06-25)
you can also check the time for each response using the timeline. if the request that you are mentioning takes a lot of time perhaps they are really duplicate request thus will affect the performance of your dashboard.
jvmauricio (BOB member since 2009-08-03)
as I mentioned…its normal for a single webservice to have mutliple requests. These are not massive data pulls…they run in nano seconds and are mostly authentication related handshakes between your SWF and the database and/or BOBJ. There is no performance hit. Of the multiple web services, you need to identify which one is actually pulling data. This is done by highlighting a Web Service and looking at the Text Tab on the right panels.
Cairmor (BOB member since 2008-06-05)