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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hot fix for XI R2 problem ActiveX View Call fails

Status
Not open for further replies.

bluecjh

Programmer
Mar 12, 2003
385
We have just applied the latest hot fix
to BO XI release 2.

Now we are unable to view reports through the
activex viewer called from asp pages.

any ideas tahnks
at the following stage in the code the nothing happens??

Response.Redirect(" + APS + "/crystalreportviewers115/viewrpt.aspx?init=actX:connect&id=" + reportID + "&APSToken=" + APSToken
+ "&promptex-@paramId=%22" + ParamID + "%22");


BlueCJH
 
any help appreciated, asap thanks

BlueCJH
 
Hi,
Try using explicit string instead of concatenating with the variables so as to eliminate that as part of the problem..also that hot fix probably requires you to update your ActiveX plug-in/BHO ...

By 'nothing happens' what exactly do you mean?



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
By nothing i mean:

The ASP page running the redirect sits with the page blank
whilst trying to 'run', the 'Done' message nevver appears. By the process of elimination i established that the last and final piece of code in the page (the redirect) was getting no response. The viewrpt.aspx path was there (otherwise i receive a page not found) so i was stumped for a solution?

This was a major issue as the entire intranet reports function to the company is deliverred this way. Since i could not find an immediate workaround the 'hotfix' was uninstalled and
the problem has been removed.

I will investigate your suggestion about the 'plug in' but i don't remember reading anything about that in the associated hot-fix notes.

thanks

BlueCJH
 
Please be sure that you report the problem to Business Objects - they need to be aware of it if they aren't already.

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top