Showing posts with label authentication. Show all posts
Showing posts with label authentication. Show all posts

Friday, March 30, 2012

Problem With Login Null

Hi,
I have a problem. My web server is a Windows 2k Server and my database
server a Windows 2003. I use windows authentication to login at SQL Server,
but when I access from a client machine that uses Win 2k Professional I
always receive this message: "[Microsoft][ODBC SQL Server Driver][SQL
Server]Login failed for user '(null)'. Reason: Not associated with a trusted
SQL Server connection.".
When I access from a client machine that uses Windows XP everything its
ok.
This problem only occurs at the web site. When I try to access the Query
Analyzer or the Enterprise Manager I still have the connection.
Can anyone help me?!
Thanks,
Riane Santos
riane@.cpunet.com.br
I've seen this error when a local security policy was in place preventing
access from the network. But, I don't see how that could be your problem
since it works from some machines.
"Riane de Oliveira Torres Santos" <riane@.cpunet.com.br> wrote in message
news:eI4Ehr1jEHA.2788@.tk2msftngp13.phx.gbl...
> Hi,
> I have a problem. My web server is a Windows 2k Server and my database
> server a Windows 2003. I use windows authentication to login at SQL
Server,
> but when I access from a client machine that uses Win 2k Professional I
> always receive this message: "[Microsoft][ODBC SQL Server Driver][SQL
> Server]Login failed for user '(null)'. Reason: Not associated with a
trusted
> SQL Server connection.".
> When I access from a client machine that uses Windows XP everything its
> ok.
> This problem only occurs at the web site. When I try to access the Query
> Analyzer or the Enterprise Manager I still have the connection.
> Can anyone help me?!
> Thanks,
> Riane Santos
> riane@.cpunet.com.br
>
sql

Problem With Login null

Hi,
I have a problem. My web server is a Windows 2k Server and my database
server a Windows 2003. I use windows authentication to login at SQL Server,
but when I access from a client machine that uses Win 2k Professional I
always receive this message: "[Microsoft][ODBC SQL Server Driver]
1;SQL
Server]Login failed for user '(null)'. Reason: Not associated with a trusted
SQL Server connection.".
When I access from a client machine that uses Windows XP everything its
ok.
This problem only occurs at the web site. When I try to access the Query
Analyzer or the Enterprise Manager I still have the connection.
Can anyone help me?!
Thanks,
Riane Santos
riane@.cpunet.com.brHi Riane,
If your web application is attempting to use the credentials of the web
client, then you'll need to implement
Security Delegation to get this to work.
Here's a good whitepaper on setting up Kerberos Delegation.
http://www.microsoft.com/downloads/...f94f-e28a-4726-
bffe-2f64ae2f59a2&displaylang=en
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.

Friday, March 23, 2012

Problem with identity user in a report

Hi,

I use forms authentication with my Report manager. The problem is that I can't display the same information to all the users into the report. For example, in my report, i have one dataset that give me a list of all the store of a compagny. And i have to display only the store onto the user is working. If the user is a boss, he can see the information of all the stores. So i have to know in my report what is the login he uses in the form authetication and i don't know how to do.

Excuse me for my bad english and thank you.

Regards,

Shaouk.

Well Shaouk what i have understand from your point is that for that you must have your data base structure like that you must know which company is the user associated to. Means your company table should have column of user id Or if user can be associated with mulitiple companies then third table with comanyID and UserID should exist SO you may know that the logged in user is dealing with this or those comapnies.

Then after user logged in send userID to the stored procedure from which you are geting the company list so you may filter them on basis of that userId or if using dataset with already populated companies with userId's associated with them then filter that dataset on the basis of that logged in UserID

I Hope that works

Regards

Nabil Khalid

|||

Hello Shaouk,

From within your report, you can make use of User!UserID to determine who is running the report.

Hope this helps.

Jarret

Tuesday, March 20, 2012

Problem with Forms Authentication

I've followed the Using Forms Authentication in Reporting Services
sample at
MSDN(http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx)
and have the following problem:
After I'm "authenticated" in the UILogon.aspx page, it posts back to
itself...so, I'm always stuck at
http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx.
Any suggestions?Try accessing using your machine name instead of localhost
Example:
http://MyServer/Reports
"S0103" wrote:
> I've followed the Using Forms Authentication in Reporting Services
> sample at
> MSDN(http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx)
> and have the following problem:
> After I'm "authenticated" in the UILogon.aspx page, it posts back to
> itself...so, I'm always stuck at
> http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx.
> Any suggestions?
>|||I had that problem. The solution for me was to turn off my anti-virus system
scan. It actually caused a lot of other problems too. My final solution was
to exclude the Reporting Services folders from the scan. After that the
redirect worked fine.
Grahame
"S0103" wrote:
> I've followed the Using Forms Authentication in Reporting Services
> sample at
> MSDN(http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx)
> and have the following problem:
> After I'm "authenticated" in the UILogon.aspx page, it posts back to
> itself...so, I'm always stuck at
> http://localhost/Reports/Pages/UILogon.aspx?ReturnUrl=http%3a%2f%2flocalhost%2fReports%2fPages%2fFolder.aspx.
> Any suggestions?
>|||That was it! I've got to stop accessing this group through Google...My
post didn't show up until 5 hours after I posted!|||Glad I was able to help... Happy Dot netting
"S0103" wrote:
> That was it! I've got to stop accessing this group through Google...My
> post didn't show up until 5 hours after I posted!
>

