Showing posts with label window. Show all posts
Showing posts with label window. Show all posts

Friday, March 30, 2012

RSExplorer Example

I try to modify the RSExplorer example by using form authentication. I have
create a window logon form. Could anyone can help me how to integrate form
authentication and the sample together ? Actually I don't know how the
report server can regonize the logon user.
Thanksadd this report parameter: =User!UserID
Geert
"May Liu" wrote:
> I try to modify the RSExplorer example by using form authentication. I have
> create a window logon form. Could anyone can help me how to integrate form
> authentication and the sample together ? Actually I don't know how the
> report server can regonize the logon user.
> Thanks|||May,
Please see the thread "How do you set a cookie for axshdocvw".
--
Hope this helps.
----
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
----
"May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> I try to modify the RSExplorer example by using form authentication. I
have
> create a window logon form. Could anyone can help me how to integrate
form
> authentication and the sample together ? Actually I don't know how the
> report server can regonize the logon user.
> Thanks|||Where can I find the thread ?
"Teo Lachev" wrote:
> May,
> Please see the thread "How do you set a cookie for axshdocvw".
> --
> Hope this helps.
> ----
> Teo Lachev, MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ----
> "May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
> news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> > I try to modify the RSExplorer example by using form authentication. I
> have
> > create a window logon form. Could anyone can help me how to integrate
> form
> > authentication and the sample together ? Actually I don't know how the
> > report server can regonize the logon user.
> >
> > Thanks
>
>|||I find it !!! Thanks. I will take a look on that.
"May Liu" wrote:
> Where can I find the thread ?
> "Teo Lachev" wrote:
> > May,
> >
> > Please see the thread "How do you set a cookie for axshdocvw".
> >
> > --
> > Hope this helps.
> >
> > ----
> > Teo Lachev, MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ----
> >
> > "May Liu" <MayLiu@.discussions.microsoft.com> wrote in message
> > news:2E81EC43-D180-4568-BFC7-686B39F138CF@.microsoft.com...
> > > I try to modify the RSExplorer example by using form authentication. I
> > have
> > > create a window logon form. Could anyone can help me how to integrate
> > form
> > > authentication and the sample together ? Actually I don't know how the
> > > report server can regonize the logon user.
> > >
> > > Thanks
> >
> >
> >

Friday, March 23, 2012

RS2005: Navigation to NEW Browser Window

Hello,
we want a new browser window to open if we click on a report element with a
hyperlink-action. A second report should be displayed in the new browser
window at the same time. Is this possible?
Regards,
RalphIn the field you want to link, go to the action property. Select jump
to URL and enter an expression like the following:
="javascript:void(window.open('http://www.google.com','_blank'))"
Where the http://www.google.com is where you should put the link to
your report. If you have parameters, you will have to modify the query
string to include the parameters & their values (by programatically
concatenating them).
If you do a search through these forums for "javascript new window"
(without quotes) you should get many samples on how to accomplish some
of this.
Good Luck.
Regards,
Dan

Tuesday, March 20, 2012

RS: does not work without Visual Studio?

