Showing posts with label password. Show all posts
Showing posts with label password. Show all posts

Wednesday, March 28, 2012

Reporting Services setup error

I have been setup reporting services success, but after I modify the password
of Sql server's default user--"sa",the reporting service can not run, I
uninstall the reporting services and try to install it again, but cannot
install success. And I modify the password back, also cannot install success.
An error window pop up that is: cannot open the user database, install error.
Please help me!Were you using "sa" for the report server to connect to the database? If
so, you need to reset the password with rsconfig, which places encrypted
stuff in the report server config files.
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"maojiaoban" <maojiaoban@.discussions.microsoft.com> wrote in message
news:6543B345-EB9B-4A8E-8C48-6EE76A978562@.microsoft.com...
>I have been setup reporting services success, but after I modify the
>password
> of Sql server's default user--"sa",the reporting service can not run, I
> uninstall the reporting services and try to install it again, but cannot
> install success. And I modify the password back, also cannot install
> success.
> An error window pop up that is: cannot open the user database, install
> error.
> Please help me!|||Yes, but I can not install success report server in my computer , so rsconfig
not lived. I not know how to config it. Thanks a lot.
Cheers
Tanlin
â'Jeff A. Stuckerâ'ç¼?å'ï¼?
> Were you using "sa" for the report server to connect to the database? If
> so, you need to reset the password with rsconfig, which places encrypted
> stuff in the report server config files.
> --
> Cheers,
> '(' Jeff A. Stucker
> \
> Business Intelligence
> www.criadvantage.com
> ---
> "maojiaoban" <maojiaoban@.discussions.microsoft.com> wrote in message
> news:6543B345-EB9B-4A8E-8C48-6EE76A978562@.microsoft.com...
> >I have been setup reporting services success, but after I modify the
> >password
> > of Sql server's default user--"sa",the reporting service can not run, I
> > uninstall the reporting services and try to install it again, but cannot
> > install success. And I modify the password back, also cannot install
> > success.
> > An error window pop up that is: cannot open the user database, install
> > error.
> > Please help me!
>
>sql

Friday, March 23, 2012

Reporting services over internet

Is there any example how to make Report available over internet to our
customers?
How to get username and password from customers?
How to connect aspx page and report?Internet deployment is discussed in
http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/rsdepgd.mspx.
On your last question, please refer to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSPROG/htm/rsp_prog_intro_7xb6.asp.
--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"TomislaW" <tomislav147@.hotmail.com> wrote in message
news:%23kb%23D2maEHA.972@.TK2MSFTNGP12.phx.gbl...
> Is there any example how to make Report available over internet to our
> customers?
> How to get username and password from customers?
> How to connect aspx page and report?
>
>