problem with formauthentication

Hi,
i am working with RS form authentication.I fallowed all the steps as in MSDN
guide.
But when i am trying to open ReportManager ,I am getting the error like.
Unable to communicate with report server. Please verify that the report
server is operational.
While i tried to open ReportServer it is saying like
Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.
I am keep on tring for 4hrs but i am not getting.
plz anybody can helpme
Thanks!Re-check the following:
Make sure you have Enterprise or Development edition of Reporting Services
(Standard edition doesn't support custom security extensions)
Make sure you are logging in with the same user name specified in the
<UserName> element in the RSReportServer.config
Make sure you correctly modified the rssrvpolicy.config as per the
instructions
Make sure you take a break before trying the above.
--
Adrian M.
MCP
"simmi" <simmi@.discussions.microsoft.com> wrote in message
news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> Hi,
> i am working with RS form authentication.I fallowed all the steps as in
> MSDN
> guide.
> But when i am trying to open ReportManager ,I am getting the error like.
> Unable to communicate with report server. Please verify that the report
> server is operational.
> While i tried to open ReportServer it is saying like
> Security Exception
> Description: The application attempted to perform an operation not allowed
> by the security policy. To grant this application the required permission
> please contact your system administrator or change the application's trust
> level in the configuration file.
> I am keep on tring for 4hrs but i am not getting.
> plz anybody can helpme
> Thanks!
>
>
>|||Hi Adrian thanks for ur help
i did some mistakes in rssrvpolicy.config .i rectified that one but again i
am getting errors so i will try again the whole process.
Thanks!
"Adrian M." wrote:
> Re-check the following:
> Make sure you have Enterprise or Development edition of Reporting Services
> (Standard edition doesn't support custom security extensions)
> Make sure you are logging in with the same user name specified in the
> <UserName> element in the RSReportServer.config
> Make sure you correctly modified the rssrvpolicy.config as per the
> instructions
> Make sure you take a break before trying the above.
> --
> Adrian M.
> MCP
> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> >
> > Hi,
> > i am working with RS form authentication.I fallowed all the steps as in
> > MSDN
> > guide.
> >
> > But when i am trying to open ReportManager ,I am getting the error like.
> >
> > Unable to communicate with report server. Please verify that the report
> > server is operational.
> >
> > While i tried to open ReportServer it is saying like
> >
> > Security Exception
> > Description: The application attempted to perform an operation not allowed
> > by the security policy. To grant this application the required permission
> > please contact your system administrator or change the application's trust
> > level in the configuration file.
> >
> > I am keep on tring for 4hrs but i am not getting.
> >
> > plz anybody can helpme
> >
> > Thanks!
> >
> >
> >
> >
> >
> >
>
>|||When I first set up Forms Auth, I had to go over that white paper 3 times
before I got everything just right!...
--
Adrian M.
MCP
"simmi" <simmi@.discussions.microsoft.com> wrote in message
news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
> Hi Adrian thanks for ur help
> i did some mistakes in rssrvpolicy.config .i rectified that one but again
> i
> am getting errors so i will try again the whole process.
> Thanks!
> "Adrian M." wrote:
>> Re-check the following:
>> Make sure you have Enterprise or Development edition of Reporting
>> Services
>> (Standard edition doesn't support custom security extensions)
>> Make sure you are logging in with the same user name specified in the
>> <UserName> element in the RSReportServer.config
>> Make sure you correctly modified the rssrvpolicy.config as per the
>> instructions
>> Make sure you take a break before trying the above.
>> --
>> Adrian M.
>> MCP
>> "simmi" <simmi@.discussions.microsoft.com> wrote in message
>> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
>> >
>> > Hi,
>> > i am working with RS form authentication.I fallowed all the steps as in
>> > MSDN
>> > guide.
>> >
>> > But when i am trying to open ReportManager ,I am getting the error
>> > like.
>> >
>> > Unable to communicate with report server. Please verify that the
>> > report
>> > server is operational.
>> >
>> > While i tried to open ReportServer it is saying like
>> >
>> > Security Exception
>> > Description: The application attempted to perform an operation not
>> > allowed
>> > by the security policy. To grant this application the required
>> > permission
>> > please contact your system administrator or change the application's
>> > trust
>> > level in the configuration file.
>> >
>> > I am keep on tring for 4hrs but i am not getting.
>> >
>> > plz anybody can helpme
>> >
>> > Thanks!
>> >
>> >
>> >
>> >
>> >
>> >
>>|||Hi now i succeeded in just getting of ReportManager,ReportServer browsers.
Now problem r
1)After i registerd name and password i can't able to logon into
reportmanager.
I am getting error like
" The request failed with HTTP status 401: Access Denied. "
2)I am loging on to reportserver but i can't view the reports .
Here error is like
The encrypted value for configuration setting
UnattendedExecutionAccount\UserName cannot be decrypted.
(rsFailedToDecryptConfigInformation) Get Online Help
Invalid length for a Base-64 char array.
Now where i made mistake.
if u know plz help me
Thanks!
simmi
"Adrian M." wrote:
> When I first set up Forms Auth, I had to go over that white paper 3 times
> before I got everything just right!...
> --
> Adrian M.
> MCP
> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
> > Hi Adrian thanks for ur help
> > i did some mistakes in rssrvpolicy.config .i rectified that one but again
> > i
> > am getting errors so i will try again the whole process.
> > Thanks!
> >
> > "Adrian M." wrote:
> >
> >> Re-check the following:
> >>
> >> Make sure you have Enterprise or Development edition of Reporting
> >> Services
> >> (Standard edition doesn't support custom security extensions)
> >> Make sure you are logging in with the same user name specified in the
> >> <UserName> element in the RSReportServer.config
> >> Make sure you correctly modified the rssrvpolicy.config as per the
> >> instructions
> >>
> >> Make sure you take a break before trying the above.
> >> --
> >> Adrian M.
> >> MCP
> >>
> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> >> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> >> >
> >> > Hi,
> >> > i am working with RS form authentication.I fallowed all the steps as in
> >> > MSDN
> >> > guide.
> >> >
> >> > But when i am trying to open ReportManager ,I am getting the error
> >> > like.
> >> >
> >> > Unable to communicate with report server. Please verify that the
> >> > report
> >> > server is operational.
> >> >
> >> > While i tried to open ReportServer it is saying like
> >> >
> >> > Security Exception
> >> > Description: The application attempted to perform an operation not
> >> > allowed
> >> > by the security policy. To grant this application the required
> >> > permission
> >> > please contact your system administrator or change the application's
> >> > trust
> >> > level in the configuration file.
> >> >
> >> > I am keep on tring for 4hrs but i am not getting.
> >> >
> >> > plz anybody can helpme
> >> >
> >> > Thanks!
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >>
>
>|||See if the following helps you:
http://prologika.com/blog/archive/2004/12/31/197.aspx
--
Adrian M.
MCP
"simmi" <simmi@.discussions.microsoft.com> wrote in message
news:924F7BD2-9E0D-4987-BE2B-36ACF290918B@.microsoft.com...
> Hi now i succeeded in just getting of ReportManager,ReportServer browsers.
> Now problem r
> 1)After i registerd name and password i can't able to logon into
> reportmanager.
> I am getting error like
> " The request failed with HTTP status 401: Access Denied. "
> 2)I am loging on to reportserver but i can't view the reports .
> Here error is like
> The encrypted value for configuration setting
> UnattendedExecutionAccount\UserName cannot be decrypted.
> (rsFailedToDecryptConfigInformation) Get Online Help
> Invalid length for a Base-64 char array.
> Now where i made mistake.
> if u know plz help me
>
> Thanks!
> simmi
>
>
> "Adrian M." wrote:
>> When I first set up Forms Auth, I had to go over that white paper 3 times
>> before I got everything just right!...
>> --
>> Adrian M.
>> MCP
>> "simmi" <simmi@.discussions.microsoft.com> wrote in message
>> news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
>> > Hi Adrian thanks for ur help
>> > i did some mistakes in rssrvpolicy.config .i rectified that one but
>> > again
>> > i
>> > am getting errors so i will try again the whole process.
>> > Thanks!
>> >
>> > "Adrian M." wrote:
>> >
>> >> Re-check the following:
>> >>
>> >> Make sure you have Enterprise or Development edition of Reporting
>> >> Services
>> >> (Standard edition doesn't support custom security extensions)
>> >> Make sure you are logging in with the same user name specified in the
>> >> <UserName> element in the RSReportServer.config
>> >> Make sure you correctly modified the rssrvpolicy.config as per the
>> >> instructions
>> >>
>> >> Make sure you take a break before trying the above.
>> >> --
>> >> Adrian M.
>> >> MCP
>> >>
>> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
>> >> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
>> >> >
>> >> > Hi,
>> >> > i am working with RS form authentication.I fallowed all the steps as
>> >> > in
>> >> > MSDN
>> >> > guide.
>> >> >
>> >> > But when i am trying to open ReportManager ,I am getting the error
>> >> > like.
>> >> >
>> >> > Unable to communicate with report server. Please verify that the
>> >> > report
>> >> > server is operational.
>> >> >
>> >> > While i tried to open ReportServer it is saying like
>> >> >
>> >> > Security Exception
>> >> > Description: The application attempted to perform an operation not
>> >> > allowed
>> >> > by the security policy. To grant this application the required
>> >> > permission
>> >> > please contact your system administrator or change the application's
>> >> > trust
>> >> > level in the configuration file.
>> >> >
>> >> > I am keep on tring for 4hrs but i am not getting.
>> >> >
>> >> > plz anybody can helpme
>> >> >
>> >> > Thanks!
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>|||Hi Adrian ,
thanks for ur help.
i will try this problem today.
Thanks!
"Adrian M." wrote:
> See if the following helps you:
> http://prologika.com/blog/archive/2004/12/31/197.aspx
> --
> Adrian M.
> MCP
> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> news:924F7BD2-9E0D-4987-BE2B-36ACF290918B@.microsoft.com...
> > Hi now i succeeded in just getting of ReportManager,ReportServer browsers.
> > Now problem r
> >
> > 1)After i registerd name and password i can't able to logon into
> > reportmanager.
> >
> > I am getting error like
> >
> > " The request failed with HTTP status 401: Access Denied. "
> >
> > 2)I am loging on to reportserver but i can't view the reports .
> >
> > Here error is like
> >
> > The encrypted value for configuration setting
> > UnattendedExecutionAccount\UserName cannot be decrypted.
> > (rsFailedToDecryptConfigInformation) Get Online Help
> > Invalid length for a Base-64 char array.
> >
> > Now where i made mistake.
> >
> > if u know plz help me
> >
> >
> > Thanks!
> > simmi
> >
> >
> >
> >
> > "Adrian M." wrote:
> >
> >> When I first set up Forms Auth, I had to go over that white paper 3 times
> >> before I got everything just right!...
> >>
> >> --
> >> Adrian M.
> >> MCP
> >>
> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> >> news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
> >> > Hi Adrian thanks for ur help
> >> > i did some mistakes in rssrvpolicy.config .i rectified that one but
> >> > again
> >> > i
> >> > am getting errors so i will try again the whole process.
> >> > Thanks!
> >> >
> >> > "Adrian M." wrote:
> >> >
> >> >> Re-check the following:
> >> >>
> >> >> Make sure you have Enterprise or Development edition of Reporting
> >> >> Services
> >> >> (Standard edition doesn't support custom security extensions)
> >> >> Make sure you are logging in with the same user name specified in the
> >> >> <UserName> element in the RSReportServer.config
> >> >> Make sure you correctly modified the rssrvpolicy.config as per the
> >> >> instructions
> >> >>
> >> >> Make sure you take a break before trying the above.
> >> >> --
> >> >> Adrian M.
> >> >> MCP
> >> >>
> >> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> >> >> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> >> >> >
> >> >> > Hi,
> >> >> > i am working with RS form authentication.I fallowed all the steps as
> >> >> > in
> >> >> > MSDN
> >> >> > guide.
> >> >> >
> >> >> > But when i am trying to open ReportManager ,I am getting the error
> >> >> > like.
> >> >> >
> >> >> > Unable to communicate with report server. Please verify that the
> >> >> > report
> >> >> > server is operational.
> >> >> >
> >> >> > While i tried to open ReportServer it is saying like
> >> >> >
> >> >> > Security Exception
> >> >> > Description: The application attempted to perform an operation not
> >> >> > allowed
> >> >> > by the security policy. To grant this application the required
> >> >> > permission
> >> >> > please contact your system administrator or change the application's
> >> >> > trust
> >> >> > level in the configuration file.
> >> >> >
> >> >> > I am keep on tring for 4hrs but i am not getting.
> >> >> >
> >> >> > plz anybody can helpme
> >> >> >
> >> >> > Thanks!
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>|||Hi,
i am again getting the problem while oppenning the reportmanager like
"The request failed with HTTP status 401: Access Denied. "
Reportserver browser is working correctly
so can u help me
Thanks
"Adrian M." wrote:
> See if the following helps you:
> http://prologika.com/blog/archive/2004/12/31/197.aspx
> --
> Adrian M.
> MCP
> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> news:924F7BD2-9E0D-4987-BE2B-36ACF290918B@.microsoft.com...
> > Hi now i succeeded in just getting of ReportManager,ReportServer browsers.
> > Now problem r
> >
> > 1)After i registerd name and password i can't able to logon into
> > reportmanager.
> >
> > I am getting error like
> >
> > " The request failed with HTTP status 401: Access Denied. "
> >
> > 2)I am loging on to reportserver but i can't view the reports .
> >
> > Here error is like
> >
> > The encrypted value for configuration setting
> > UnattendedExecutionAccount\UserName cannot be decrypted.
> > (rsFailedToDecryptConfigInformation) Get Online Help
> > Invalid length for a Base-64 char array.
> >
> > Now where i made mistake.
> >
> > if u know plz help me
> >
> >
> > Thanks!
> > simmi
> >
> >
> >
> >
> > "Adrian M." wrote:
> >
> >> When I first set up Forms Auth, I had to go over that white paper 3 times
> >> before I got everything just right!...
> >>
> >> --
> >> Adrian M.
> >> MCP
> >>
> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> >> news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
> >> > Hi Adrian thanks for ur help
> >> > i did some mistakes in rssrvpolicy.config .i rectified that one but
> >> > again
> >> > i
> >> > am getting errors so i will try again the whole process.
> >> > Thanks!
> >> >
> >> > "Adrian M." wrote:
> >> >
> >> >> Re-check the following:
> >> >>
> >> >> Make sure you have Enterprise or Development edition of Reporting
> >> >> Services
> >> >> (Standard edition doesn't support custom security extensions)
> >> >> Make sure you are logging in with the same user name specified in the
> >> >> <UserName> element in the RSReportServer.config
> >> >> Make sure you correctly modified the rssrvpolicy.config as per the
> >> >> instructions
> >> >>
> >> >> Make sure you take a break before trying the above.
> >> >> --
> >> >> Adrian M.
> >> >> MCP
> >> >>
> >> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> >> >> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> >> >> >
> >> >> > Hi,
> >> >> > i am working with RS form authentication.I fallowed all the steps as
> >> >> > in
> >> >> > MSDN
> >> >> > guide.
> >> >> >
> >> >> > But when i am trying to open ReportManager ,I am getting the error
> >> >> > like.
> >> >> >
> >> >> > Unable to communicate with report server. Please verify that the
> >> >> > report
> >> >> > server is operational.
> >> >> >
> >> >> > While i tried to open ReportServer it is saying like
> >> >> >
> >> >> > Security Exception
> >> >> > Description: The application attempted to perform an operation not
> >> >> > allowed
> >> >> > by the security policy. To grant this application the required
> >> >> > permission
> >> >> > please contact your system administrator or change the application's
> >> >> > trust
> >> >> > level in the configuration file.
> >> >> >
> >> >> > I am keep on tring for 4hrs but i am not getting.
> >> >> >
> >> >> > plz anybody can helpme
> >> >> >
> >> >> > Thanks!
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>|||I have the same problem, has anyone found a solution? Thanks
simmi wrote:
> Hi,
> i am again getting the problem while oppenning the reportmanager like
> "The request failed with HTTP status 401: Access Denied. "
> Reportserver browser is working correctly
> so can u help me
> Thanks
>
> "Adrian M." wrote:
> > See if the following helps you:
> > http://prologika.com/blog/archive/2004/12/31/197.aspx
> >
> > --
> > Adrian M.
> > MCP
> >
> > "simmi" <simmi@.discussions.microsoft.com> wrote in message
> > news:924F7BD2-9E0D-4987-BE2B-36ACF290918B@.microsoft.com...
> > > Hi now i succeeded in just getting of ReportManager,ReportServer
browsers.
> > > Now problem r
> > >
> > > 1)After i registerd name and password i can't able to logon into
> > > reportmanager.
> > >
> > > I am getting error like
> > >
> > > " The request failed with HTTP status 401: Access Denied. "
> > >
> > > 2)I am loging on to reportserver but i can't view the reports .
> > >
> > > Here error is like
> > >
> > > The encrypted value for configuration setting
> > > UnattendedExecutionAccount\UserName cannot be decrypted.
> > > (rsFailedToDecryptConfigInformation) Get Online Help
> > > Invalid length for a Base-64 char array.
> > >
> > > Now where i made mistake.
> > >
> > > if u know plz help me
> > >
> > >
> > > Thanks!
> > > simmi
> > >
> > >
> > >
> > >
> > > "Adrian M." wrote:
> > >
> > >> When I first set up Forms Auth, I had to go over that white
paper 3 times
> > >> before I got everything just right!...
> > >>
> > >> --
> > >> Adrian M.
> > >> MCP
> > >>
> > >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> > >> news:F8336A93-6389-4061-8FCC-03EA5F9B2836@.microsoft.com...
> > >> > Hi Adrian thanks for ur help
> > >> > i did some mistakes in rssrvpolicy.config .i rectified that
one but
> > >> > again
> > >> > i
> > >> > am getting errors so i will try again the whole process.
> > >> > Thanks!
> > >> >
> > >> > "Adrian M." wrote:
> > >> >
> > >> >> Re-check the following:
> > >> >>
> > >> >> Make sure you have Enterprise or Development edition of
Reporting
> > >> >> Services
> > >> >> (Standard edition doesn't support custom security extensions)
> > >> >> Make sure you are logging in with the same user name
specified in the
> > >> >> <UserName> element in the RSReportServer.config
> > >> >> Make sure you correctly modified the rssrvpolicy.config as
per the
> > >> >> instructions
> > >> >>
> > >> >> Make sure you take a break before trying the above.
> > >> >> --
> > >> >> Adrian M.
> > >> >> MCP
> > >> >>
> > >> >> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> > >> >> news:BCCAAEF8-2C99-4856-9B77-A9455EEDFC49@.microsoft.com...
> > >> >> >
> > >> >> > Hi,
> > >> >> > i am working with RS form authentication.I fallowed all the
steps as
> > >> >> > in
> > >> >> > MSDN
> > >> >> > guide.
> > >> >> >
> > >> >> > But when i am trying to open ReportManager ,I am getting
the error
> > >> >> > like.
> > >> >> >
> > >> >> > Unable to communicate with report server. Please verify
that the
> > >> >> > report
> > >> >> > server is operational.
> > >> >> >
> > >> >> > While i tried to open ReportServer it is saying like
> > >> >> >
> > >> >> > Security Exception
> > >> >> > Description: The application attempted to perform an
operation not
> > >> >> > allowed
> > >> >> > by the security policy. To grant this application the
required
> > >> >> > permission
> > >> >> > please contact your system administrator or change the
application's
> > >> >> > trust
> > >> >> > level in the configuration file.
> > >> >> >
> > >> >> > I am keep on tring for 4hrs but i am not getting.
> > >> >> >
> > >> >> > plz anybody can helpme
> > >> >> >
> > >> >> > Thanks!
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> > >>
> >
> >
> >

Problem with Form Authentication Example

I installed the Microsoft Forms Authentication in Report Services example in
a VPC running Windows 2003, Active Directory, SQl Server Enterprise and SQL
Reporting Servcie Enterprise Edition.
I registered user "john" and modified RSReportServer.config and added and
changed the value for <UserName> tag to be "john".
Stepping through the debugger the demo fails on GetWebResponse because
cookie is null.
I have tried FQDN in RSWebApplication.config but problem persist.
Any idea what is going wrong causing GetWebResponse to fail?I'm using a solution that's primarily based on the Forms Auth sample and I
can say that it does work. Double-check your web.config modifications for
the ReportServer and ReportManager webs according to the instructions in the
sample.
Adrian M.
"John Amason" <jamason@.ics-associates.com> wrote in message
news:uH%23y30Q$EHA.2580@.TK2MSFTNGP15.phx.gbl...
>I installed the Microsoft Forms Authentication in Report Services example
>in
> a VPC running Windows 2003, Active Directory, SQl Server Enterprise and
> SQL
> Reporting Servcie Enterprise Edition.
> I registered user "john" and modified RSReportServer.config and added and
> changed the value for <UserName> tag to be "john".
> Stepping through the debugger the demo fails on GetWebResponse because
> cookie is null.
> I have tried FQDN in RSWebApplication.config but problem persist.
> Any idea what is going wrong causing GetWebResponse to fail?
>

Monday, March 12, 2012

Problem with Enterprise manager and authentication

Hi
I recently upgraded my infrastructure to Active Directory 2003.
Since then I'm having two problems when I start Enterprise Manager and
connect on 2003 sever member with SQL2000 sp3a:
1 On non-member machine, I use SQL authentication to register the server and
in the security log I keep getting dozens of Event ID 529 (unkown username
or bad password) every minutes.
The user in the event is the local account logged on the workstation.
2 on member machines, I have three successfull events (logoff/privilges
assigned/logon) every 10 seconds
In the first case, why does it try to log on with the local account ?
In the second case why does it logoff/logon every 10 seconds ?
I can't remove this audit (international group security policy...) and the
security logs are full in about 2 weeks with 600,000+ events!! I can't
manage that!
Thanks in advance for your help.
Regards,
Christophe Niel
Thats an odd one, have you seen http://support.microsoft.com/?kbid=890477 ?,
looks similar to your problem.
Peter
"Facts are stupid things."
Ronald Reagan
"Christophe Niel" wrote:

> Hi
> I recently upgraded my infrastructure to Active Directory 2003.
> Since then I'm having two problems when I start Enterprise Manager and
> connect on 2003 sever member with SQL2000 sp3a:
> 1 On non-member machine, I use SQL authentication to register the server and
> in the security log I keep getting dozens of Event ID 529 (unkown username
> or bad password) every minutes.
> The user in the event is the local account logged on the workstation.
> 2 on member machines, I have three successfull events (logoff/privilges
> assigned/logon) every 10 seconds
> In the first case, why does it try to log on with the local account ?
> In the second case why does it logoff/logon every 10 seconds ?
>
> I can't remove this audit (international group security policy...) and the
> security logs are full in about 2 weeks with 600,000+ events!! I can't
> manage that!
> Thanks in advance for your help.
> Regards,
> Christophe Niel
>
>
|||Both are probably due to polling services that is
automatically set to check every 10 seconds.
In the first case, because you are logged in as the local
account and it is trying to poll the services from the
workstation using that account.
In Enterprise Manager, go up to the menu to Tools, Options.
You can deselect the checkbox to poll the services.
-Sue
On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
<Christophe.niel@.removetomail.fr.abnamro.com> wrote:

>Hi
>I recently upgraded my infrastructure to Active Directory 2003.
>Since then I'm having two problems when I start Enterprise Manager and
>connect on 2003 sever member with SQL2000 sp3a:
>1 On non-member machine, I use SQL authentication to register the server and
>in the security log I keep getting dozens of Event ID 529 (unkown username
>or bad password) every minutes.
>The user in the event is the local account logged on the workstation.
>2 on member machines, I have three successfull events (logoff/privilges
>assigned/logon) every 10 seconds
>In the first case, why does it try to log on with the local account ?
>In the second case why does it logoff/logon every 10 seconds ?
>
>I can't remove this audit (international group security policy...) and the
>security logs are full in about 2 weeks with 600,000+ events!! I can't
>manage that!
>Thanks in advance for your help.
>Regards,
>Christophe Niel
>
|||Wow! it worked!!
and "Doh!"... I've been using enterprise manager for years and I had never
seen an "option" menu (or let's say the polling option didn't strike me as
the cause of my problem)
Well, as I said: it worked and my logs are clean again.
Thanks a lot
Christophe
"Sue Hoegemeier" <Sue_H@.nomail.please> a crit dans le message de news:
3dtt21pbu974t8584n2ae5tifdhca95st0@.4ax.com...
> Both are probably due to polling services that is
> automatically set to check every 10 seconds.
> In the first case, because you are logged in as the local
> account and it is trying to poll the services from the
> workstation using that account.
> In Enterprise Manager, go up to the menu to Tools, Options.
> You can deselect the checkbox to poll the services.
> -Sue
> On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
> <Christophe.niel@.removetomail.fr.abnamro.com> wrote:
>

Problem with Enterprise manager and authentication

Hi
I recently upgraded my infrastructure to Active Directory 2003.
Since then I'm having two problems when I start Enterprise Manager and
connect on 2003 sever member with SQL2000 sp3a:
1 On non-member machine, I use SQL authentication to register the server and
in the security log I keep getting dozens of Event ID 529 (unkown username
or bad password) every minutes.
The user in the event is the local account logged on the workstation.
2 on member machines, I have three successfull events (logoff/privilges
assigned/logon) every 10 seconds
In the first case, why does it try to log on with the local account ?
In the second case why does it logoff/logon every 10 seconds ?
I can't remove this audit (international group security policy...) and the
security logs are full in about 2 weeks with 600,000+ events!! I can't
manage that!
Thanks in advance for your help.
Regards,
Christophe NielThats an odd one, have you seen http://support.microsoft.com/?kbid=890477 ?,
looks similar to your problem.
Peter
"Facts are stupid things."
Ronald Reagan
"Christophe Niel" wrote:
> Hi
> I recently upgraded my infrastructure to Active Directory 2003.
> Since then I'm having two problems when I start Enterprise Manager and
> connect on 2003 sever member with SQL2000 sp3a:
> 1 On non-member machine, I use SQL authentication to register the server and
> in the security log I keep getting dozens of Event ID 529 (unkown username
> or bad password) every minutes.
> The user in the event is the local account logged on the workstation.
> 2 on member machines, I have three successfull events (logoff/privilges
> assigned/logon) every 10 seconds
> In the first case, why does it try to log on with the local account ?
> In the second case why does it logoff/logon every 10 seconds ?
>
> I can't remove this audit (international group security policy...) and the
> security logs are full in about 2 weeks with 600,000+ events!! I can't
> manage that!
> Thanks in advance for your help.
> Regards,
> Christophe Niel
>
>|||Both are probably due to polling services that is
automatically set to check every 10 seconds.
In the first case, because you are logged in as the local
account and it is trying to poll the services from the
workstation using that account.
In Enterprise Manager, go up to the menu to Tools, Options.
You can deselect the checkbox to poll the services.
-Sue
On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
<Christophe.niel@.removetomail.fr.abnamro.com> wrote:
>Hi
>I recently upgraded my infrastructure to Active Directory 2003.
>Since then I'm having two problems when I start Enterprise Manager and
>connect on 2003 sever member with SQL2000 sp3a:
>1 On non-member machine, I use SQL authentication to register the server and
>in the security log I keep getting dozens of Event ID 529 (unkown username
>or bad password) every minutes.
>The user in the event is the local account logged on the workstation.
>2 on member machines, I have three successfull events (logoff/privilges
>assigned/logon) every 10 seconds
>In the first case, why does it try to log on with the local account ?
>In the second case why does it logoff/logon every 10 seconds ?
>
>I can't remove this audit (international group security policy...) and the
>security logs are full in about 2 weeks with 600,000+ events!! I can't
>manage that!
>Thanks in advance for your help.
>Regards,
>Christophe Niel
>|||Wow! it worked!!
and "Doh!"... I've been using enterprise manager for years and I had never
seen an "option" menu (or let's say the polling option didn't strike me as
the cause of my problem)
Well, as I said: it worked and my logs are clean again.
Thanks a lot
Christophe
"Sue Hoegemeier" <Sue_H@.nomail.please> a écrit dans le message de news:
3dtt21pbu974t8584n2ae5tifdhca95st0@.4ax.com...
> Both are probably due to polling services that is
> automatically set to check every 10 seconds.
> In the first case, because you are logged in as the local
> account and it is trying to poll the services from the
> workstation using that account.
> In Enterprise Manager, go up to the menu to Tools, Options.
> You can deselect the checkbox to poll the services.
> -Sue
> On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
> <Christophe.niel@.removetomail.fr.abnamro.com> wrote:
>>Hi
>>I recently upgraded my infrastructure to Active Directory 2003.
>>Since then I'm having two problems when I start Enterprise Manager and
>>connect on 2003 sever member with SQL2000 sp3a:
>>1 On non-member machine, I use SQL authentication to register the server
>>and
>>in the security log I keep getting dozens of Event ID 529 (unkown username
>>or bad password) every minutes.
>>The user in the event is the local account logged on the workstation.
>>2 on member machines, I have three successfull events (logoff/privilges
>>assigned/logon) every 10 seconds
>>In the first case, why does it try to log on with the local account ?
>>In the second case why does it logoff/logon every 10 seconds ?
>>
>>I can't remove this audit (international group security policy...) and the
>>security logs are full in about 2 weeks with 600,000+ events!! I can't
>>manage that!
>>Thanks in advance for your help.
>>Regards,
>>Christophe Niel
>

Problem with Enterprise manager and authentication

Hi
I recently upgraded my infrastructure to Active Directory 2003.
Since then I'm having two problems when I start Enterprise Manager and
connect on 2003 sever member with SQL2000 sp3a:
1 On non-member machine, I use SQL authentication to register the server and
in the security log I keep getting dozens of Event ID 529 (unkown username
or bad password) every minutes.
The user in the event is the local account logged on the workstation.
2 on member machines, I have three successfull events (logoff/privilges
assigned/logon) every 10 seconds
In the first case, why does it try to log on with the local account ?
In the second case why does it logoff/logon every 10 seconds ?
I can't remove this audit (international group security policy...) and the
security logs are full in about 2 weeks with 600,000+ events!! I can't
manage that!
Thanks in advance for your help.
Regards,
Christophe NielThats an odd one, have you seen http://support.microsoft.com/?kbid=890477 ?,
looks similar to your problem.
Peter
"Facts are stupid things."
Ronald Reagan
"Christophe Niel" wrote:

> Hi
> I recently upgraded my infrastructure to Active Directory 2003.
> Since then I'm having two problems when I start Enterprise Manager and
> connect on 2003 sever member with SQL2000 sp3a:
> 1 On non-member machine, I use SQL authentication to register the server a
nd
> in the security log I keep getting dozens of Event ID 529 (unkown username
> or bad password) every minutes.
> The user in the event is the local account logged on the workstation.
> 2 on member machines, I have three successfull events (logoff/privilges
> assigned/logon) every 10 seconds
> In the first case, why does it try to log on with the local account ?
> In the second case why does it logoff/logon every 10 seconds ?
>
> I can't remove this audit (international group security policy...) and the
> security logs are full in about 2 weeks with 600,000+ events!! I can't
> manage that!
> Thanks in advance for your help.
> Regards,
> Christophe Niel
>
>|||Both are probably due to polling services that is
automatically set to check every 10 seconds.
In the first case, because you are logged in as the local
account and it is trying to poll the services from the
workstation using that account.
In Enterprise Manager, go up to the menu to Tools, Options.
You can deselect the checkbox to poll the services.
-Sue
On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
<Christophe.niel@.removetomail.fr.abnamro.com> wrote:

>Hi
>I recently upgraded my infrastructure to Active Directory 2003.
>Since then I'm having two problems when I start Enterprise Manager and
>connect on 2003 sever member with SQL2000 sp3a:
>1 On non-member machine, I use SQL authentication to register the server an
d
>in the security log I keep getting dozens of Event ID 529 (unkown username
>or bad password) every minutes.
>The user in the event is the local account logged on the workstation.
>2 on member machines, I have three successfull events (logoff/privilges
>assigned/logon) every 10 seconds
>In the first case, why does it try to log on with the local account ?
>In the second case why does it logoff/logon every 10 seconds ?
>
>I can't remove this audit (international group security policy...) and the
>security logs are full in about 2 weeks with 600,000+ events!! I can't
>manage that!
>Thanks in advance for your help.
>Regards,
>Christophe Niel
>|||Wow! it worked!!
and "Doh!"... I've been using enterprise manager for years and I had never
seen an "option" menu (or let's say the polling option didn't strike me as
the cause of my problem)
Well, as I said: it worked and my logs are clean again.
Thanks a lot
Christophe
"Sue Hoegemeier" <Sue_H@.nomail.please> a crit dans le message de news:
3dtt21pbu974t8584n2ae5tifdhca95st0@.4ax.com...
> Both are probably due to polling services that is
> automatically set to check every 10 seconds.
> In the first case, because you are logged in as the local
> account and it is trying to poll the services from the
> workstation using that account.
> In Enterprise Manager, go up to the menu to Tools, Options.
> You can deselect the checkbox to poll the services.
> -Sue
> On Wed, 9 Mar 2005 11:25:01 +0100, "Christophe Niel"
> <Christophe.niel@.removetomail.fr.abnamro.com> wrote:
>
>