Hello,
i've installed Reporting Services on "Windows 2000 Server" and "SQL Server
2000 SP3a".
During the setup a window popped up with the "System Check Results" showing
a warning that "Visual Studio .net 2003" is not installed.
I've continued the setup process without any other warnings.
Then I've tried to find RS.. it is not in the program menu, there is only
"Reporting Services Books online - english".
There is also nothing in the menuebar of "Enterprise Manager".
Is it really necessary to install Visual Studio on a server'
I hope somebody can help me.
Greetings
Hendrik
--
Message posted via http://www.sqlmonster.comHendrik,
You should be able to access the reports server on your server machine at
the following address:
http://<servername>/reports
This should take you to the Reports Manager. You only need VS2003 installed
on a machine that you are going to use to design and develop the reports on.
Regards,
DF
"Hendrik Schulz via SQLMonster.com" wrote:
> Hello,
> i've installed Reporting Services on "Windows 2000 Server" and "SQL Server
> 2000 SP3a".
> During the setup a window popped up with the "System Check Results" showing
> a warning that "Visual Studio .net 2003" is not installed.
> I've continued the setup process without any other warnings.
> Then I've tried to find RS.. it is not in the program menu, there is only
> "Reporting Services Books online - english".
> There is also nothing in the menuebar of "Enterprise Manager".
> Is it really necessary to install Visual Studio on a server'
> I hope somebody can help me.
> Greetings
> Hendrik
> --
> Message posted via http://www.sqlmonster.com
>|||One other point to help explain why you are not seeing anything. Reporting
Services is an asp.net application. That is why you do not see anything in
the different places you looked. Just like any other website/asp.net
application. Only IIS knows about it.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Dan Fell" <DanFell@.discussions.microsoft.com> wrote in message
news:6B5CBEDA-D6E4-4E0A-A79F-B41B00D310EF@.microsoft.com...
> Hendrik,
> You should be able to access the reports server on your server machine at
> the following address:
> http://<servername>/reports
> This should take you to the Reports Manager. You only need VS2003
installed
> on a machine that you are going to use to design and develop the reports
on.
> Regards,
> DF
> "Hendrik Schulz via SQLMonster.com" wrote:
> > Hello,
> >
> > i've installed Reporting Services on "Windows 2000 Server" and "SQL
Server
> > 2000 SP3a".
> > During the setup a window popped up with the "System Check Results"
showing
> > a warning that "Visual Studio .net 2003" is not installed.
> > I've continued the setup process without any other warnings.
> > Then I've tried to find RS.. it is not in the program menu, there is
only
> > "Reporting Services Books online - english".
> > There is also nothing in the menuebar of "Enterprise Manager".
> >
> > Is it really necessary to install Visual Studio on a server'
> >
> > I hope somebody can help me.
> >
> > Greetings
> > Hendrik
> >
> > --
> > Message posted via http://www.sqlmonster.com
> >|||Thank you all very much, now it works und looks really good!
--
Message posted via http://www.sqlmonster.com

Wednesday, March 7, 2012

RS installation trouble on the server

We have a server machine running Window 2000, .net 1.1 framework and SQL
server 2000 standard edition and it's a domain controller. We tried to
install RS standard edition onto that server machine. At the end of
installation, the message shows that Setup has successfully installed RS, but
Setup can't initialize Report Server. So we manually initialize report server
from command line by using rsactivate -c"path to RSReporttserver.config" and
it was succeful. However, when we tried to verify the installation by going
to "http://servername/reportserver", we got the internal error and access is
denied and when we tried to access "http://servername/reports", we got the
error of "Access to the path "C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting Services\ReportManager\bin" is denied." We tried both
Local system and domain account during the installation but with the same
error occured.
Any help will be highly appreciated.Look at section 1.8 in the Reporting Services README.
You'd be surprised how much good stuff gets overlooked in there...
I hope this helps.
David
"Jean" <Jean@.discussions.microsoft.com> wrote in message
news:9AFF2D07-BFB2-4221-94D8-081AB4140748@.microsoft.com...
> We have a server machine running Window 2000, .net 1.1 framework and SQL
> server 2000 standard edition and it's a domain controller. We tried to
> install RS standard edition onto that server machine. At the end of
> installation, the message shows that Setup has successfully installed RS,
> but
> Setup can't initialize Report Server. So we manually initialize report
> server
> from command line by using rsactivate -c"path to RSReporttserver.config"
> and
> it was succeful. However, when we tried to verify the installation by
> going
> to "http://servername/reportserver", we got the internal error and access
> is
> denied and when we tried to access "http://servername/reports", we got the
> error of "Access to the path "C:\Program Files\Microsoft SQL
> Server\MSSQL\Reporting Services\ReportManager\bin" is denied." We tried
> both
> Local system and domain account during the installation but with the same
> error occured.
> Any help will be highly appreciated.
>
>

RS install problem

