For Versions 7.0 and Lower:
When you have more than one iFrame (in a single page) opening different Spotfire reports, some of them will randomly fails with the error message "The requested analysis is not loaded on the server".
Cause:
Two or more frames make a connection/request to the web server and each gets its own ASP.NET session ID back. The browser then detects that there are multiple session Id's to the same server. The browser does not allow this, so it changes the session Id to be the same for all frames. The next request to the Web Player for an analysis (waid) in a frame will then have a new session Id, the server will not find the analysis (waid) in the new session, and the server will report the error back to the client frame.