M
Mike Mahoney
I am having problems with the Project List report. I can get this
report to work in a single server environment but not in a two tier
system.
I have two tier environment
MSPS2007/MOSS wfe and application server SQL 2005 and SSRS server
The project list view enables you to drill down to a project detail
view or use the report icon to display project report dashboard (a
separate SSRS report.
In the two tier environment from within Reports Manager the hyperlinks
work as expected but from within Sharepoint web page the same command
fails.
The navigation code is: ="javascript:void(window.open('" & Fields!
Project_Detail_View_URL.Value & "','_top'))"
The seem to be because of anti-phishing protection within Sharepoint/
IE - Event 1034 - Cross-Domain Barrier and Script URL Mitigation. This
article addresses the problem - http://msdn.microsoft.com/en-us/library/cc994346(VS.85).aspx
Unfortunately my limited programmming skills prevent me from from
resolving this problem:
Is there an easy way to resolve this
Note I am using domain service accounts and kerberos authentication.
SSRS is not integrated with sharepoint
Thanks
Mike
report to work in a single server environment but not in a two tier
system.
I have two tier environment
MSPS2007/MOSS wfe and application server SQL 2005 and SSRS server
The project list view enables you to drill down to a project detail
view or use the report icon to display project report dashboard (a
separate SSRS report.
In the two tier environment from within Reports Manager the hyperlinks
work as expected but from within Sharepoint web page the same command
fails.
The navigation code is: ="javascript:void(window.open('" & Fields!
Project_Detail_View_URL.Value & "','_top'))"
The seem to be because of anti-phishing protection within Sharepoint/
IE - Event 1034 - Cross-Domain Barrier and Script URL Mitigation. This
article addresses the problem - http://msdn.microsoft.com/en-us/library/cc994346(VS.85).aspx
Unfortunately my limited programmming skills prevent me from from
resolving this problem:
Is there an easy way to resolve this
Note I am using domain service accounts and kerberos authentication.
SSRS is not integrated with sharepoint
Thanks
Mike