Additional popup window opens while openining Report Studio, Business Insight Advanced in Cognos 8 and Cognos 10
1. Go to <C8 install>\webcontent\pat folder
2. In the pat folder, locate rsapp.htm and make a copy of this file as a
backup.
3. Open rsapp.htm in any editor preferably HTML editor and scroll to the bottom
of this file.
4. The last line reads
</body></html>
5. Add a new line before this line,
6. Paste the following text on this 2nd last line which is empty right
now
<script>var myparent = window.opener; myparent.close();</script>
7. Save the rsapp.htm. (Ensure you save this file against as HTML
format)
2. In the pat folder, locate rsapp.htm and make a copy of this file as a
backup.
3. Open rsapp.htm in any editor preferably HTML editor and scroll to the bottom
of this file.
4. The last line reads
</body></html>
5. Add a new line before this line,
6. Paste the following text on this 2nd last line which is empty right
now
<script>var myparent = window.opener; myparent.close();</script>
7. Save the rsapp.htm. (Ensure you save this file against as HTML
format)
Thanks so much--I've been looking for a fix for this for a long time.
ReplyDeleteSteve