When I try to browse th e reports directory from the IIS MAnager It bring up
a new
browser window with the message
" Unable to find
library'/aspnet_clien/system_web/1_1_4322/WebUIValidation.js'.Try placing the
file manually ,or reinstall by running aspnet_regiis -c"
I followed the instructions & ran aspnet_regiis.exe ,but it did'nt help
anything.Asp.NET Framework1.1 is alreaddy installed in the server.
Does anybody have any indeas.Any suggestions is greatly appreciated.Did you let RS install as the default website? If not, then that is your
problem.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"RanjanFord" <RanjanFord@.discussions.microsoft.com> wrote in message
news:002D0510-DE6B-4F3E-B1AA-B12E44A42C52@.microsoft.com...
> When I try to browse th e reports directory from the IIS MAnager It bring
> up
> a new
> browser window with the message
> " Unable to find
> library'/aspnet_clien/system_web/1_1_4322/WebUIValidation.js'.Try placing
> the
> file manually ,or reinstall by running aspnet_regiis -c"
> I followed the instructions & ran aspnet_regiis.exe ,but it did'nt help
> anything.Asp.NET Framework1.1 is alreaddy installed in the server.
> Does anybody have any indeas.Any suggestions is greatly appreciated.
>|||Thanks for replying bruce.
The tool took the Virtual Directory name "Reports" and "ReportServer" under
the default website of IIS.
Should I install it in a seperate website other than the default website'
Ranjan Mitra
FORD Motor co.
"Bruce L-C [MVP]" wrote:
> Did you let RS install as the default website? If not, then that is your
> problem.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "RanjanFord" <RanjanFord@.discussions.microsoft.com> wrote in message
> news:002D0510-DE6B-4F3E-B1AA-B12E44A42C52@.microsoft.com...
> > When I try to browse th e reports directory from the IIS MAnager It bring
> > up
> > a new
> > browser window with the message
> > " Unable to find
> > library'/aspnet_clien/system_web/1_1_4322/WebUIValidation.js'.Try placing
> > the
> > file manually ,or reinstall by running aspnet_regiis -c"
> >
> > I followed the instructions & ran aspnet_regiis.exe ,but it did'nt help
> > anything.Asp.NET Framework1.1 is alreaddy installed in the server.
> >
> > Does anybody have any indeas.Any suggestions is greatly appreciated.
> >
>
>

Saturday, February 25, 2012

RS Designer giving 'Unspecified Error' & 'SR.DESIGNERLOADEREditFai

When I uncheck the 'Snap to Grid' checkbox in the Report properties window,
and attempt to move an element in the report designer, I recieve an
Unspecified error, I continously get this error popping up - I have to close
VS.NET and reopen for the error messeges to stop. I also occasionally get the
'SR.DESIGNERLOADEREditFailed' Messege.
I have uninstalled RS Client and VS.NET, reinstalled both, and still get the
same errors. I have Windows XP SP1, VS.NET 2003 and applied SP1 to RS I don't
know if maybe there is a particular config change or hotfix needed for my
specific configuration for RS Designer to work correctly.
I hope anyone can help, as my group cannot deploy RS if I can't design any
reports.I have resolved the issue in a very bizzare way. So this is an FYI for those
who may encounter similar error messeges.
Upon moving an item after setting the 'Snap to Grid' to uncheck in Report
designer mode. Somehow the app had a conflict with the contents of the
ProviderRegKey ni the registry which was set to Clearcase. When I removed the
value and replaced it with 'Software\Microsoft\SourceSafe'. Everything works
fine.
I don't understand the logic of this, but thanks to a blog by someone with a
similar error in VS.NET but totally unrelated to Reporting Services... got me
to try this.
If an MVP can shine a little light on this... would be greatly appreiciated.
"d pak" wrote:
> When I uncheck the 'Snap to Grid' checkbox in the Report properties window,
> and attempt to move an element in the report designer, I recieve an
> Unspecified error, I continously get this error popping up - I have to close
> VS.NET and reopen for the error messeges to stop. I also occasionally get the
> 'SR.DESIGNERLOADEREditFailed' Messege.
> I have uninstalled RS Client and VS.NET, reinstalled both, and still get the
> same errors. I have Windows XP SP1, VS.NET 2003 and applied SP1 to RS I don't
> know if maybe there is a particular config change or hotfix needed for my
> specific configuration for RS Designer to work correctly.
> I hope anyone can help, as my group cannot deploy RS if I can't design any
> reports.